#28 · Primary category: Vector Databases

arcadedb

arcadedb database dbms distributed docker document embedded graph k8s key-value kubernetes multi-model orientdb search-engine similarity-search time-series vector-database vector-search

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