DB-EnginesEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > ArangoDB vs. FatDB vs. Google Cloud Firestore vs. Heroic vs. OpenTSDB

System Properties Comparison ArangoDB vs. FatDB vs. Google Cloud Firestore vs. Heroic vs. OpenTSDB

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonFatDB  Xexclude from comparisonGoogle Cloud Firestore  Xexclude from comparisonHeroic  Xexclude from comparisonOpenTSDB  Xexclude from comparison
FatDB/FatCloud has ceased operations as a company with February 2014. FatDB is discontinued and excluded from the ranking.
DescriptionNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.A .NET NoSQL DBMS that can integrate with and extend SQL Server.Cloud 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.Time Series DBMS built at Spotify based on Cassandra or Google Cloud Bigtable, and ElasticSearchScalable Time Series DBMS based on HBase
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Document store
Key-value store
Document storeTime Series DBMSTime Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.44
Rank#81  Overall
#14  Document stores
#5  Graph DBMS
#10  Key-value stores
#10  Search engines
Score6.46
Rank#54  Overall
#9  Document stores
Score0.02
Rank#365  Overall
#37  Time Series DBMS
Score1.58
Rank#143  Overall
#12  Time Series DBMS
Websitearangodb.comfirebase.google.com/­products/­firestoregithub.com/­spotify/­heroicopentsdb.net
Technical documentationdocs.arangodb.comfirebase.google.com/­docs/­firestorespotify.github.io/­heroicopentsdb.net/­docs/­build/­html/­index.html
DeveloperArangoDB Inc.FatCloudGoogleSpotifycurrently maintained by Yahoo and other contributors
Initial release20122012201720142011
Current release3.11.5, November 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availablecommercialcommercialOpen Source infoApache 2.0Open Source infoLGPL
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 languageC++C#JavaJava
Server operating systemsLinux
OS X
Windows
WindowshostedLinux
Windows
Data schemeschema-free infoautomatically recognizes schema within a collectionschema-freeschema-freeschema-freeschema-free
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashyesyesyesnumeric data for metrics, strings for tags
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.nonono
Secondary indexesyesyesyesyes infovia Elasticsearchno
SQL infoSupport of SQLnono infoVia inetgration in SQL Servernonono
APIs and other access methodsAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
.NET Client API
LINQ
RESTful HTTP API
RPC
Windows WCF Bindings
Android
gRPC (using protocol buffers) API
iOS
JavaScript API
RESTful HTTP API
HQL (Heroic Query Language, a JSON-based language)
HTTP API
HTTP API
Telnet API
Supported programming languagesC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
C#Go
Java
JavaScript
JavaScript (Node.js)
Objective-C
Python
Erlang
Go
Java
Python
R
Ruby
Server-side scripts infoStored proceduresJavaScriptyes infovia applicationsyes, Firebase Rules & Cloud Functionsnono
Triggersnoyes infovia applicationsyes, with Cloud Functionsnono
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0ShardingShardingShardingSharding infobased on HBase
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication with configurable replication factorselectable replication factorMulti-source replicationyesselectable replication factor infobased on HBase
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptyesUsing Cloud Dataflownono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoconfigurable per collection or per write
Immediate Consistency
OneShard (highly available, fault-tolerant deployment mode with ACID semantics)
Eventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency
Immediate Consistency
Immediate Consistency infobased on HBase
Foreign keys infoReferential integrityyes inforelationships in graphsnononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoyesnono
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.nono
User concepts infoAccess controlyesno infoCan implement custom security layer via applicationsAccess rights for users, groups and roles based on Google Cloud Identity and Access Management. Security Rules for 3rd party authentication using Firebase Auth.no

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

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

More resources
ArangoDBFatDBGoogle Cloud FirestoreHeroicOpenTSDB
DB-Engines blog posts

The Weight of Relational Databases: Time for Multi-Model?
29 August 2017, Luca Olivari (guest author)

show all

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

show all

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

show all

Recent citations in the news

ArangoDB advances graph database fortunes with new funding
6 October 2021, TechTarget

ArangoDB Unveils ArangoGraph Insights Platform
4 October 2022, Datanami

Multimodel database company ArangoDB lands $10M in funding
14 March 2019, SiliconANGLE News

How to Build Knowledge Graph Enhanced Chatbot with ChatGPT and ArangoDB
30 June 2023, DataDrivenInvestor

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a major trend _ Technavio
7 August 2023, PR Newswire

provided by Google News

Google launches Firebase Genkit, a new open source framework for building AI-powered apps
14 May 2024, TechCrunch

NoSQL on the Cloud With Python
7 August 2020, Towards Data Science

Google Reveals Android Performance Tuner, Android GPU Inspector and Cloud Firestore
23 March 2020, Wccftech

Spring Boot Tutorial: Building Microservices Deployed to Google Cloud
26 March 2020, InfoQ.com

Google updates Firebase with new emulator and data analysis tools
27 October 2020, VentureBeat

provided by Google News

How Code Wizards load tested Heroic Labs’ Nakama to two million concurrent players with AWS
1 October 2024, AWS Blog

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

SingleStore logo

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

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

Present your product here