DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > AllegroGraph vs. Apache Impala vs. ArangoDB vs. DuckDB vs. Neo4j

System Properties Comparison AllegroGraph vs. Apache Impala vs. ArangoDB vs. DuckDB vs. Neo4j

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonApache Impala  Xexclude from comparisonArangoDB  Xexclude from comparisonDuckDB  Xexclude from comparisonNeo4j  Xexclude from comparison
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSAnalytic DBMS for HadoopNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.An embeddable, in-process, column-oriented SQL OLAP RDBMSScalable, 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
Relational DBMSDocument store
Graph DBMS
Key-value store
Search engine
Relational DBMSGraph DBMS
Secondary database modelsSpatial DBMSDocument store
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
Score14.03
Rank#40  Overall
#24  Relational DBMS
Score3.77
Rank#87  Overall
#15  Document stores
#5  Graph DBMS
#12  Key-value stores
#10  Search engines
Score4.68
Rank#76  Overall
#41  Relational DBMS
Score44.47
Rank#23  Overall
#1  Graph DBMS
Websiteallegrograph.comimpala.apache.orgarangodb.comduckdb.orgneo4j.com
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmlimpala.apache.org/­impala-docs.htmldocs.arangodb.comduckdb.org/­docsneo4j.com/­docs
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
DeveloperFranz Inc.Apache Software Foundation infoApache top-level project, originally developed by ClouderaArangoDB Inc.Neo4j, Inc.
Initial release20042013201220182007
Current release8.0, December 20234.1.0, June 20223.11.5, November 20230.10, February 20245.18.1, March 2024
License infoCommercial or Open Sourcecommercial infoLimited community edition freeOpen Source infoApache Version 2Open Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infoMIT LicenseOpen 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.
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.Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.
Implementation languageC++C++C++Java, Scala
Server operating systemsLinux
OS X
Windows
LinuxLinux
OS X
Windows
server-lessLinux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
Data schemeyes infoRDF schemasyesschema-free infoautomatically recognizes schema within a collectionyesschema-free and schema-optional
Typing infopredefined data types such as float or dateyesyesyes infostring, double, boolean, list, hashyesyes
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 possiblenono
Secondary indexesyesyesyesyesyes infopluggable indexing subsystem, by default Apache Lucene
SQL infoSupport of SQLSPARQL is used as query languageSQL-like DML and DDL statementsnoyesno
APIs and other access methodsRESTful HTTP API
SPARQL
JDBC
ODBC
AQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
Arrow Database Connectivity (ADBC)
CLI Client
JDBC
ODBC
Bolt 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
All languages supporting JDBC/ODBCC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
C
C# info3rd party driver
C++
Crystal info3rd party driver
Go info3rd party driver
Java
Lisp info3rd party driver
Python
R
Ruby info3rd party driver
Rust
Swift
Zig info3rd party driver
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresyes infoJavaScript or Common Lispyes infouser defined functions and integration of map-reduceJavaScriptnoyes infoUser defined Procedures and Functions
Triggersyesnononoyes infovia event handler
Partitioning methods infoMethods for storing different data on different nodeswith FederationShardingSharding infosince version 2.0noneyes using Neo4j Fabric
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
selectable replication factorSource-replica replication with configurable replication factornoneCausal Clustering using Raft protocol infoavailable in in Enterprise Version only
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes infoquery execution via MapReduceno infocan be done with stored procedures in JavaScriptnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationEventual ConsistencyEventual Consistency infoconfigurable per collection or per write
Immediate Consistency
OneShard (highly available, fault-tolerant deployment mode with ACID semantics)
Immediate ConsistencyCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Foreign keys infoReferential integritynonoyes inforelationships in graphsnoyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, multi-version concurrency control (MVCC)yes
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.nonoyes
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationAccess rights for users, groups and roles infobased on Apache Sentry and KerberosyesnoUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)
More information provided by the system vendor
AllegroGraphApache ImpalaArangoDBDuckDBNeo4j
Specific characteristicsKnowledge Graph Platform Leader FedShard - Designed for Entity-Event Knowledge Graph...
» more
Graph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» 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
Consolidation: As a native multi-model database, can be used as a full blown document...
» more
Neo4j is the market leader, graph database category creator, and the most widely...
» more
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» more
Real-Time Recommendations Master Data Management Identity and Access Management Network...
» more
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» more
Over 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» more
Neo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» more
GPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
News

Can Neuro-Symbolic AI Solve AI’s Weaknesses?
17 April 2024

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

Announcing NODES 2024: Submit Your Talk
17 April 2024

ISO GQL: A Defining Moment in the History of Database Innovation
17 April 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

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
AllegroGraphApache ImpalaArangoDBDuckDBNeo4j
DB-Engines blog posts

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

show all

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

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

Apache Impala becomes Top-Level Project
28 November 2017, SDTimes.com

Cloudera Bringing Impala to AWS Cloud
28 November 2017, Datanami

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

Hudi: Uber Engineering’s Incremental Processing Framework on Apache Hadoop
12 March 2017, Uber

Updates & Upserts in Hadoop Ecosystem with Apache Kudu
27 October 2017, KDnuggets

provided by Google News

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

ArangoDB + Intel: Accelerating GraphML with Advanced Processing Technologies
4 December 2023, PR Web

ArangoDB Announces Release of ArangoDB 3.11 for Search, Graph and Analytics - High-Performance Computing ...
30 May 2023, insideHPC

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 ...
7 August 2023, PR Newswire

provided by Google News

DuckDB Walks to the Beat of Its Own Analytics Drum
5 March 2024, Datanami

Enabling Remote Query Execution through DuckDB Extensions
12 March 2024, InfoQ.com

How to read OSM data with DuckDB | Kamil Raczycki
1 March 2024, Towards Data Science

Seattle startup MotherDuck raises $52.5M at a $400M valuation to fuel DuckDB analytics platform
20 September 2023, GeekWire

MotherDuck Raises $52.5 Million Series B Funding as DuckDB Adoption Soars
20 September 2023, PR Newswire

provided by Google News

Knowledge graphs leveraged for enhanced AI insights
17 April 2024, SiliconANGLE News

Neo4j Welcomes New GQL International Standard in Major Milestone for Database Industry
17 April 2024, Yahoo Finance

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

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

Leveraging Neo4j and Amazon Bedrock for an Explainable, Secure, and Connected Generative AI Solution | Amazon ...
10 November 2023, 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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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