Skip to content

Commit 6bb7607

Browse files
authored
feat(database): add ArcadeDB
ArcadeDB is an open-source (Apache 2.0) multi-model database written in Java 21. It supports SQL, Cypher (OpenCypher), Gremlin, GraphQL, and MongoDB query languages, plus Neo4j Bolt, PostgreSQL, MongoDB, and Redis wire protocols. It can run embedded or client-server.
1 parent 13ecc3e commit 6bb7607

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ _Everything that simplifies interactions with the database._
323323
- [Apache Drill](https://drill.apache.org) - Distributed, schema on-the-fly, ANSI SQL query engine for Big Data exploration.
324324
- [Apache Phoenix](https://phoenix.apache.org) - High-performance relational database layer over HBase for low-latency applications.
325325
- [ArangoDB](https://github.com/arangodb/arangodb-java-driver) - ArangoDB Java driver.
326+
- [ArcadeDB](https://arcadedb.com) - Multi-model database supporting graphs, documents, key-value, time series and vector embeddings with SQL, Cypher, Gremlin, MongoDB and Redis API compatibility.
326327
- [Chronicle Map](https://github.com/OpenHFT/Chronicle-Map) - Efficient, in-memory (opt. persisted to disk), off-heap key-value store.
327328
- [Debezium](https://debezium.io/) - Low latency data streaming platform for change data capture.
328329
- [druid](https://druid.apache.org) - High-performance, column-oriented, distributed data store.

0 commit comments

Comments
 (0)