arcadedb
« Back to VersTracker
Description:
Multi-Model DBMS: Graph, Document, Key/Value, Search, Time Series, Vector
Type: Formula  |  Tracked Since: Feb 7, 2026
Links: Homepage  |  @ArcadeDB  |  formulae.brew.sh
Category: Databases
Tags: database multi-model graph vector nosql
Install: brew install arcadedb
About:
ArcadeDB is a multi-model database management system that supports multiple data models including Graph, Document, Key/Value, Search, Time Series, and Vector within a single engine. It allows developers to work with different data models without the complexity of managing multiple databases. Its main value proposition is simplifying polyglot persistence and enabling complex queries across interconnected data types.
Key Features:
  • Multi-model engine supporting Graph, Document, Key/Value, Vector, Time Series, and Search
  • SQL-like query language with extensions for graph traversal and vector similarity search
  • Embedded and server modes for flexible deployment
  • High performance with ACID transactions
  • Built-in web-based management studio
Use Cases:
  • Building applications requiring both graph relationships and document storage (e.g., social networks, recommendation engines)
  • Developing AI applications that need vector similarity search alongside traditional data models
  • Polyglot persistence scenarios where a single database can replace multiple specialized systems
Alternatives:
  • neo4j – Primarily a graph database, while ArcadeDB is multi-model with graph as one of several supported models
  • arangodb – Another multi-model database; ArcadeDB differentiates with its SQL-first approach and embedded architecture
  • mongodb – Primarily a document database, lacking native graph and vector capabilities without extensions
Version History
Detected Version Rev Change Commit
Feb 7, 2026 10:35am 0 META c01f2101