From 03fc7e0502d6347e18e5ae61ece0257cb5025e39 Mon Sep 17 00:00:00 2001 From: Hsiang-Jen Li Date: Fri, 22 Mar 2024 18:33:28 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff0ca41..8a2e4f4 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,7 @@ A curated list of awesome DataOps tools. ### Graph Database * [ArangoDB](https://github.com/arangodb/arangodb) - A scalable open-source multi-model database natively supporting graph, document and search. +* [JanusGraph](https://github.com/JanusGraph/janusgraph) - JanusGraph is designed for managing large graphs with billions of data distributed across a multi-machine cluster. * [Memgraph](https://github.com/memgraph/memgraph) - An open source graph database, built for real-time streaming data, compatible with Neo4j. * [Neo4j](https://github.com/neo4j/neo4j) - A high performance graph store with all the features expected of a mature and robust database. * [Titan](https://github.com/thinkaurelius/titan) - A highly scalable graph database optimized for storing and querying large graphs.