DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Blazegraph vs. LevelDB vs. Microsoft Azure Cosmos DB vs. MySQL vs. RethinkDB

System Properties Comparison Blazegraph vs. LevelDB vs. Microsoft Azure Cosmos DB vs. MySQL vs. RethinkDB

Editorial information provided by DB-Engines
NameBlazegraph  Xexclude from comparisonLevelDB  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonMySQL  Xexclude from comparisonRethinkDB  Xexclude from comparison
Amazon has acquired Blazegraph's domain and (probably) product. It is said that Amazon Neptune is based on Blazegraph.
DescriptionHigh-performance graph database supporting Semantic Web (RDF/SPARQL) and Graph Database (tinkerpop3, blueprints, vertex-centric) APIs with scale-out and High Availability.Embeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesGlobally distributed, horizontally scalable, multi-model database serviceWidely used open source RDBMSDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primary database modelGraph DBMS
RDF store
Key-value storeDocument store
Graph DBMS
Key-value store
Wide column store
Relational DBMS infoKey/Value like access via memcached APIDocument store
Secondary database modelsSpatial DBMSDocument store
Spatial DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.74
Rank#217  Overall
#19  Graph DBMS
#8  RDF stores
Score2.33
Rank#111  Overall
#19  Key-value stores
Score24.97
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score1029.49
Rank#2  Overall
#2  Relational DBMS
Score2.58
Rank#105  Overall
#20  Document stores
Websiteblazegraph.comgithub.com/­google/­leveldbazure.microsoft.com/­services/­cosmos-dbwww.mysql.comrethinkdb.com
Technical documentationwiki.blazegraph.comgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdlearn.microsoft.com/­azure/­cosmos-dbdev.mysql.com/­docrethinkdb.com/­docs
DeveloperBlazegraphGoogleMicrosoftOracle infosince 2010, originally MySQL AB, then SunThe Linux Foundation infosince July 2017
Initial release20062011201419952009
Current release2.1.5, March 20191.23, February 20219.0.0, July 20242.4.1, August 2020
License infoCommercial or Open SourceOpen Source infoextended commercial license availableOpen Source infoBSDcommercialOpen Source infoGPL version 2. Commercial licenses with extended functionallity are availableOpen Source infoApache Version 2
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 languageJavaC++C and C++C++
Server operating systemsLinux
OS X
Windows
Illumos
Linux
OS X
Windows
hostedFreeBSD
Linux
OS X
Solaris
Windows
Linux
OS X
Windows
Data schemeschema-freeschema-freeschema-freeyesschema-free
Typing infopredefined data types such as float or dateyes infoRDF literal typesnoyes infoJSON typesyesyes infostring, binary, float, bool, date, geometry
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.noyesno
Secondary indexesyesnoyes infoAll properties auto-indexed by defaultyesyes
SQL infoSupport of SQLSPARQL is used as query languagenoSQL-like query languageyes infowith proprietary extensionsno
APIs and other access methodsJava API
RESTful HTTP API
SPARQL QUERY
SPARQL UPDATE
TinkerPop 3
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languages.Net
C
C++
Java
JavaScript
PHP
Python
Ruby
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Server-side scripts infoStored proceduresyesnoJavaScriptyes infoproprietary syntax
TriggersnonoJavaScriptyesClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesShardingnoneSharding infoImplicit feature of the cloud servicehorizontal partitioning, sharding with MySQL Cluster or MySQL FabricSharding inforange based
Replication methods infoMethods for redundantly storing data on multiple nodesyesnoneyes infoImplicit feature of the cloud serviceMulti-source replication
Source-replica replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*noyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infoRelationships in Graphsnonoyes infonot for MyISAM storage engineno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoMulti-item ACID transactions with snapshot isolation within a partitionACID infonot for MyISAM storage engineAtomic single-document operations
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infotable locks or row locks depending on storage engineyes infoMVCC based
Durability infoSupport for making data persistentyesyes infowith automatic compression on writesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesno
User concepts infoAccess controlSecurity and Authentication via Web Application Container (Tomcat, Jetty)noAccess rights can be defined down to the item levelUsers with fine-grained authorization concept infono user groups or rolesyes infousers and table-level permissions

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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more
Navicat Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
BlazegraphLevelDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBMySQLRethinkDB
DB-Engines blog posts

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

show all

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

Video: Blazegraph Accelerates Graph Computing with GPUs
20 December 2015, insideHPC

This AI Paper Introduces A Comprehensive RDF Dataset With Over 26 Billion Triples Covering Scholarly Data Across All Scientific Disciplines
19 August 2023, MarkTechPost

provided by Google News

Inside the "Fallguys" malware that steals your browsing data and gaming IMs; continued attack on open source software
2 September 2020, Sonatype Blog

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

AMD EPYC vs. Intel Xeon Cascadelake With Facebook's RocksDB Database
17 October 2019, Phoronix

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

GIFShell - New Attack Method That Allows Attackers to Steal Data Using Microsoft Teams GIFs
9 September 2022, CybersecurityNews

provided by Google News

Start your AI journey with Microsoft Azure Cosmos DB—compete for $10K
9 May 2024, azure.microsoft.com

Public Preview: DiskANN vector indexing and search in Azure Cosmos DB NoSQL
21 May 2024, azure.microsoft.com

Public preview: Filtered vector search in vCore-based Azure Cosmos DB for MongoDB
24 April 2024, azure.microsoft.com

Public Preview: vCore-based Azure Cosmos DB for MongoDB cross-region disaster recovery (DR)
21 May 2024, azure.microsoft.com

General availability: Azure Cosmos DB for PostgreSQL geo-redundant backup and restore
24 April 2024, azure.microsoft.com

provided by Google News

Learn how Presence migrated off a monolithic Amazon RDS for MySQL instance, with near-zero downtime, using replication filters
17 September 2024, AWS Blog

Announcing MySQL Implementation Oracle Certified Associate Exam
18 September 2024, Oracle

Older PHP & MySQL no longer working in Later Versions
15 May 2024, SitePoint

How to get started with MySQL
31 July 2024, InfoWorld

Upgrading Uber’s MySQL Fleet to version 8.0
8 August 2024, Uber

provided by Google News

An introduction to building realtime apps with RethinkDB
9 July 2022, devm.io

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

How to Use RethinkDB with Node.js Applications
16 December 2015, SitePoint

How to deploy RethinkDB using Docker
14 February 2018, Packt Hub

MongoDB: The Popular Database for the Internet of Things
15 August 2023, Open Source For You

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.

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

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