DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > BigObject vs. BoltDB vs. Datomic vs. DuckDB vs. TinkerGraph

System Properties Comparison BigObject vs. BoltDB vs. Datomic vs. DuckDB vs. TinkerGraph

Editorial information provided by DB-Engines
NameBigObject  Xexclude from comparisonBoltDB  Xexclude from comparisonDatomic  Xexclude from comparisonDuckDB  Xexclude from comparisonTinkerGraph  Xexclude from comparison
DescriptionAnalytic DBMS for real-time computations and queriesAn embedded key-value store for Go.Datomic builds on immutable values, supports point-in-time queries and uses 3rd party systems for durabilityAn embeddable, in-process, column-oriented SQL OLAP RDBMSA lightweight, in-memory graph engine that serves as a reference implementation of the TinkerPop3 API
Primary database modelRelational DBMS infoa hierachical model (tree) can be imposedKey-value storeRelational DBMSRelational DBMSGraph DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.19
Rank#329  Overall
#146  Relational DBMS
Score0.80
Rank#215  Overall
#31  Key-value stores
Score1.66
Rank#144  Overall
#66  Relational DBMS
Score4.63
Rank#69  Overall
#37  Relational DBMS
Score0.13
Rank#345  Overall
#35  Graph DBMS
Websitebigobject.iogithub.com/­boltdb/­boltwww.datomic.comduckdb.orgtinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlin
Technical documentationdocs.bigobject.iodocs.datomic.comduckdb.org/­docs
DeveloperBigObject, Inc.Cognitect
Initial release20152013201220182009
Current release1.0.7075, December 20231.0.0, June 2024
License infoCommercial or Open Sourcecommercial infofree community edition availableOpen Source infoMIT Licensecommercial infolimited edition freeOpen Source infoMIT LicenseOpen Source infoApache 2.0
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 languageGoJava, ClojureC++Java
Server operating systemsLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
BSD
Linux
OS X
Solaris
Windows
All OS with a Java VMserver-less
Data schemeyesschema-freeyesyesschema-free
Typing infopredefined data types such as float or dateyesnoyesyesyes
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.nonononono
Secondary indexesyesnoyesyesno
SQL infoSupport of SQLSQL-like DML and DDL statementsnonoyesno
APIs and other access methodsfluentd
ODBC
RESTful HTTP API
RESTful HTTP APIArrow Database Connectivity (ADBC)
CLI Client
JDBC
ODBC
TinkerPop 3
Supported programming languagesGoClojure
Java
C
C# info3rd party driver
C++
Crystal info3rd party driver
Go info3rd party driver
Java
Lisp info3rd party driver
Python
R
Ruby info3rd party driver
Rust
Swift
Zig info3rd party driver
Groovy
Java
Server-side scripts infoStored proceduresLuanoyes infoTransaction Functionsnono
TriggersnonoBy using transaction functionsnono
Partitioning methods infoMethods for storing different data on different nodesnonenonenone infoBut extensive use of caching in the application peersnonenone
Replication methods infoMethods for redundantly storing data on multiple nodesnonenonenone infoBut extensive use of caching in the application peersnonenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemnonenoneImmediate ConsistencyImmediate Consistencynone
Foreign keys infoReferential integrityyes infoautomatically between fact table and dimension tablesnononoyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoyesACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayes infoRead/write lock on objects (tables, trees)yesyesyes, multi-version concurrency control (MVCC)no
Durability infoSupport for making data persistentyesyesyes infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)yesoptional
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyes inforecommended only for testing and developmentyesyes
User concepts infoAccess controlnonononono

More information provided by the system vendor

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
BigObjectBoltDBDatomicDuckDBTinkerGraph
Recent citations in the news

What I learnt from building 3 high traffic web applications on an embedded key value store.
21 February 2018, hackernoon.com

4 Instructive Postmortems on Data Downtime and Loss
1 March 2024, The Hacker News

Roblox’s cloud-native catastrophe: A post mortem
31 January 2022, InfoWorld

How to Put a GUI on Ansible, Using Semaphore
22 April 2023, The New Stack

Grafana Loki: Architecture Summary and Running in Kubernetes
14 March 2023, hackernoon.com

provided by Google News

Stanchion Turns SQLite Into A Column Store
15 February 2024, iProgrammer

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

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

Brazil’s Nubank acquires US software firm Cognitect, creator of Clojure and Datomic
24 July 2020, LatamList

provided by Google News

MotherDuck Announces General Availability; Brings Simplicity and Power of DuckDB in a Serverless Data Warehouse
11 June 2024, PR Newswire

DuckDB: The tiny but powerful analytics database
15 May 2024, InfoWorld

DuckDB promises greater stability with 1.0 release
5 June 2024, The Register

My First Billion (of Rows) in DuckDB | by João Pedro | May, 2024
1 May 2024, Towards Data Science

DuckDB: In-Process Python Analytics for Not-Quite-Big Data
31 May 2024, The New Stack

provided by Google News

Unit testing Apache TinkerPop transactions: From TinkerGraph to Amazon Neptune | Amazon Web Services
3 June 2024, AWS Blog

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

Why developers like Apache TinkerPop, an open source framework for graph computing | Amazon Web Services
27 September 2021, AWS Blog

InfiniteGraph Gets Support for Common Graph Database Language and More
21 February 2012, SiliconANGLE News

Introducing Gremlin query hints for Amazon Neptune | AWS Database Blog
26 February 2019, AWS Blog

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

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

Present your product here