DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > AllegroGraph vs. Datomic vs. Google Cloud Datastore vs. Tarantool vs. TerminusDB

System Properties Comparison AllegroGraph vs. Datomic vs. Google Cloud Datastore vs. Tarantool vs. TerminusDB

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonDatomic  Xexclude from comparisonGoogle Cloud Datastore  Xexclude from comparisonTarantool  Xexclude from comparisonTerminusDB infoformer name was DataChemist  Xexclude from comparison
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSDatomic builds on immutable values, supports point-in-time queries and uses 3rd party systems for durabilityAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsScalable Graph Database platform making enterprise data available by exploiting inferred entities and relationships
Primary database modelDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Relational DBMSDocument storeDocument store
Key-value store
Relational DBMS
Graph DBMS
Secondary database modelsSpatial DBMSSpatial DBMS infowith Tarantool/GIS extensionDocument store
RDF store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.16
Rank#179  Overall
#30  Document stores
#17  Graph DBMS
#7  RDF stores
#7  Vector DBMS
Score1.76
Rank#145  Overall
#66  Relational DBMS
Score4.49
Rank#79  Overall
#12  Document stores
Score1.67
Rank#150  Overall
#25  Document stores
#25  Key-value stores
#69  Relational DBMS
Score0.22
Rank#323  Overall
#28  Graph DBMS
Websiteallegrograph.comwww.datomic.comcloud.google.com/­datastorewww.tarantool.ioterminusdb.com
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmldocs.datomic.comcloud.google.com/­datastore/­docswww.tarantool.io/­en/­docterminusdb.github.io/­terminusdb/­#
DeveloperFranz Inc.CognitectGoogleVKDataChemist Ltd.
Initial release20042012200820082018
Current release8.0, December 20231.0.6735, June 20232.10.0, May 202211.0.0, January 2023
License infoCommercial or Open Sourcecommercial infoLimited community edition freecommercial infolimited edition freecommercialOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterpriseOpen Source infoGPL V3
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJava, ClojureC and C++Prolog, Rust
Server operating systemsLinux
OS X
Windows
All OS with a Java VMhostedBSD
Linux
macOS
Linux
Data schemeyes infoRDF schemasyesschema-freeFlexible data schema: relational definition for tables with ability to store json-like documents in columnsyes
Typing infopredefined data types such as float or dateyesyesyes, details herestring, double, decimal, uuid, integer, blob, boolean, datetimeyes
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.no infobulk load of XML files possiblenononono
Secondary indexesyesyesyesyes
SQL infoSupport of SQLSPARQL is used as query languagenoSQL-like query language (GQL)Full-featured ANSI SQL supportSQL-like query language (WOQL)
APIs and other access methodsRESTful HTTP API
SPARQL
RESTful HTTP APIgRPC (using protocol buffers) API
RESTful HTTP/JSON API
Open binary protocolOWL
RESTful HTTP API
WOQL (Web Object Query Language)
Supported programming languagesC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
Clojure
Java
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
JavaScript
Python
Server-side scripts infoStored proceduresyes infoJavaScript or Common Lispyes infoTransaction Functionsusing Google App EngineLua, C and SQL stored proceduresyes
TriggersyesBy using transaction functionsCallbacks using the Google Apps Engineyes, before/after data modification events, on replication events, client session eventsyes
Partitioning methods infoMethods for storing different data on different nodeswith Federationnone infoBut extensive use of caching in the application peersShardingSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.Graph Partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
none infoBut extensive use of caching in the application peersMulti-source replication using PaxosAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
Journaling Streams
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes infousing Google Cloud Dataflowno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencyImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Casual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Foreign keys infoReferential integritynonoyes infovia ReferenceProperties or Ancestor pathsyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, cooperative multitaskingyes
Durability infoSupport for making data persistentyesyes infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)yesyes, write ahead loggingyes infoin-memory journaling
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes inforecommended only for testing and developmentnoyes, full featured in-memory storage engine with persistence
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationnoAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Access Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
Role-based access control
More information provided by the system vendor
AllegroGraphDatomicGoogle Cloud DatastoreTarantoolTerminusDB infoformer name was DataChemist
Specific characteristicsKnowledge Graph Platform Leader FedShard - Designed for Entity-Event Knowledge Graph...
» more
Competitive advantagesAllegroGraph is uniquely suited to support adhoc queries through SPARQL, Prolog and...
» more
News

Can Neuro-Symbolic AI Solve AI’s Weaknesses?
17 April 2024

100 Companies That Matter in KM – Franz Inc.
3 April 2024

Exploring AllegroGraph v8 – Unleashing the Power of Neuro-Symbolic AI (Recorded Webinar)
9 February 2024

What is Neuro-Symbolic AI?
23 January 2024

Allegro CL v11 – Now Available! – The Neuro-Symbolic AI Programming Platform
8 January 2024

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
AllegroGraphDatomicGoogle Cloud DatastoreTarantoolTerminusDB infoformer name was DataChemist
DB-Engines blog posts

Data processing speed and reliability: in-memory synchronous replication
9 November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

show all

Recent citations in the news

Q&A: Can Neuro-Symbolic AI Solve AI’s Weaknesses?
8 April 2024, TDWI

AI predictions for 2024 unveil exciting technological horizons
21 November 2023, Wire19

Neuro-Symbolic AI: The Peak of Artificial Intelligence
16 November 2021, AiThority

Fuse Graph Neural Networks with Semantic Reasoning to Produce Complimentary Predictions
21 September 2021, Towards Data Science

Franz Releases the First Neuro-Symbolic AI Platform Merging Knowledge Graphs, Generative AI, and Vector Storage
11 December 2023, Datanami

provided by Google News

Nubank buys firm behind Clojure programming language
28 July 2020, Finextra

Zoona Case Study
16 December 2017, AWS Blog

Architecting Software for Leverage
13 November 2021, InfoQ.com

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

Relational, NoSQL, Ledger Databases work, not Permissioned Blockchains.
13 January 2019, hackernoon.com

provided by Google News

Google Cloud is NOT magicking away data egress fees
12 January 2024, The Stack

SAP adds vector datastore to HANA Cloud database
2 November 2023, Techzine Europe

NetApp Cloud Volumes Service datastore support for Google Cloud VMware Engine
7 February 2023, NetApp

Your Memories. Their Cloud.
1 January 2023, The New York Times

All of Google’s cloud database services are now out of beta
16 August 2016, TechCrunch

provided by Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4 April 2018, Newswire

In-Memory Showdown: Redis vs. Tarantool
1 September 2021, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13 April 2020, Хабр

Тarantool Cartridge: Sharding Lua Backend in Three Lines
9 October 2019, Хабр

provided by Google News

How TerminusDB is commercializing its open source graph database
16 March 2021, VentureBeat

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

Dublin-based data collaboration tool TerminusDB raises €3.6 million in seed round
15 March 2021, Tech.eu

Trinity College spinout TerminusDB secures €3.6m in investment
15 March 2021, The Irish Times

[MCR2030-CAMS-ARISE-UNDRR Webinar] Preventing cascading failures of critical assets: Using the Open-Source ...
12 April 2022, United Nations Office for Disaster Risk Reduction

provided by Google News



Share this page

Featured Products

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

Neo4j logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Milvus logo

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

Present your product here