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. CrateDB vs. Datastax Enterprise vs. Derby vs. Neo4j

System Properties Comparison AllegroGraph vs. CrateDB vs. Datastax Enterprise vs. Derby vs. Neo4j

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonCrateDB  Xexclude from comparisonDatastax Enterprise  Xexclude from comparisonDerby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDB  Xexclude from comparisonNeo4j  Xexclude from comparison
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSDistributed Database based on LuceneDataStax Enterprise (DSE) is the always-on, scalable data platform built on Apache Cassandra and designed for hybrid Cloud. DSE integrates graph, search, analytics, administration, developer tooling, and monitoring into a unified platform.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Scalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offerings
Primary database modelDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Document store
Spatial DBMS
Search engine
Time Series DBMS
Vector DBMS
Wide column storeRelational DBMSGraph DBMS
Secondary database modelsSpatial DBMSRelational DBMSDocument store
Graph DBMS
Spatial DBMS
Search engine
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.16
Rank#179  Overall
#30  Document stores
#17  Graph DBMS
#7  RDF stores
#7  Vector DBMS
Score0.73
Rank#229  Overall
#37  Document stores
#5  Spatial DBMS
#16  Search engines
#19  Time Series DBMS
#8  Vector DBMS
Score6.31
Rank#57  Overall
#4  Wide column stores
Score5.30
Rank#66  Overall
#36  Relational DBMS
Score44.47
Rank#23  Overall
#1  Graph DBMS
Websiteallegrograph.comcratedb.comwww.datastax.com/­products/­datastax-enterprisedb.apache.org/­derbyneo4j.com
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmlcratedb.com/­docsdocs.datastax.comdb.apache.org/­derby/­manuals/­index.htmlneo4j.com/­docs
DeveloperFranz Inc.CrateDataStaxApache Software FoundationNeo4j, Inc.
Initial release20042013201119972007
Current release8.0, December 20236.8, April 202010.17.1.0, November 20235.18.1, March 2024
License infoCommercial or Open Sourcecommercial infoLimited community edition freeOpen SourcecommercialOpen Source infoApache version 2Open Source infoGPL version3, commercial licenses available
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.Datastax Astra DB: Astra DB simplifies cloud-native Cassandra application development for your apps, microservices and functions. Deploy in minutes on AWS, Google Cloud, Azure, and have it managed for you by the experts, with serverless, pay-as-you-go pricing.Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.
Implementation languageJavaJavaJavaJava, Scala
Server operating systemsLinux
OS X
Windows
All Operating Systems, including Kubernetes with CrateDB Kubernetes Operator supportLinux
OS X
All OS with a Java VMLinux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
Data schemeyes infoRDF schemasFlexible Schema (defined schema, partial schema, schema free)schema-freeyesschema-free and schema-optional
Typing infopredefined data types such as float or dateyesyesyesyesyes
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 possiblenonoyes
Secondary indexesyesyesyesyesyes infopluggable indexing subsystem, by default Apache Lucene
SQL infoSupport of SQLSPARQL is used as query languageyes, but no triggers and constraints, and PostgreSQL compatibilitySQL-like DML and DDL statements (CQL); Spark SQLyesno
APIs and other access methodsRESTful HTTP API
SPARQL
ADO.NET
JDBC
ODBC
PostgreSQL wire protocol
Prometheus Remote Read/Write
RESTful HTTP API
Proprietary protocol infoCQL (Cassandra Query Language)
TinkerPop Gremlin infowith DSE Graph
JDBCBolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
Supported programming languagesC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
.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 (Node.js)
PHP
Python
Ruby
Java.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresyes infoJavaScript or Common Lispuser defined functions (Javascript)noJava Stored Proceduresyes infoUser defined Procedures and Functions
Triggersyesnoyesyesyes infovia event handler
Partitioning methods infoMethods for storing different data on different nodeswith FederationShardingSharding infono "single point of failure"noneyes using Neo4j Fabric
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Configurable replication on table/partition-levelconfigurable replication factor, datacenter aware, advanced replication for edge computingSource-replica replicationCausal Clustering using Raft protocol infoavailable in in Enterprise Version only
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationEventual Consistency
Read-after-write consistency on record level
Immediate Consistency
Tunable Consistency infoconsistency level can be individually decided with each write operation
Immediate ConsistencyCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Foreign keys infoReferential integritynononoyesyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infounique row identifiers can be used for implementing an optimistic concurrency control strategyno infoAtomicity and isolation are supported for single operationsACIDACID
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.nonoyesyes
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationrights management via user accountsAccess rights for users can be defined per objectfine grained access rights according to SQL-standardUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)
More information provided by the system vendor
AllegroGraphCrateDBDatastax EnterpriseDerby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDBNeo4j
Specific characteristicsKnowledge Graph Platform Leader FedShard - Designed for Entity-Event Knowledge Graph...
» more
The enterprise database for time series, documents, and vectors. Distributed - Native...
» more
DataStax Enterprise is scale-out data infrastructure for enterprises that need to...
» more
Neo4j delivers graph technology that has been battle tested for performance and scale...
» more
Competitive advantagesAllegroGraph is uniquely suited to support adhoc queries through SPARQL, Prolog and...
» more
Response time in milliseconds: e ven for complex ad-hoc queries. Massive scaling...
» more
Supporting the following application requirements: Zero downtime - Built on Apache...
» more
Neo4j is the market leader, graph database category creator, and the most widely...
» more
Typical application scenarios​ IoT: accelerate your IIoT projects with CrateDB, delivering real-time analytics...
» more
Applications that must be massively and linearly scalable with 100% uptime and able...
» more
Real-Time Recommendations Master Data Management Identity and Access Management Network...
» more
Key customersAcross all continents, CrateDB is used by companies of all sizes to meet the most...
» more
Capital One, Cisco, Comcast, eBay, McDonald's, Microsoft, Safeway, Sony, UBS, and...
» more
Over 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Market metricsThe CrateDB open source project was started in 2013 Honorable Mention in 2021 Gartner®...
» more
Among the Forbes 100 Most Innovative Companies, DataStax is trusted by 5 of the top...
» more
Neo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
Licensing and pricing modelsSee CrateDB pricing >
» more
Annual subscription
» more
GPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
News

100 Companies That Matter in KM – Franz Inc.
3 April 2024

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

This Week in Neo4j: Podcast, RAG, Neo4j Guide, ERP and more
13 April 2024

Neo4j Brings GraphRAG Capabilities for GenAI to Google Cloud
9 April 2024

Neo4j Is Now SOC2 Type 2 Compliant
8 April 2024

This Week in Neo4j: GenAI, Workshop Recordings, Graph Data Science Book and more
6 April 2024

This Week in Neo4j: Vectors, Knowledge Graphs, Clustering, Social Networks and more
30 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

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

More resources
AllegroGraphCrateDBDatastax EnterpriseDerby infooften called Apache Derby, originally IBM Cloudscape; contained in the Java SDK as JavaDBNeo4j
DB-Engines blog posts

Applying Graph Analytics to Game of Thrones
12 June 2019, Amy Hodler & Mark Needham, Neo4j (guest author)

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

The openCypher Project: Help Shape the SQL for Graphs
22 December 2015, Emil Eifrem (guest author)

show all

Recent citations in the news

Q&A: Can Neuro-Symbolic AI Solve AI’s Weaknesses?
8 April 2024, TDWI

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

provided by Google News

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

CrateDB Appoints Sergey Gerasimenko as New CTO
19 February 2024, PR Newswire

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

Real-Time Analytics Database Company CrateDB Names Lars Färnström as New CEO
1 March 2023, businesswire.com

provided by Google News

DataStax and LlamaIndex Partner to Make Building RAG Applications Easier than Ever for GenAI Developers
20 February 2024, Business Wire

DataStax Introduces Enhanced RAG Capabilities Through Astra DB and NVIDIA Tech
19 March 2024, Datanami

DataStax Delivers a Production-ready, Massively Scalable, HIPAA-enabled, PCI Compliant Vector Database to Fuel ...
18 July 2023, Yahoo Finance

DataStax adds vector search to boost support for generative AI workloads
18 July 2023, SiliconANGLE News

DataStax goes vector searching with Astra DB – Blocks and Files
20 July 2023, Blocks & Files

provided by Google News

JDBC tutorial: Easy installation and setup with Apache Derby
20 December 2019, TheServerSide.com

Top Database Tools for Java Developers in 2023
17 November 2023, TechRepublic

Installing Apache Hive 3.1.2 on Windows 10 | by Hadi Fadlallah
3 May 2020, Towards Data Science

The Arrival of Java 20
21 March 2023, Oracle

No, Citrix did not kill CloudStack
15 September 2014, InfoWorld

provided by Google News

Neo Technology Announces the Neo4j Certification for Professionals
12 April 2024, Yahoo Movies UK

Neo4j, Microsoft add graph features to Azure AI services
26 March 2024, SiliconANGLE News

Using Neo4j’s graph database for AI in Azure
4 April 2024, InfoWorld

Neo4j Partners with Google Cloud to Launch New GraphRAG Capabilities for GenAI Applications
9 April 2024, Longview News-Journal

Neo4j Is Planning IPO on Nasdaq, Largest Owner Greenbridge Says
15 February 2024, Bloomberg

provided by Google News



Share this page

Featured Products

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.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

AllegroGraph logo

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

Present your product here