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

DBMS > AlaSQL vs. Amazon DocumentDB vs. Drizzle vs. H2 vs. NebulaGraph

System Properties Comparison AlaSQL vs. Amazon DocumentDB vs. Drizzle vs. H2 vs. NebulaGraph

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonAmazon DocumentDB  Xexclude from comparisonDrizzle  Xexclude from comparisonH2  Xexclude from comparisonNebulaGraph  Xexclude from comparison
Drizzle has published its last release in September 2012. The open-source project is discontinued and Drizzle is excluded from the DB-Engines ranking.
DescriptionJavaScript DBMS libraryFast, scalable, highly available, and fully managed MongoDB-compatible database serviceMySQL fork with a pluggable micro-kernel and with an emphasis of performance over compatibility.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.A distributed, linear scalable, high perfomant Graph DBMS
Primary database modelDocument store
Relational DBMS
Document storeRelational DBMSRelational DBMSGraph DBMS
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.46
Rank#260  Overall
#40  Document stores
#121  Relational DBMS
Score1.91
Rank#132  Overall
#24  Document stores
Score8.13
Rank#49  Overall
#31  Relational DBMS
Score2.14
Rank#120  Overall
#10  Graph DBMS
Websitealasql.orgaws.amazon.com/­documentdbwww.h2database.comgithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
Technical documentationgithub.com/­AlaSQL/­alasqlaws.amazon.com/­documentdb/­resourceswww.h2database.com/­html/­main.htmldocs.nebula-graph.io
DeveloperAndrey Gershun & Mathias R. WulffDrizzle project, originally started by Brian AkerThomas MuellerVesoft Inc.
Initial release20142019200820052019
Current release7.2.4, September 20122.2.220, July 2023
License infoCommercial or Open SourceOpen Source infoMIT-LicensecommercialOpen Source infoGNU GPLOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoApache Version 2.0 + Common Clause 1.0
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaScriptC++JavaC++
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)hostedFreeBSD
Linux
OS X
All OS with a Java VMLinux
Data schemeschema-freeschema-freeyesyesStrong typed schema
Typing infopredefined data types such as float or datenoyesyesyesyes
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 indexesnoyesyesyesyes infoNebula Graph internally uses the Key-Value store RocksDB for persistency. The vertices, edges, and their properties are stored as Key while their values are stored as Value. The primary indexes are per Key and secondary indexes are per Value.
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.noyes infowith proprietary extensionsyesSQL-like query language
APIs and other access methodsJavaScript APIproprietary protocol using JSON (MongoDB compatible)JDBCJDBC
ODBC
Browser interface
console (shell)
Cypher Query Language
GO Object Graph Mapper
Java Object Graph Mapper
NGBatis infoORM framework for NebulaGraph and Spring-Boot
Proprietary native API
Python Object Graph Mapper
Query language nGQL
Supported programming languagesJavaScriptGo
Java
JavaScript (Node.js)
PHP
Python
C
C++
Java
PHP
Java.Net
C++
Go
Java
PHP
Python
Server-side scripts infoStored proceduresnononoJava Stored Procedures and User-Defined Functionsuser defined functions
Triggersyesnono infohooks for callbacks inside the server can be used.yes
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-availability zones for high availability, asynchronous replication for up to 15 read replicasMulti-source replication
Source-replica replication
With clustering: 2 database servers on different computers operate on identical copies of a databaseCausal Clustering using Raft protocol
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)nonono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesno infotypically not used, however similar functionality with DBRef possibleyesyesyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageAtomic single-document operationsACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageyesyesyesyes infousing RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes
User concepts infoAccess controlnoAccess rights for users and rolesPluggable authentication mechanisms infoe.g. LDAP, HTTPfine grained access rights according to SQL-standardRole-based access control
More information provided by the system vendor
AlaSQLAmazon DocumentDBDrizzleH2NebulaGraph
Specific characteristicsNebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» more
Competitive advantagesNebulaGraph boasts the world's only graph database solution that is able to host...
» more
Typical application scenariosSocial networking Fraud detection Knowledge graph Data warehouse management Anti...
» more
Key customersCompanies from a variety of industries have implemented NebulaGraph Database in production,...
» more
Market metricsAt our very early stage, NebulaGraph has already received over 10,000 stars on GitHub...
» more
Licensing and pricing modelsNebulaGraph is open source and free to use under Apache 2.0 license.
» more

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
AlaSQLAmazon DocumentDBDrizzleH2NebulaGraph
DB-Engines blog posts

MySQL won the April ranking; did its forks follow?
1 April 2015, Paul Andlinger

Has MySQL finally lost its mojo?
1 July 2013, Matthias Gelbmann

show all

Recent citations in the news

Create a Marvel Database with SQL and Javascript, the easy way
2 July 2019, Towards Data Science

HarperDB - How and Why We Built It From The Ground Up on NodeJS
28 February 2021, hackernoon.com

Multi faceted data exploration in the browser using Leaflet and amCharts
3 May 2020, Towards Data Science

provided by Google News

Use LangChain and vector search on Amazon DocumentDB to build a generative AI chatbot | Amazon Web Services
20 May 2024, AWS Blog

AWS announces Amazon DocumentDB zero-ETL integration with Amazon OpenSearch Service
16 May 2024, AWS Blog

Vector search for Amazon DocumentDB (with MongoDB compatibility) is now generally available | Amazon Web Services
29 November 2023, AWS Blog

AWS announces Amazon DocumentDB I/O-Optimized
21 November 2023, AWS Blog

Use headless clusters in Amazon DocumentDB for cost-effective multi-Region resiliency | Amazon Web Services
8 March 2024, AWS Blog

provided by Google News

Vesoft (NebulaGraph) Recognized in the GartnerĀ® Market Guide for Graph Database Management Systems
15 November 2023, PR Newswire

NebulaGraph reaps from China's growing appetite for graph databases
16 September 2022, TechCrunch

NebulaGraph Completes Series A to Scale Its Distributed Graph Database
16 September 2022, Datanami

NebulaGraph Enterprise v5.0: The First Distributed Graph Database to Offer Native GQL Support
18 April 2024, IT News Online

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.

Milvus logo

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

AllegroGraph logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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