From acbe957f17f03574f23a6545125c38f9904bd256 Mon Sep 17 00:00:00 2001 From: Amir Date: Wed, 15 Mar 2023 16:23:24 +0000 Subject: [PATCH] Graph Data Model: add Copernic. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4e8e657..e5854ae 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ You can read more about this distinction on Prof. Daniel Abadi's blog: [Distingu * [Apache Giraph](http://giraph.apache.org/) - implementation of Pregel, based on Hadoop. * [Apache Spark Bagel](http://spark.apache.org/docs/0.7.3/bagel-programming-guide.html) - implementation of Pregel, part of Spark. * [ArangoDB](https://www.arangodb.com/) - multi model distributed database. +* [Copernic](https://git.sr.ht/~amirouche/copernic) - Data, and its history, via change requests at scale. * [DGraph](https://github.com/dgraph-io/dgraph) - A scalable, distributed, low latency, high throughput graph database aimed at providing Google production level scale and throughput, with low enough latency to be serving real time user queries, over terabytes of structured data. * [EliasDB](https://github.com/krotik/eliasdb) - a lightweight graph based database that does not require any third-party libraries. * [Facebook TAO](https://www.facebook.com/notes/facebook-engineering/tao-the-power-of-the-graph/10151525983993920) - TAO is the distributed data store that is widely used at facebook to store and serve the social graph.