From 85268bc4cb1551a21ffeeffa4e6d3d2ee4bbd8e2 Mon Sep 17 00:00:00 2001 From: Amin Maghsodi Date: Sat, 15 Jul 2023 17:42:17 +0330 Subject: [PATCH] Update README.md Add nebula graph database --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1dab385..4390a5b 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,8 @@ 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. +* [Nebula Graph](https://www.nebula-graph.io/) - a distributed, scalable, and lightning-fast graph database capable of hosting graphs with dozens of billions of vertices (nodes) and trillions of edges with millisecond latency. + * [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.