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 > AllegroGraph vs. Cassandra vs. Faircom DB vs. Fauna vs. GridDB

System Properties Comparison AllegroGraph vs. Cassandra vs. Faircom DB vs. Fauna vs. GridDB

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonCassandra  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonFauna infopreviously named FaunaDB  Xexclude from comparisonGridDB  Xexclude from comparison
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Fauna provides a web-native interface, with support for GraphQL and custom business logic that integrates seamlessly with the rest of the serverless ecosystem. The underlying globally distributed storage and compute platform is fast, consistent, and reliable, with a modern security infrastructure.Scalable in-memory time series database optimized for IoT and Big Data
Primary database modelDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Wide column storeKey-value store
Relational DBMS
Document store
Graph DBMS
Relational DBMS
Time Series DBMS
Time Series DBMS
Secondary database modelsSpatial DBMSVector DBMS infostarting with release V5Key-value store
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.03
Rank#199  Overall
#34  Document stores
#18  Graph DBMS
#7  RDF stores
#7  Vector DBMS
Score104.59
Rank#12  Overall
#1  Wide column stores
Score0.31
Rank#298  Overall
#42  Key-value stores
#137  Relational DBMS
Score1.63
Rank#155  Overall
#28  Document stores
#14  Graph DBMS
#70  Relational DBMS
#13  Time Series DBMS
Score2.00
Rank#137  Overall
#11  Time Series DBMS
Websiteallegrograph.comcassandra.apache.orgwww.faircom.com/­products/­faircom-dbfauna.comgriddb.net
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmlcassandra.apache.org/­doc/­latestdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmldocs.fauna.comdocs.griddb.net
DeveloperFranz Inc.Apache Software Foundation infoApache top level project, originally developped by FacebookFairCom CorporationFauna, Inc.Toshiba Corporation
Initial release20042008197920142013
Current release8.0, December 20234.1.3, July 2023V12, November 20205.1, August 2022
License infoCommercial or Open Sourcecommercial infoLimited community edition freeOpen Source infoApache version 2commercial infoRestricted, free version availablecommercialOpen Source infoAGPL version 3 and Apache License, version 2.0 , commercial license (standard and advanced editions) also 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 languageJavaANSI C, C++ScalaC++
Server operating systemsLinux
OS X
Windows
BSD
Linux
OS X
Windows
AIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
hostedLinux
Data schemeyes infoRDF schemasschema-freeschema free, schema optional, schema required, partial schema,schema-freeyes
Typing infopredefined data types such as float or dateyesyesyes, ANSI SQL Types, JSON, typed binary structuresnoyes infonumerical, string, blob, geometry, boolean, timestamp
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.no infobulk load of XML files possiblenononono
Secondary indexesyesrestricted infoonly equality queries, not always the best performing solutionyesyesyes
SQL infoSupport of SQLSPARQL is used as query languageSQL-like SELECT, DML and DDL statements (CQL)yes, ANSI SQL with proprietary extensionsnoSQL92, SQL-like TQL (Toshiba Query Language)
APIs and other access methodsRESTful HTTP API
SPARQL
Proprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
RESTful HTTP APIJDBC
ODBC
Proprietary protocol
RESTful HTTP/JSON API
Supported programming languagesC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
C#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C#
Go
Java
JavaScript
Python
Ruby
Scala
Swift
C
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Server-side scripts infoStored proceduresyes infoJavaScript or Common Lispnoyes info.Net, JavaScript, C/C++user defined functionsno
Triggersyesyesyesnoyes
Partitioning methods infoMethods for storing different data on different nodeswith FederationSharding infono "single point of failure"File partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioninghorizontal partitioning infoconsistent hashingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
selectable replication factor infoRepresentation of geographical distribution of servers is possibleyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Multi-source replicationSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonoConnector for using GridDB as an input source and output destination for Hadoop MapReduce jobs
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Eventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate consistency within container, eventual consistency across containers
Foreign keys infoReferential integritynonoyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infoAtomicity and isolation are supported for single operationstunable from ACID to Eventually ConsistentACIDACID at container level
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesYes, tunable from durable to delayed durability to in-memoryyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesnoyes
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationAccess rights for users can be defined per objectFine grained access rights according to SQL-standard with additional protections for filesIdentity management, authentication, and access controlAccess rights for users can be defined per database
More information provided by the system vendor
AllegroGraphCassandraFaircom DB infoformerly c-treeACEFauna infopreviously named FaunaDBGridDB
Specific characteristicsKnowledge Graph Platform Leader FedShard - Designed for Entity-Event Knowledge Graph...
» more
Apache Cassandra is the leading NoSQL, distributed database management system, well...
» more
GridDB is a highly scalable, in-memory time series database optimized for IoT and...
» more
Competitive advantagesAllegroGraph is uniquely suited to support adhoc queries through SPARQL, Prolog and...
» more
No single point of failure ensures 100% availability . Operational simplicity for...
» more
1. Optimized for IoT Equipped with Toshiba's proprietary key-container data model...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Factory IoT, Automative Industry, Energy, BEMS, Smart Community, Monitoring system.
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Denso International [see use case ] An Electric Power company [see use case ] Ishinomaki...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
GitHub trending repository
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
Open Source license (AGPL v3 & Apache v2) Commercial license (subscription)
» more
News

Exploring AllegroGraph v8 – Unleashing the Power of Neuro-Symbolic AI (Recorded Webinar)
9 February 2024

What is Neuro-Symbolic AI?
23 January 2024

Allegro CL v11 – Now Available! – The Neuro-Symbolic AI Programming Platform
8 January 2024

The New Stack Features AllegroGraph v8
2 January 2024

Knowledge Graph Technology Showcase Honest Review: AllegroGraph
2 January 2024

Microsoft and DataStax Simplify Building AI Agents with Legacy Apps and Data
26 March 2024

How PTC Is Transforming eCommerce with Generative AI, DataStax Astra DB, and Vector Search
21 March 2024

The Astra Assistants API Now Supports Streaming: Because Who Wants to Wait?
19 March 2024

DataStax Integrates NVIDIA NIM for Deploying AI Models
18 March 2024

LangChain and DataStax Astra DB Power Esynergy’s Retrieve-Augment Architecture for Sales Copilot
14 March 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
AllegroGraphCassandraFaircom DB infoformerly c-treeACEFauna infopreviously named FaunaDBGridDB
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

AI predictions for 2024 unveil exciting technological horizons
21 November 2023, Wire19

Neuro-Symbolic AI: The Peak of Artificial Intelligence
16 November 2021, AiThority

Why Young Developers Don't Get Knowledge Graphs
30 July 2021, Datanami

Fuse Graph Neural Networks with Semantic Reasoning to Produce Complimentary Predictions
21 September 2021, Towards Data Science

The Foundation of Data Fabrics and AI: Semantic Knowledge Graphs - DataScienceCentral.com
19 May 2022, Data Science Central

provided by Google News

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

How Uber Optimized Cassandra Operations At Scale
20 July 2023, Uber

Cassandra: Highly Scalable Database Out of the Box
27 December 2023, hackernoon.com

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

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

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

Top Milvus Alternatives in 2024
4 October 2023, Slashdot

provided by Google News

Fauna Launches Distributed Document-Relational Database On Google Cloud Marketplace
21 March 2024, GlobeNewswire

Fauna Adds Transformative Schema-as-Code Capabilities to Enterprise Proven, Document-Relational Database
15 November 2023, Business Wire

Slicing the Gordian Knot: A leap to real-time systems of truth
3 February 2024, SiliconANGLE News

Fauna Query Language tamed to appeal to developers
22 August 2023, The Register

CITES Trade Database surpasses 25 million trade transaction records
3 October 2023, Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES)

provided by Google News

General Availability of GridDB 5.3 Enterprise Edition ~ Major Enhancement in IoT and Time Series Data Analysis ...
16 May 2023, global.toshiba

Toshiba launches cloudy managed IoT database service running its own GridDB
8 April 2021, The Register

Toshiba's Distributed Database GridDB(R) Now Features Scale-Out and Scale-Up combo for Petabyte-scale Data ...
3 December 2019, global.toshiba

General Availability of GridDB 5.1 Enterprise Edition ~ Continuous database usage in the event of data center failure ...
19 August 2022, global.toshiba

Leveraging Open Source Tools for IoT - open source for you
19 February 2020, Open Source For You

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.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Present your product here