|
12 | 12 |
|
13 | 13 | A comprehensive suite of client SDKs, data tools, and management utilities for [Apache HugeGraph](https://github.com/apache/hugegraph) graph database. Build applications, load data, and manage graphs with production-ready tools. |
14 | 14 |
|
| 15 | +**Quick Navigation**: [Architecture](#architecture-overview) | [Quick Start](#quick-start) | [Modules](#module-overview) | [Build](#build--development) | [Docker](#docker) | [Related Projects](#related-projects) |
| 16 | + |
| 17 | +## Related Projects |
| 18 | + |
| 19 | +**HugeGraph Ecosystem**: |
| 20 | +1. [hugegraph](https://github.com/apache/hugegraph) - Core graph database (**[pd](https://github.com/apache/hugegraph/tree/master/hugegraph-pd)** / **[store](https://github.com/apache/hugegraph/tree/master/hugegraph-store)** / **[server](https://github.com/apache/hugegraph/tree/master/hugegraph-server)** / **[commons](https://github.com/apache/hugegraph/tree/master/hugegraph-commons)**) |
| 21 | +2. [hugegraph-computer](https://github.com/apache/hugegraph-computer) - Distributed graph computing system |
| 22 | +3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) - Graph AI/LLM/Knowledge Graph integration |
| 23 | +4. [hugegraph-website](https://github.com/apache/hugegraph-doc) - Documentation and website |
| 24 | + |
15 | 25 | ## Architecture Overview |
16 | 26 |
|
17 | 27 | ```mermaid |
@@ -99,7 +109,6 @@ graph TB |
99 | 109 | | JDK | 11+ | LTS recommended | |
100 | 110 | | Maven | 3.6+ | For building from source | |
101 | 111 | | HugeGraph Server | 1.5.0+ | Required for client/loader | |
102 | | -| Docker | - | Optional, for quick start | |
103 | 112 |
|
104 | 113 | ### Choose Your Path |
105 | 114 |
|
@@ -411,14 +420,6 @@ cd hugegraph-hubble && docker build -t hugegraph/hugegraph-hubble:latest . |
411 | 420 | - [hugegraph-hubble Guide](https://hugegraph.apache.org/docs/quickstart/hugegraph-hubble/) |
412 | 421 | - [API Reference](https://hugegraph.apache.org/docs/) |
413 | 422 |
|
414 | | -## Related Projects |
415 | | -
|
416 | | -**HugeGraph Ecosystem**: |
417 | | -1. [hugegraph](https://github.com/apache/hugegraph) - Core graph database (**[pd](https://github.com/apache/hugegraph/tree/master/hugegraph-pd)** / **[store](https://github.com/apache/hugegraph/tree/master/hugegraph-store)** / **[server](https://github.com/apache/hugegraph/tree/master/hugegraph-server)** / **[commons](https://github.com/apache/hugegraph/tree/master/hugegraph-commons)**) |
418 | | -2. [hugegraph-computer](https://github.com/apache/hugegraph-computer) - Distributed graph computing system |
419 | | -3. [hugegraph-ai](https://github.com/apache/incubator-hugegraph-ai) - Graph AI/LLM/Knowledge Graph integration |
420 | | -4. [hugegraph-website](https://github.com/apache/hugegraph-doc) - Documentation and website |
421 | | -
|
422 | 423 | ## Contributing |
423 | 424 |
|
424 | 425 | Welcome to contribute to HugeGraph! Please see [How to Contribute](https://hugegraph.apache.org/docs/contribution-guidelines/contribute/) for more information. |
|
0 commit comments