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 > Graph Engine vs. H2 vs. Heroic vs. RavenDB vs. SQL.JS

System Properties Comparison Graph Engine vs. H2 vs. Heroic vs. RavenDB vs. SQL.JS

Editorial information provided by DB-Engines
NameGraph Engine infoformer name: Trinity  Xexclude from comparisonH2  Xexclude from comparisonHeroic  Xexclude from comparisonRavenDB  Xexclude from comparisonSQL.JS  Xexclude from comparison
DescriptionA distributed in-memory data processing engine, underpinned by a strongly-typed RAM store and a general distributed computation engineFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Time Series DBMS built at Spotify based on Cassandra or Google Cloud Bigtable, and ElasticSearchOpen Source Operational and Transactional Enterprise NoSQL Document DatabasePort of SQLite to JavaScript
Primary database modelGraph DBMS
Key-value store
Relational DBMSTime Series DBMSDocument storeRelational DBMS
Secondary database modelsSpatial DBMSGraph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.61
Rank#240  Overall
#21  Graph DBMS
#35  Key-value stores
Score8.13
Rank#49  Overall
#31  Relational DBMS
Score0.51
Rank#255  Overall
#21  Time Series DBMS
Score2.92
Rank#101  Overall
#18  Document stores
Score0.53
Rank#252  Overall
#116  Relational DBMS
Websitewww.graphengine.iowww.h2database.comgithub.com/­spotify/­heroicravendb.netsql.js.org
Technical documentationwww.graphengine.io/­docs/­manualwww.h2database.com/­html/­main.htmlspotify.github.io/­heroicravendb.net/­docssql.js.org/­documentation/­index.html
DeveloperMicrosoftThomas MuellerSpotifyHibernating RhinosAlon Zakai infoenhancements implemented by others
Initial release20102005201420102012
Current release2.2.220, July 20235.4, July 2022
License infoCommercial or Open SourceOpen Source infoMIT LicenseOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoApache 2.0Open Source infoAGPL version 3, commercial license availableOpen Source
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 language.NET and CJavaJavaC#JavaScript
Server operating systems.NETAll OS with a Java VMLinux
macOS
Raspberry Pi
Windows
server-less, requires a JavaScript environment (browser, Node.js)
Data schemeyesyesschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesyesyesnoyes
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.nononono
Secondary indexesyesyes infovia Elasticsearchyes
SQL infoSupport of SQLnoyesnoSQL-like query language (RQL)yes infoSQL-92 is not fully supported
APIs and other access methodsRESTful HTTP APIJDBC
ODBC
HQL (Heroic Query Language, a JSON-based language)
HTTP API
.NET Client API
F# Client API
Go Client API
Java Client API
NodeJS Client API
PHP Client API
Python Client API
RESTful HTTP API
JavaScript API
Supported programming languagesC#
C++
F#
Visual Basic
Java.Net
C#
F#
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
JavaScript
Server-side scripts infoStored proceduresyesJava Stored Procedures and User-Defined Functionsnoyesno
Triggersnoyesnoyesno
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningnoneShardingShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesWith clustering: 2 database servers on different computers operate on identical copies of a databaseyesMulti-source replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Default ACID transactions on the local node (eventually consistent across the cluster). Atomic operations with cluster-wide ACID transactions. Eventual consistency for indexes and full-text search indexes.none
Foreign keys infoReferential integritynoyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnoACID, Cluster-wide transaction availableACID
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentoptional: either by committing a write-ahead log (WAL) to the local persistent storage or by dumping the memory to a persistent storageyesyesyesno infoexcept by serializing a db to a file
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesnoyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAuthorization levels configured per client per databaseno

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
Graph Engine infoformer name: TrinityH2HeroicRavenDBSQL.JS
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

Trinity
2 June 2023, microsoft.com

Open source Microsoft Graph Engine takes on Neo4j
13 February 2017, InfoWorld

Aerospike Is Now a Graph Database, Too
21 June 2023, Datanami

IBM releases Graph, a service that can outperform SQL databases
27 July 2016, GeekWire

The graph analytics landscape 2019 - DataScienceCentral.com
27 February 2019, Data Science Central

provided by Google News

Review: Google Bigtable scales with ease
7 September 2016, InfoWorld

provided by Google News

RavenDB Launches Version 6.0 Lightning Fast Queries, Data Integrations, Corax Indexing Engine, and Sharding
3 October 2023, PR Newswire

RavenDB Welcomes David Baruc as Chief Revenue Officer: Seasoned Tech Leader to Drive Global Sales and ...
13 June 2023, PR Newswire

Install the NoSQL RavenDB Data System
14 May 2021, The New Stack

Oren Eini on RavenDB, Including Consistency Guarantees and C# as the Implementation Language
23 May 2022, InfoQ.com

RavenDB Adds Graph Queries
15 May 2019, Datanami

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



Share this page

Featured Products

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

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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Present your product here