DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > GraphDB vs. Raima Database Manager vs. Riak TS vs. StarRocks vs. TypeDB

System Properties Comparison GraphDB vs. Raima Database Manager vs. Riak TS vs. StarRocks vs. TypeDB

Editorial information provided by DB-Engines
NameGraphDB infoformer name: OWLIM  Xexclude from comparisonRaima Database Manager infoformerly named db_Vista  Xexclude from comparisonRiak TS  Xexclude from comparisonStarRocks  Xexclude from comparisonTypeDB infoformerly named Grakn  Xexclude from comparison
DescriptionEnterprise-ready RDF and graph database with efficient reasoning, cluster and external index synchronization support. It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL.RDBMS with a small footprint, either embedded into an application or used as a database serverRiak TS is a distributed NoSQL database optimized for time series data and based on Riak KVAn open source, high-performance columnar analytical database that enables real-time, multi-dimensional, and highly concurrent data analytics infoForked from Apache DorisTypeDB is a strongly-typed database with a rich and logical type system and TypeQL as its query language
Primary database modelGraph DBMS
RDF store
Relational DBMS
Time Series DBMS
Time Series DBMSRelational DBMSGraph DBMS
Relational DBMS infoOften described as a 'hyper-relational' database, since it implements the 'Entity-Relationship Paradigm' to manage complex data structures and ontologies.
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.32
Rank#91  Overall
#6  Graph DBMS
#4  RDF stores
Score0.46
Rank#259  Overall
#120  Relational DBMS
#22  Time Series DBMS
Score0.20
Rank#319  Overall
#27  Time Series DBMS
Score1.04
Rank#189  Overall
#88  Relational DBMS
Score0.65
Rank#234  Overall
#20  Graph DBMS
#107  Relational DBMS
Websitewww.ontotext.comraima.comwww.starrocks.iotypedb.com
Technical documentationgraphdb.ontotext.com/­documentationdocs.raima.comwww.tiot.jp/­riak-docs/­riak/­ts/­latestdocs.starrocks.io/­en-us/­latest/­introduction/­StarRocks_introtypedb.com/­docs
Social network pagesLinkedInTwitterYouTubeGitHubMedium
DeveloperOntotextRaima Inc.Open Source, formerly Basho TechnologiesThe Linux Foundation infosince Feb 2023Vaticle
Initial release20001984201520202016
Current release10.4, October 202315, June 20213.0.0, September 20222.5.3, March 20232.26.3, January 2024
License infoCommercial or Open Sourcecommercial infoSome plugins of GraphDB Workbench are open sourcedcommercialOpen SourceOpen Source infoApache Version 2.0Open Source infoGPL Version 3, commercial licenses available
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaCErlangC++, JavaJava
Server operating systemsAll OS with a Java VM
Linux
OS X
Windows
Android
HP-UX
Integrity RTOS
iOS
Linux
OS X
QNX
Solaris
VxWorks
Windows
Linux
OS X
LinuxLinux
OS X
Windows
Data schemeschema-free and OWL/RDFS-schema support; RDF shapesyesschema-freeyesyes
Typing infopredefined data types such as float or dateyesyesnoyesyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nono infoExporting/Importing of XML structures possiblenonono
Secondary indexesyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesyesrestrictedyesyes
SQL infoSupport of SQLstored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCyesyes, limitedyesno
APIs and other access methodsGeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
ADO.NET
JDBC
ODBC
RESTful HTTP API
HTTP API
Native Erlang Interface
JDBC
MySQL protocol
gRPC protocol
TypeDB Console (shell)
TypeDB Studio (Visualisation software- previously TypeDB Workbase)
Supported programming languages.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
C
C++
Objective-C
PL/SQL
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
JavaAll JVM based languages
Groovy
Java
JavaScript (Node.js)
Python
Scala
Server-side scripts infoStored procedureswell-defined plugin interfaces; JavaScript server-side extensibilityyes infobased on the ANSI/ISO SQL Persistent Stored Modules (PSM) specificationErlanguser defined functionsno
Triggersnoyesyes infopre-commit hooks and post-commit hooksnono
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioningShardinghorizontal partitioning (by range and hash)Sharding infoby using Cassandra
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationSource-replica replicationselectable replication factorMulti-source replication infoby using Cassandra
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnoyes infoby using Apache Kafka and Apache Zookeeper
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate Consistency or Eventual Consistency depending on configurationEventual ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infoConstraint checkingyesno infolinks between datasets can be storednono infosubstituted by the relationship feature
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnonoACID
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnono
User concepts infoAccess controlDefault Basic authentication through RDF4J client, or via Java when run with cURL, default token-based in the Workbench or via Rest API, optional access through OpenID or Kerberos single sign-on.nonoRole based access control and fine grained access rightsyes infoat REST API level; other APIs in progress
More information provided by the system vendor
GraphDB infoformer name: OWLIMRaima Database Manager infoformerly named db_VistaRiak TSStarRocksTypeDB infoformerly named Grakn
Specific characteristicsOntotext GraphDB is a semantic database engine that allows organizations to build...
» more
Raima Database Manager (RDM) is an embedded time-series database optimized to run...
» more
TypeDB is a polymorphic database with a conceptual data model, a strong subtyping...
» more
Competitive advantagesGraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Decreased time-to-market Industry-standard interfaces & tools for making your job...
» more
TypeDB provides a new level of expressivity, extensibility, interoperability, and...
» more
Typical application scenariosMetadata enrichment and management, linked data publishing, semantic inferencing...
» more
Typical use cases include: Internet of Things (IoT) Embedded In-Memory Database Time-Series...
» more
Life sciences : TypeDB makes working with biological data much easier and accelerates...
» more
Key customers​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Infor, ABB, The Boeing Company, BAE Systems, Dow Jones, Dun & Bradstreet, Fujitsu,...
» more
Market metricsGraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
Over 30 000 applications developers worldwide have field-tested RDM products More...
» more
Licensing and pricing modelsGraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
Just as the technical aspects of Raima Database Manager are flexible, so are the...
» more
Apache f or language drivers, and AGPL and Commercial for the database server. The...
» more
News

Understanding the Graph Center of Excellence
17 May 2024

Migrating From LPG to RDF Graph Model
8 May 2024

Case study: Policy Enforcement Automation With Semantics
2 May 2024

Okay, RAG… We Have a Problem
26 April 2024

Scaling Understanding with the Help of Feedback Loops, Knowledge Graphs and NLP
19 April 2024

Raima Unveils RaimaDB 16.0: Elevating Database Performance and User Experience
29 February 2024

Raima Announces Release of Raima Database Manager (RDM) v15, a Powerful Embedded Time Series Database
10 June 2021

Raima Announces Release of Raima Database Manager (RDM) v14.2, a Powerful IoT Edge Embedded Database
8 October 2020

Raima Joins BlackBerry QNX Channel Partner Program to Deliver Safety-Critical and Secure Software Solutions
1 October 2020

Raima Expands Their Reseller Network in Asia
19 May 2020

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
GraphDB infoformer name: OWLIMRaima Database Manager infoformerly named db_VistaRiak TSStarRocksTypeDB infoformerly named Grakn
Recent citations in the news

Ontotext's GraphDB Solution is Now Available on the Microsoft Azure Marketplace
16 January 2024, PR Newswire

Ontotext Unveils GraphDB 10.4 with Enhanced AWS Integration and ChatGPT Connector
24 October 2023, Datanami

Ontotext GraphDB is available on Azure, delivers rich knowledge graph experience
23 January 2024, KMWorld Magazine

Ontotext Platform 3.0 for Enterprise Knowledge Graphs Released
18 December 2019, KDnuggets

It's just semantics: Bulgarian software dev Ontotext squeezes out GraphDB 9.1
15 January 2020, The Register

provided by Google News

Raima re-bundles their Raima Database Manager packages to align with market trends
14 March 2012, Embedded

Edge Computing Enabling the Future | Wind River
2 July 2018, WIND

LabVIEW integrates Raima's Database API
7 August 2013, Embedded

provided by Google News

Enterprise NoSQL Database for the IoT Becomes Open Source
11 May 2016, ENGINEERING.com

Best open source databases for IoT applications
26 May 2017, Open Source For You

provided by Google News

CelerData: How This Company Reduces Data Migration And Direct Analysis Costs In Data Lakes
21 December 2023, Pulse 2.0

StarRocks analytical DB heads to Linux Foundation
14 February 2023, VentureBeat

CelerData Contributes StarRocks to the Linux Foundation
14 February 2023, Datanami

StarRocks brings open source OLAP database to the cloud
14 July 2022, TechTarget

StarRocks launches managed DBaaS for real-time analytics
14 July 2022, InfoWorld

provided by Google News

An Enterprise Data Stack Using TypeDB | by Daniel Crowe
2 September 2021, Towards Data Science

Spacecraft Engineering Models: How to Migrate UML to TypeQL
8 September 2021, hackernoon.com

Speedb Goes Open Source With Its Speedb Data Engine, A Drop-in Replacement for RocksDB
9 November 2022, Business Wire

Modelling Biomedical Data for a Drug Discovery Knowledge Graph
6 October 2020, Towards Data Science

How Roche Discovered Novel Potential Gene Targets with TypeDB
8 June 2021, Towards Data Science

provided by Google News



Share this page

Featured Products

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here