DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Cassandra vs. Google Cloud Datastore vs. GreptimeDB vs. LevelDB vs. Microsoft Azure Cosmos DB

System Properties Comparison Cassandra vs. Google Cloud Datastore vs. GreptimeDB vs. LevelDB vs. Microsoft Azure Cosmos DB

Editorial information provided by DB-Engines
NameCassandra  Xexclude from comparisonGoogle Cloud Datastore  Xexclude from comparisonGreptimeDB  Xexclude from comparisonLevelDB  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformAn open source Time Series DBMS built for increased scalability, high performance and efficiencyEmbeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesGlobally distributed, horizontally scalable, multi-model database service
Primary database modelWide column storeDocument storeTime Series DBMSKey-value storeDocument store
Graph DBMS
Key-value store
Wide column store
Secondary database modelsVector DBMS infostarting with release V5Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score101.89
Rank#12  Overall
#1  Wide column stores
Score4.47
Rank#76  Overall
#12  Document stores
Score0.06
Rank#352  Overall
#33  Time Series DBMS
Score2.35
Rank#111  Overall
#19  Key-value stores
Score29.04
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Websitecassandra.apache.orgcloud.google.com/­datastoregreptime.comgithub.com/­google/­leveldbazure.microsoft.com/­services/­cosmos-db
Technical documentationcassandra.apache.org/­doc/­latestcloud.google.com/­datastore/­docsdocs.greptime.comgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdlearn.microsoft.com/­azure/­cosmos-db
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookGoogleGreptime Inc.GoogleMicrosoft
Initial release20082008202220112014
Current release4.1.3, July 20231.23, February 2021
License infoCommercial or Open SourceOpen Source infoApache version 2commercialOpen Source infoApache Version 2.0Open Source infoBSDcommercial
Cloud-based only infoOnly available as a cloud servicenoyesnonoyes
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
Implementation languageJavaRustC++
Server operating systemsBSD
Linux
OS X
Windows
hostedAndroid
Docker
FreeBSD
Linux
macOS
Windows
Illumos
Linux
OS X
Windows
hosted
Data schemeschema-freeschema-freeschema-free, schema definition possibleschema-freeschema-free
Typing infopredefined data types such as float or dateyesyes, details hereyesnoyes infoJSON types
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 indexesrestricted infoonly equality queries, not always the best performing solutionyesyesnoyes infoAll properties auto-indexed by default
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)SQL-like query language (GQL)yesnoSQL-like query language
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
gRPC
HTTP API
JDBC
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C++
Erlang
Go
Java
JavaScript
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
Server-side scripts infoStored proceduresnousing Google App EnginePythonnoJavaScript
TriggersyesCallbacks using the Google Apps EnginenoJavaScript
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"ShardingShardingnoneSharding infoImplicit feature of the cloud service
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleMulti-source replication using Paxosnoneyes infoImplicit feature of the cloud service
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyes infousing Google Cloud Dataflownonowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Immediate ConsistencyImmediate ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Foreign keys infoReferential integritynoyes infovia ReferenceProperties or Ancestor pathsnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsnoMulti-item ACID transactions with snapshot isolation within a partition
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infowith automatic compression on writesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nono
User concepts infoAccess controlAccess rights for users can be defined per objectAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Simple rights management via user accountsnoAccess rights can be defined down to the item level
More information provided by the system vendor
CassandraGoogle Cloud DatastoreGreptimeDBLevelDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
GreptimeDB is a SQL & Python-enabled timeseries database system built from scratch...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
- Inherits advantages of Rust, such as excellent performance, memory safe, resource...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
For IoT industries, GreptimeDB can seamless integrate with message queues and other...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Greptime's clients span multiple sectors including IoT, connected vehicles, and energy...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
GreptimeDB has garnered global recognition by topping GitHub trends following its...
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
GreptimeDB: open source, distributed, cloud-native TSDB; supports Hybrid Time-series...
» 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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Cassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more
CData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
CassandraGoogle Cloud DatastoreGreptimeDBLevelDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB
DB-Engines blog posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3 May 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5 January 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2 November 2015, Paul Andlinger

show all

Recent citations in the news

Here's What to Know About Apache Cassandra 5.0
15 April 2024, hackernoon.com

How Uber Optimized Cassandra Operations At Scale
20 July 2023, Uber

Cassandra is the “best f*cking database for gen AI,” says DataStax CEO
13 December 2023, VentureBeat

Microsoft extends life support for aging Apache Cassandra 3.11 database
10 October 2023, The Register

How Zalando migrated their shopping carts to Amazon DynamoDB from Apache Cassandra | Amazon Web Services
11 October 2023, AWS Blog

provided by Google News

Google Cloud Stops Exit Fees
12 January 2024, Spiceworks News and Insights

Best cloud storage of 2024
29 April 2024, TechRadar

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6 November 2023, PR Newswire

Inside Google’s strategic move to eliminate customer cloud data transfer fees
12 January 2024, Network World

What is Google App Engine? | Definition from TechTarget
26 April 2024, TechTarget

provided by Google News

LevelDB in Ruby — SitePoint
22 October 2014, SitePoint

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

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

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

Rust-Based Info Stealers Abuse GitHub Codespaces
19 May 2023, Trend Micro

provided by Google News

Start your AI journey with Microsoft Azure Cosmos DB—compete for $10K | Azure Blog
8 May 2024, Microsoft

Public preview: Change partition key of a container in Azure Cosmos DB (NoSQL API) | Azure updates
27 March 2024, Microsoft

Evaluating Performance: CosmosDB vs. Azure SQL
16 January 2024, Хабр

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10 November 2023, InfoQ.com

How to Migrate Azure Cosmos DB Databases | by Arwin Lashawn
25 August 2023, DataDrivenInvestor

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.

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

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

Present your product here