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 > Blueflood vs. Cassandra vs. Dolt vs. Google Cloud Datastore vs. Hazelcast

System Properties Comparison Blueflood vs. Cassandra vs. Dolt vs. Google Cloud Datastore vs. Hazelcast

Editorial information provided by DB-Engines
NameBlueflood  Xexclude from comparisonCassandra  Xexclude from comparisonDolt  Xexclude from comparisonGoogle Cloud Datastore  Xexclude from comparisonHazelcast  Xexclude from comparison
DescriptionScalable TimeSeries DBMS based on CassandraWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessA MySQL compatible DBMS with Git-like versioning of data and schemaAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformA widely adopted in-memory data grid
Primary database modelTime Series DBMSWide column storeRelational DBMSDocument storeKey-value store
Secondary database modelsVector DBMS infostarting with release V5Document storeDocument store infoJSON support with IMDG 3.12
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.06
Rank#353  Overall
#34  Time Series DBMS
Score101.89
Rank#12  Overall
#1  Wide column stores
Score0.96
Rank#193  Overall
#90  Relational DBMS
Score4.47
Rank#76  Overall
#12  Document stores
Score5.97
Rank#57  Overall
#6  Key-value stores
Websiteblueflood.iocassandra.apache.orggithub.com/­dolthub/­dolt
www.dolthub.com
cloud.google.com/­datastorehazelcast.com
Technical documentationgithub.com/­rax-maas/­blueflood/­wikicassandra.apache.org/­doc/­latestdocs.dolthub.comcloud.google.com/­datastore/­docshazelcast.org/­imdg/­docs
DeveloperRackspaceApache Software Foundation infoApache top level project, originally developped by FacebookDoltHub IncGoogleHazelcast
Initial release20132008201820082008
Current release4.1.3, July 20235.3.6, November 2023
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoApache version 2Open Source infoApache Version 2.0commercialOpen Source infoApache Version 2; commercial licenses available
Cloud-based only infoOnly available as a cloud servicenononoyesno
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 languageJavaJavaGoJava
Server operating systemsLinux
OS X
BSD
Linux
OS X
Windows
Linux
macOS
Windows
hostedAll OS with a Java VM
Data schemepredefined schemeschema-freeyesschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesyesyes, details hereyes
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.nonononoyes infothe object must implement a serialization strategy
Secondary indexesnorestricted infoonly equality queries, not always the best performing solutionyesyesyes
SQL infoSupport of SQLnoSQL-like SELECT, DML and DDL statements (CQL)yesSQL-like query language (GQL)SQL-like query language
APIs and other access methodsHTTP RESTProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
CLI Client
HTTP REST
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
JCache
JPA
Memcached protocol
RESTful HTTP API
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
Server-side scripts infoStored proceduresnonoyes infocurrently in alpha releaseusing Google App Engineyes infoEvent Listeners, Executor Services
TriggersnoyesyesCallbacks using the Google Apps Engineyes infoEvents
Partitioning methods infoMethods for storing different data on different nodesSharding infobased on CassandraSharding infono "single point of failure"noneShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infobased on Cassandraselectable replication factor infoRepresentation of geographical distribution of servers is possibleA database can be cloned to multiple locations and be used there in isolation. Data/schema changes can be pushed/pulled explicitly between locations.Multi-source replication using Paxosyes infoReplicated Map
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnoyes infousing Google Cloud Dataflowyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Eventual 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 Consistency or Eventual Consistency selectable by user infoRaft Consensus Algorithm
Foreign keys infoReferential integritynonoyesyes infovia ReferenceProperties or Ancestor pathsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanono infoAtomicity and isolation are supported for single operationsACIDACID infoSerializable Isolation within Transactions, Read Committed outside of Transactionsone or two-phase-commit; repeatable reads; read commited
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nononoyes
User concepts infoAccess controlnoAccess rights for users can be defined per objectOnly one user is configurable, and must be specified in the config file at startupAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Role-based access control
More information provided by the system vendor
BluefloodCassandraDoltGoogle Cloud DatastoreHazelcast
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» 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 partiesCassandra 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
BluefloodCassandraDoltGoogle Cloud DatastoreHazelcast
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

What Is Cassandra? Working, Features, and Uses - Spiceworks Inc
17 August 2023, Spiceworks News and Insights

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

provided by Google News

Dolt- A Version Controlled Database
29 January 2024, iProgrammer

Top Data Version Control Tools for Machine Learning Research in 2023
24 July 2023, MarkTechPost

Dolt, a Relational Database with Git-Like Cloning Features
19 August 2020, The New Stack

Data Versioning at Scale: Chaos and Chaos Management
10 February 2023, InfoQ.com

Are you still not using Version Control for Data?
11 April 2020, Towards Data Science

provided by Google News

Best cloud storage of 2024
29 April 2024, TechRadar

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

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

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

What Is Google Cloud Platform?
28 August 2023, Simplilearn

provided by Google News

Hazelcast Weaves Wider Logic Threads Through The Data Fabric
7 March 2024, Forbes

Hazelcast 5.4 real time data processing platform boosts AI and consistency
17 April 2024, VentureBeat

Hazelcast Achieves Record Year with Leading Brands Choosing Its Platform for Application Modernization, AI Initiatives
22 February 2024, Datanami

Research Report on Event Stream Processing Tools Market Size 2024-2030: Supply-Demand Trends, Regional ...
3 May 2024, News Channel Nebraska

Real-Time Data Platform Hazelcast Introduces New Chief Technology Officer Adrian Soars
7 November 2023, Finovate

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