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

DBMS > Amazon SimpleDB vs. Cassandra vs. etcd vs. Faircom EDGE vs. Google Cloud Firestore

System Properties Comparison Amazon SimpleDB vs. Cassandra vs. etcd vs. Faircom EDGE vs. Google Cloud Firestore

Editorial information provided by DB-Engines
NameAmazon SimpleDB  Xexclude from comparisonCassandra  Xexclude from comparisonetcd  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonGoogle Cloud Firestore  Xexclude from comparison
DescriptionHosted simple database service by Amazon, with the data stored in the Amazon Cloud. infoThere is an unrelated product called SimpleDB developed by Edward ScioreWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessA distributed reliable key-value storeFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsCloud Firestore is an auto-scaling document database for storing, syncing, and querying data for mobile and web apps. It offers seamless integration with other Firebase and Google Cloud Platform products.
Primary database modelKey-value storeWide column storeKey-value storeKey-value store
Relational DBMS
Document store
Secondary database modelsVector DBMS infostarting with release V5
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.88
Rank#133  Overall
#23  Key-value stores
Score98.83
Rank#12  Overall
#1  Wide column stores
Score7.03
Rank#54  Overall
#5  Key-value stores
Score0.09
Rank#362  Overall
#53  Key-value stores
#155  Relational DBMS
Score7.36
Rank#53  Overall
#9  Document stores
Websiteaws.amazon.com/­simpledbcassandra.apache.orgetcd.io
github.com/­etcd-io/­etcd
www.faircom.com/­products/­faircom-edgefirebase.google.com/­products/­firestore
Technical documentationdocs.aws.amazon.com/­simpledbcassandra.apache.org/­doc/­latestetcd.io/­docs
github.com/­etcd-io/­etcd/­tree/­master/­Documentation
docs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlfirebase.google.com/­docs/­firestore
DeveloperAmazonApache Software Foundation infoApache top level project, originally developped by FacebookFairCom CorporationGoogle
Initial release2007200819792017
Current release4.1.3, July 20233.4, August 2019V3, October 2020
License infoCommercial or Open SourcecommercialOpen Source infoApache version 2Open Source infoApache Version 2.0commercial infoRestricted, free version availablecommercial
Cloud-based only infoOnly available as a cloud serviceyesnononoyes
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 languageJavaGoANSI C, C++
Server operating systemshostedBSD
Linux
OS X
Windows
FreeBSD
Linux
Windows infoexperimental
Android
Linux infoARM, x86
Raspbian
Windows
hosted
Data schemeschema-freeschema-freeschema-freeFlexible Schema (defined schema, partial schema, schema free)schema-free
Typing infopredefined data types such as float or datenoyesnoyes, ANSI Standard SQL Typesyes
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.nonoyesno
Secondary indexesyes infoAll columns are indexed automaticallyrestricted infoonly equality queries, not always the best performing solutionnoyesyes
SQL infoSupport of SQLnoSQL-like SELECT, DML and DDL statements (CQL)noyes infoANSI SQL queriesno
APIs and other access methodsRESTful HTTP APIProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
gRPC
JSON over HTTP
ADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
Android
gRPC (using protocol buffers) API
iOS
JavaScript API
RESTful HTTP API
Supported programming languages.Net
C
C++
Erlang
Java
PHP
Python
Ruby
Scala
C#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Rust
Scala
Tcl
C
C#
C++
Java
JavaScript
PHP
Python
VB.Net
Go
Java
JavaScript
JavaScript (Node.js)
Objective-C
Python
Server-side scripts infoStored proceduresnononoyes info.Net, JavaScript, C/C++yes, Firebase Rules & Cloud Functions
Triggersnoyesyes, watching key changesyesyes, with Cloud Functions
Partitioning methods infoMethods for storing different data on different nodesnone infoSharding must be implemented in the applicationSharding infono "single point of failure"File partitioning infoCustomizable business rules for partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesselectable replication factor infoRepresentation of geographical distribution of servers is possibleUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.yes infoSynchronous and asynchronous realtime replication based on transaction logsMulti-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonoUsing Cloud Dataflow
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Eventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Immediate ConsistencyImmediate Consistency
Tunable Consistency
Immediate Consistency
Foreign keys infoReferential integritynononoyes infowhen using SQLno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoConcurrent data updates can be detected by the applicationno infoAtomicity and isolation are supported for single operationsnoACIDyes
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoacross SQL and NoSQLyes
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.nonoyes
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)Access rights for users can be defined per objectnoFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Access rights for users, groups and roles based on Google Cloud Identity and Access Management. Security Rules for 3rd party authentication using Firebase Auth.
More information provided by the system vendor
Amazon SimpleDBCassandraetcdFaircom EDGE infoformerly c-treeEDGEGoogle Cloud Firestore
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
News

Focus on Creativity, Not Clusters: DataStax Mission Control in Action!
30 May 2024

How Concide Built its Chat Platform with Enhanced Document Management for Legal Tech Professionals
23 May 2024

Astra Vectorize: Generate Vector Embeddings with 1 Line of Code
22 May 2024

GitHub Copilot + DataStax Astra DB: Build GenAI Apps 100x Faster
21 May 2024

Empowering On-Premises Deployments with Generative AI: Introducing Vector Search for a Self-Managed Modern Architecture
15 May 2024

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

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

More resources
Amazon SimpleDBCassandraetcdFaircom EDGE infoformerly c-treeEDGEGoogle Cloud Firestore
DB-Engines blog posts

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

Amazon - the rising star in the DBMS market
3 August 2015, Matthias Gelbmann

show all

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

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

show all

Recent citations in the news

A Place for Everything – Amazon SimpleDB
14 December 2007, AWS Blog

Amazon DynamoDB Serves Trillions Of Requests Per Month While Counterpart SimpleDB Is No Longer A Listed ...
12 November 2013, TechCrunch

Hands-on Tutorial for Getting Started with Amazon SimpleDB
28 May 2010, Packt Hub

Amazon SimpleDB Expands Web Services
16 December 2007, Data Center Knowledge

An Overview of Amazon Web Services - Cloud Application Architectures [Book]
22 September 2018, O'Reilly Media

provided by Google News

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

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

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

Why Apache Cassandra 5.0 Is a Game-Changer for Developers
10 May 2024, The New Stack

provided by Google News

Monitor Amazon EKS Control Plane metrics using AWS Open Source monitoring services | Amazon Web Services
12 October 2023, AWS Blog

Apache APISIX Without etcd?
27 July 2023, hackernoon.com

RBI reiterates need for underlying forex exposure for rupee derivatives transactions | Stock Market News
5 April 2024, Mint

Killing a market, softly: How an RBI communique could end India's thriving ETCD market
7 April 2024, The Economic Times

Public preview: AKS cluster control plane metrics in managed Prometheus | Azure updates
12 February 2024, Microsoft

provided by Google News

Innovative Software and Giant Lego Sets, Why FairCom Edge Booth is a Must-Visit at Automate
9 May 2024, MVPro

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

Brokers, Protocols, Platform Move Manufacturing Data
26 July 2023, EE Times

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

Winners of the 2021 IoT Evolution Product of the Year Awards Announced
6 July 2021, IoT Evolution World

provided by Google News

Realtime vs Cloud Firestore: Which Firebase Database to go?
8 March 2024, Appinventiv

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google's Cloud Firestore is now generally available
31 January 2019, ZDNet

Google launches Cloud Firestore, a new document database for app developers
3 October 2017, TechCrunch

Google's Cloud-Native NoSQL Database Cloud Firestore Is Now Generally Available
8 February 2019, InfoQ.com

provided by Google News



Share this page

Featured Products

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here