From e847d08448cd1d8115021944e6fe3144a976e000 Mon Sep 17 00:00:00 2001 From: Luca Garulli Date: Thu, 19 Mar 2026 23:49:36 -0400 Subject: [PATCH] Add ArcadeDB to Graph Data Model section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 732c116..361c8e8 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu and indexing backends (Elasticsearch, Solr, Lucene). * [MapGraph](https://www.blazegraph.com/mapgraph-technology/) - Massively Parallel Graph processing on GPUs. * [Microsoft Graph Engine](https://github.com/Microsoft/GraphEngine) - a distributed in-memory data processing engine, underpinned by a strongly-typed in-memory key-value store and a general distributed computation engine. +* [ArcadeDB](https://arcadedb.com/) - multi-model database with native graph, document, key-value, time-series and vector support. Apache 2.0 license. * [Neo4j](https://neo4j.com/) - graph database written entirely in Java. * [OrientDB](http://orientdb.com/) - document and graph database. * [Phoebus](https://github.com/xslogic/phoebus) - framework for large scale graph processing.