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 > Datomic vs. LevelDB vs. Lovefield vs. SQL.JS vs. TinkerGraph

System Properties Comparison Datomic vs. LevelDB vs. Lovefield vs. SQL.JS vs. TinkerGraph

Editorial information provided by DB-Engines
NameDatomic  Xexclude from comparisonLevelDB  Xexclude from comparisonLovefield  Xexclude from comparisonSQL.JS  Xexclude from comparisonTinkerGraph  Xexclude from comparison
DescriptionDatomic builds on immutable values, supports point-in-time queries and uses 3rd party systems for durabilityEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesEmbeddable relational database for web apps written in pure JavaScriptPort of SQLite to JavaScriptA lightweight, in-memory graph engine that serves as a reference implementation of the TinkerPop3 API
Primary database modelRelational DBMSKey-value storeRelational DBMSRelational DBMSGraph DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.59
Rank#150  Overall
#69  Relational DBMS
Score2.35
Rank#111  Overall
#19  Key-value stores
Score0.29
Rank#293  Overall
#133  Relational DBMS
Score0.53
Rank#252  Overall
#116  Relational DBMS
Score0.08
Rank#348  Overall
#35  Graph DBMS
Websitewww.datomic.comgithub.com/­google/­leveldbgoogle.github.io/­lovefieldsql.js.orgtinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlin
Technical documentationdocs.datomic.comgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mdsql.js.org/­documentation/­index.html
DeveloperCognitectGoogleGoogleAlon Zakai infoenhancements implemented by others
Initial release20122011201420122009
Current release1.0.6735, June 20231.23, February 20212.1.12, February 2017
License infoCommercial or Open Sourcecommercial infolimited edition freeOpen Source infoBSDOpen Source infoApache 2.0Open SourceOpen 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 languageJava, ClojureC++JavaScriptJavaScriptJava
Server operating systemsAll OS with a Java VMIllumos
Linux
OS X
Windows
server-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, Safariserver-less, requires a JavaScript environment (browser, Node.js)
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 indexesyesnoyesno
SQL infoSupport of SQLnonoSQL-like query language infovia JavaScript builder patternyes infoSQL-92 is not fully supportedno
APIs and other access methodsRESTful HTTP APIJavaScript APITinkerPop 3
Supported programming languagesClojure
Java
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
JavaScriptJavaScriptGroovy
Java
Server-side scripts infoStored proceduresyes infoTransaction Functionsnononono
TriggersBy using transaction functionsnoUsing read-only observersnono
Partitioning methods infoMethods for storing different data on different nodesnone infoBut extensive use of caching in the application peersnonenonenonenone
Replication methods infoMethods for redundantly storing data on multiple nodesnone infoBut extensive use of caching in the application peersnonenonenonenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistencynonenone
Foreign keys infoReferential integritynonoyesyesyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesno
Durability infoSupport for making data persistentyes infousing external storage systems (e.g. Cassandra, DynamoDB, PostgreSQL, Couchbase and others)yes infowith automatic compression on writesyes, by using IndexedDB or the cloud service Firebase Realtime Databaseno infoexcept by serializing a db to a fileoptional
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes inforecommended only for testing and developmentyes infousing MemoryDByesyes
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
DatomicLevelDBLovefieldSQL.JSTinkerGraph
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Recent citations in the news

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

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

provided by Google News

LevelDB in Ruby — SitePoint
22 October 2014, SitePoint

Pliops unveils XDP-Rocks for RocksDB – Blocks and Files
19 October 2022, Blocks & Files

Microsoft Teams stores auth tokens as cleartext in Windows, Linux, Macs
14 September 2022, BleepingComputer

XanMod, Liquorix Kernels Offer Some Advantages On AMD Ryzen 5 Notebook
26 July 2021, Phoronix

RocksDB - Facebook's Database Now Open Source
21 November 2013, iProgrammer

provided by Google News

9 Best JavaScript and TypeScript ORMs for 2024 — SitePoint
22 March 2023, SitePoint

Execute millions of SQL statements in milliseconds in the browser with WebAssembly and Web Workers.
14 January 2017, hackernoon.com

SQLite On The Web: Absurd-sql
24 August 2021, Hackaday

Running PostgreSQL Inside Your Browser
8 September 2022, iProgrammer

LokiJS - A JavaScript Database
18 November 2014, iProgrammer

provided by Google News

Automated testing of Amazon Neptune data access with Apache TinkerPop Gremlin | Amazon Web Services
28 September 2022, 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

Neo4j logo

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

AllegroGraph logo

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

RaimaDB logo

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

Present your product here