Skip to content

Commit cffadc2

Browse files
committed
Update README.md
1 parent 0d7ca63 commit cffadc2

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212

1313
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.
1414

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+
1525
## Architecture Overview
1626

1727
```mermaid
@@ -99,7 +109,6 @@ graph TB
99109
| JDK | 11+ | LTS recommended |
100110
| Maven | 3.6+ | For building from source |
101111
| HugeGraph Server | 1.5.0+ | Required for client/loader |
102-
| Docker | - | Optional, for quick start |
103112

104113
### Choose Your Path
105114

@@ -411,14 +420,6 @@ cd hugegraph-hubble && docker build -t hugegraph/hugegraph-hubble:latest .
411420
- [hugegraph-hubble Guide](https://hugegraph.apache.org/docs/quickstart/hugegraph-hubble/)
412421
- [API Reference](https://hugegraph.apache.org/docs/)
413422
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-
422423
## Contributing
423424
424425
Welcome to contribute to HugeGraph! Please see [How to Contribute](https://hugegraph.apache.org/docs/contribution-guidelines/contribute/) for more information.

0 commit comments

Comments
 (0)