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 > ArangoDB vs. Atos Standard Common Repository vs. Bangdb vs. CrateDB vs. GridGain

System Properties Comparison ArangoDB vs. Atos Standard Common Repository vs. Bangdb vs. CrateDB vs. GridGain

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonAtos Standard Common Repository  Xexclude from comparisonBangdb  Xexclude from comparisonCrateDB  Xexclude from comparisonGridGain  Xexclude from comparison
This system has been discontinued and will be removed from the DB-Engines ranking.
DescriptionNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.Highly scalable database system, designed for managing session and subscriber data in modern mobile communication networksConverged and high performance database for device data, events, time series, document and graphDistributed Database based on LuceneGridGain is an in-memory computing platform, built on Apache Ignite
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Document store
Key-value store
Document store
Graph DBMS
Time Series DBMS
Document store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Key-value store
Relational DBMS
Secondary database modelsSpatial DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.26
Rank#88  Overall
#15  Document stores
#5  Graph DBMS
#12  Key-value stores
#10  Search engines
Score0.16
Rank#338  Overall
#47  Document stores
#32  Graph DBMS
#31  Time Series DBMS
Score0.71
Rank#227  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#8  Vector DBMS
Score1.55
Rank#150  Overall
#26  Key-value stores
#70  Relational DBMS
Websitearangodb.comatos.net/en/convergence-creators/portfolio/standard-common-repositorybangdb.comcratedb.comwww.gridgain.com
Technical documentationdocs.arangodb.comdocs.bangdb.comcratedb.com/­docswww.gridgain.com/­docs/­index.html
Social network pagesLinkedInTwitterYouTubeFacebookInstagram
DeveloperArangoDB Inc.Atos Convergence CreatorsSachin Sinha, BangDBCrateGridGain Systems, Inc.
Initial release20122016201220132007
Current release3.11.5, November 20231703BangDB 2.0, October 2021GridGain 8.5.1
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availablecommercialOpen Source infoBSD 3Open Sourcecommercial
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ArangoDB Cloud –The Managed Cloud Service of ArangoDB. Provides fully managed, and monitored cluster deployments of any size, with enterprise-grade security. Get started for free and continue for as little as $0,21/hour.CrateDB Cloud: a distributed SQL database that spreads data and processing across an elastic cluster of shared nothing nodes. CrateDB Cloud enables data insights at scale on Microsoft Azure, AWS and Google Cloud Platform.
Implementation languageC++JavaC, C++JavaJava, C++, .Net
Server operating systemsLinux
OS X
Windows
LinuxLinuxAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportLinux
OS X
Solaris
Windows
Data schemeschema-free infoautomatically recognizes schema within a collectionSchema and schema-less with LDAP viewsschema-freeFlexible Schema (defined schema, partial schema, schema free)yes
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashoptionalyes: string, long, double, int, geospatial, stream, eventsyesyes
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.yesnonoyes
Secondary indexesyesyesyes infosecondary, composite, nested, reverse, geospatialyesyes
SQL infoSupport of SQLnonoSQL like support with command line toolyes, but no triggers and constraints, and PostgreSQL compatibilityANSI-99 for query and DML statements, subset of DDL
APIs and other access methodsAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
LDAPProprietary protocol
RESTful HTTP API
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
Supported programming languagesC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
All languages with LDAP bindingsC
C#
C++
Java
Python
.NET
Erlang
Go infocommunity maintained client
Java
JavaScript (Node.js) infocommunity maintained client
Perl infocommunity maintained client
PHP
Python
R
Ruby infocommunity maintained client
Scala infocommunity maintained client
C#
C++
Java
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresJavaScriptnonouser defined functions (Javascript)yes (compute grid and cache interceptors can be used instead)
Triggersnoyesyes, Notifications (with Streaming only)noyes (cache interceptors and events)
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0Sharding infocell divisionSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication with configurable replication factoryesselectable replication factor, Knob for CAP (enterprise version only)Configurable replication on table/partition-levelyes (replicated cache)
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptnonoyes (compute grid and hadoop accelerator)
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)
Immediate Consistency or Eventual Consistency depending on configurationTunable consistency, set CAP knob accordinglyEventual Consistency
Read-after-write consistency on record level
Immediate Consistency
Foreign keys infoReferential integrityyes inforelationships in graphsnononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic execution of specific operationsACIDno infounique row identifiers can be used for implementing an optimistic concurrency control strategyACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes, optimistic concurrency controlyesyes
Durability infoSupport for making data persistentyesyesyes, implements WAL (Write ahead log) as wellyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes, run db with in-memory only modenoyes
User concepts infoAccess controlyesLDAP bind authenticationyes (enterprise version only)rights management via user accountsSecurity Hooks for custom implementations
More information provided by the system vendor
ArangoDBAtos Standard Common RepositoryBangdbCrateDBGridGain
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» more
The enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» more
Response time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» more
​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» more
Across all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» more
The CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» more
See CrateDB pricing >
» 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

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

More resources
ArangoDBAtos Standard Common RepositoryBangdbCrateDBGridGain
DB-Engines blog posts

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

show all

Recent citations in the news

ArangoGraphML: Simplifying the Power of Graph Machine Learning
11 October 2023, Datanami

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

ArangoDB brings yet more money into graph database market with $27.8M round
6 October 2021, SiliconANGLE News

ArangoDB expands scope of graph database platform
6 October 2022, TechTarget

Open source graph database company ArangoDB raises $27.8M
6 October 2021, VentureBeat

provided by Google News

Infographic: What makes a Mobile Operator's setup future proof?
10 February 2024, Atos

provided by Google News

CrateDB Partners with HiveMQ to Deliver a Seamless Data Management Architecture for IoT
25 March 2024, PR Newswire

CrateDB Announces Availability of CrateDB on Google Cloud Marketplace
8 April 2024, Datanami

How We Designed CrateDB as a Realtime SQL DBMS for the Internet of Things
29 August 2017, The New Stack

Crate.io Introduces CrateDB 2.0 Enterprise and Open Source Editions
16 May 2017, Business Wire

Crate.io raises $10M to grow its database platform
15 June 2021, VentureBeat

provided by Google News

GridGain in-memory data and generative AI – Blocks and Files
10 May 2024, Blocks and Files

GridGain's 2023 Growth Positions Company for Strong 2024
24 January 2024, PR Newswire

GridGain Unified Real-Time Data Platform Version 8.9 Addresses Today's More Complex Real-Time Data Processing ...
12 October 2023, GlobeNewswire

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

GridGain: Product Overview and Analysis
5 June 2019, eWeek

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.

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

Present your product here