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

DBMS > Atos Standard Common Repository vs. Bangdb vs. CrateDB vs. Faircom EDGE vs. GridGain

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

Editorial information provided by DB-Engines
NameAtos Standard Common Repository  Xexclude from comparisonBangdb  Xexclude from comparisonCrateDB  Xexclude from comparisonFaircom EDGE infoformerly c-treeEDGE  Xexclude from comparisonGridGain  Xexclude from comparison
This system has been discontinued and will be removed from the DB-Engines ranking.
DescriptionHighly 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 LuceneFairCom EDGE is an Industry 4.0 solution built to integrate, collect, aggregate and synchronize mission-critical data in edge computing environmentsGridGain is an in-memory computing platform, built on Apache Ignite
Primary database modelDocument 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
Key-value store
Relational DBMS
Secondary database modelsSpatial DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
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
Score0.09
Rank#362  Overall
#53  Key-value stores
#155  Relational DBMS
Score1.55
Rank#150  Overall
#26  Key-value stores
#70  Relational DBMS
Websiteatos.net/en/convergence-creators/portfolio/standard-common-repositorybangdb.comcratedb.comwww.faircom.com/­products/­faircom-edgewww.gridgain.com
Technical documentationdocs.bangdb.comcratedb.com/­docsdocs.faircom.com/­docs/­en/­UUID-23d4f1fd-d213-f6d5-b92e-9b7475baa14e.htmlwww.gridgain.com/­docs/­index.html
DeveloperAtos Convergence CreatorsSachin Sinha, BangDBCrateFairCom CorporationGridGain Systems, Inc.
Initial release20162012201319792007
Current release1703BangDB 2.0, October 2021V3, October 2020GridGain 8.5.1
License infoCommercial or Open SourcecommercialOpen Source infoBSD 3Open Sourcecommercial infoRestricted, free version availablecommercial
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.
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 languageJavaC, C++JavaANSI C, C++Java, C++, .Net
Server operating systemsLinuxLinuxAll Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportAndroid
Linux infoARM, x86
Raspbian
Windows
Linux
OS X
Solaris
Windows
Data schemeSchema and schema-less with LDAP viewsschema-freeFlexible Schema (defined schema, partial schema, schema free)Flexible Schema (defined schema, partial schema, schema free)yes
Typing infopredefined data types such as float or dateoptionalyes: string, long, double, int, geospatial, stream, eventsyesyes, 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.yesnonoyesyes
Secondary indexesyesyes infosecondary, composite, nested, reverse, geospatialyesyesyes
SQL infoSupport of SQLnoSQL like support with command line toolyes, but no triggers and constraints, and PostgreSQL compatibilityyes infoANSI SQL queriesANSI-99 for query and DML statements, subset of DDL
APIs and other access methodsLDAPProprietary protocol
RESTful HTTP API
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
ADO.NET
Direct SQL
IoT Microservice layer
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
RESTful HTTP API
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
Supported programming languagesAll 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#
C++
Java
JavaScript
PHP
Python
VB.Net
C#
C++
Java
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresnonouser defined functions (Javascript)yes info.Net, JavaScript, C/C++yes (compute grid and cache interceptors can be used instead)
Triggersyesyes, Notifications (with Streaming only)noyesyes (cache interceptors and events)
Partitioning methods infoMethods for storing different data on different nodesSharding infocell divisionSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingFile partitioning infoCustomizable business rules for partitioningSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesselectable replication factor, Knob for CAP (enterprise version only)Configurable replication on table/partition-levelyes infoSynchronous and asynchronous realtime replication based on transaction logsyes (replicated cache)
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyes (compute grid and hadoop accelerator)
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationTunable consistency, set CAP knob accordinglyEventual Consistency
Read-after-write consistency on record level
Immediate Consistency
Tunable Consistency
Immediate Consistency
Foreign keys infoReferential integritynononoyes infowhen using SQLno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of specific operationsACIDno infounique row identifiers can be used for implementing an optimistic concurrency control strategyACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyesyes infoacross SQL and NoSQLyes
Durability infoSupport for making data persistentyesyes, implements WAL (Write ahead log) as wellyesyesyes
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 modenoyesyes
User concepts infoAccess controlLDAP bind authenticationyes (enterprise version only)rights management via user accountsFine grained user, group and file access rights managed across SQL (per ANSI standard) and NoSQL.Security Hooks for custom implementations
More information provided by the system vendor
Atos Standard Common RepositoryBangdbCrateDBFaircom EDGE infoformerly c-treeEDGEGridGain
Specific characteristicsThe enterprise database for time series, documents, and vectors. Distributed - Native...
» more
Competitive advantagesResponse time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Licensing and pricing modelsSee 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
Atos Standard Common RepositoryBangdbCrateDBFaircom EDGE infoformerly c-treeEDGEGridGain
Recent citations in the news

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

provided by Google News

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

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

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, businesswire.com

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

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

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

Trend-Setting Products in Data and Information Management for 2023
8 December 2022, Database Trends and Applications

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

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

Neo4j logo

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

Present your product here