ArangoDB vs Neo4j

ArangoDB vs Neo4j: side-by-side comparison of two knowledge-graph platforms systems — architecture, taxonomy, license, pricing, MCP/A2A support, and direct edges.

ArangoDB · Neo4j

Cost & capability

ArangoDBNeo4j
Cost tiermidfree
$/Mtok input0
$/Mtok output0

Where they differ (10)

Rows where both sides have data and the values disagree — the shortlist of dimensions that actually distinguish these two systems.

ArangoDBNeo4j
Cost tiermidfree
TypeMulti-model: graph + doc + KV + vectorProperty graph + vectors + Aura Agent
Created20142024-12
PricingPay-per-useFree + paid
FundingSeries B · 2021-10$325M total $2.0B val Series F · 2021-06
Backend storagecustom (RocksDB-backed multi-model)custom (native graph store)
API surfaceREST (HTTP), SDK: manyBolt, REST, GraphQL, Cypher, SDK: many
Multi-tenancyhard-isolationAuraDB Virtual Dedicated Cloud / AuraDS Enterprise: dedicated AWS/Azure/GCP account/subscription/project per customer; PrivateLink supported
MCPno first-party MCP adapter published as of 2026-05; community connectors may exist.via official adapter — neo4j-mcp
OpenTelemetryfirst-classfirst-class — Neo4j metrics + OTel

At a glance

ArangoDBNeo4j
SectionKnowledge-graph platforms Knowledge-graph platforms
TierT1 T1
TypeMulti-model: graph + doc + KV + vector Property graph + vectors + Aura Agent
Created2014 2024-12
Latest release mcp-neo4j-cyphe… 2026-04-10
License MIT
GitHub 944★ +15/mo Python
PricingPay-per-use Free + paid
FundingSeries B · 2021-10 $325M total $2.0B val Series F · 2021-06
Backend storagecustom (RocksDB-backed multi-model) custom (native graph store)
DeploymentBoth Both
API surfaceREST (HTTP), SDK: many Bolt, REST, GraphQL, Cypher, SDK: many
EmbeddingBYO BYO
Multi-tenancyhard-isolation AuraDB Virtual Dedicated Cloud / AuraDS Enterprise: dedicated AWS/Azure/GCP account/subscription/project per customer; PrivateLink supported
MCPno first-party MCP adapter published as of 2026-05; community connectors may exist. via official adapter — neo4j-mcp
A2Ano Google A2A (Agent2Agent) integration documented as of 2026-05. no Google A2A (Agent2Agent) integration documented as of 2026-05.
OpenTelemetryfirst-class first-class — Neo4j metrics + OTel
Optimised forrelationship modeling + reasoning + governance over pure vector relationship modeling + reasoning + governance over pure vector
Anti-fitnot for purely-vector or simple-RAG use cases (graph adds setup cost) not for purely-vector or simple-RAG use cases (graph adds setup cost)

Taxonomy

AxisArangoDBNeo4j
storagegraphgraph
retrievalgraph-traversalgraph-traversal
persistencelong-termlong-term
updateoverwriteoverwrite
unitfactfact
governanceinspectableinspectable
conflictoverwriteoverwrite

Pros & cons

ArangoDB

Pros: Multi-model (graph + document + KV) in one engine — useful when memory crosses paradigms without managing multiple databases.

Cons: Multi-model adds complexity vs single-purpose engines; smaller community than Neo4j or MongoDB.

Neo4j

Pros: Largest graph database community by orders of magnitude; Cypher is the de-facto graph query language; strong native AI/RAG integrations.

Cons: Property-graph model can be awkward for RDF/semantic-web workloads; clustering and scale-out can get expensive.

Rows last verified 2026-05-14 / 2026-05-14. Data is CC-BY-4.0 — see how to read this.