#28 · Primary category: Vector Databases
arcadedb
ArcadeDB Multi-Model Database, one DBMS that supports SQL, Cypher, Gremlin, HTTP/JSON, MongoDB and Redis. ArcadeDB is a conceptual fork of OrientDB, the first Multi-Model DBMS. ArcadeDB supports Vector Embeddings.
Project last updated:08/29/26
GitHub Stars
1.1K
Forks
136
Contributors
53
License
Apache-2.0
Why we included this project
Teams that keep one database for transactions, another for graph relationships, a third for search, and a fourth for embeddings will recognize the pain ArcadeDB is built around: every extra store means another deployment to babysit, another backup schedule, and glue code holding them in sync. It puts all of those shapes on a single storage layer with one ACID transaction, so a query can follow graph edges, filter document fields, and rank by cosine similarity without leaving the engine. The vector support is real, not a bolt-on. JVector-backed HNSW and Vamana/DiskANN indexes with cosine, dot product, or Euclidean distance make it usable as a production vector backend, and its origins as a conceptual fork of OrientDB mean it inherits a mature multi-model core rather than layering models onto a store built for one job. You can embed it in a JVM application or run it as a server under Docker or Kubernetes, and it accepts SQL, Cypher, Gremlin, GraphQL, MongoDB QL, and Redis, so teams can keep the query language they already know. If similarity search is today's priority but relational, graph, or time-series work will probably grow in later, this is a way to avoid betting on a single-purpose store.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.
tidb
TiDB is built for agentic workloads that grow unpredictably, with ACID guarantees and native support for transactions, analytics, and vector search. No data silos. No noisy neighbors. No infrastructure ceiling.
milvus
Milvus is a high-performance, cloud-native vector database built for scalable vector ANN search
qdrant
Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/
chroma
Search infrastructure for AI