Hey, Everyone 👋
Our repository(HugeGraph) has donated to Apache Software Foundation(ASF), all legacy repository here are archived(Other repos had transferred to ASF org)
Please move to visit them (like https://github.com/apache/hugegraph) & the official website (https://hugegraph.apache.org/)
Links
All repositories urls:
- hugegraph (graph database including
server/pd/store→ core repo) - hugegraph-toolchain (include loader/dashboard/tool/client)
- hugegraph-ai (include LLM/Graph RAG/GNN/Python Client)
- hugegraph-computer (graph computing system)
- hugegraph-website (include doc & website code)
Maven Dependencies
You could use import the dependencies in maven like this:
<!-- Note: use the latest release version in maven repo, here is just an example --> <dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-client</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-loader</artifactId> <version>1.7.0</version> </dependency>
Welcome to contribute to Apache HugeGraph as always ~ 😄
