docs: fix Cypher documentation link in README (#2925)
HugeGraph is a fast and highly-scalable graph database. Billions of vertices and edges can be easily stored into and queried from HugeGraph due to its excellent OLTP capabilities. HugeGraph is compliant with the Apache TinkerPop 3 framework allowing complicated graph queries to be achieved through the powerful Gremlin graph traversal language.
RocksDB/HStore + HBase for now and you could choose other backends in the legacy version ≤ 1.5.0 (like MySQL/PG/Cassandra ...)Flink/Spark/HDFS, and friendly to connect other big data platformsGraph Computing + Graph Visualization & Tools + Graph Learning & AI, see here)HugeGraph supports both standalone and distributed deployments:
| Module | Description |
|---|---|
| hugegraph-server | Core graph engine with REST API, Gremlin/Cypher support, and pluggable backends (RocksDB default) |
| hugegraph-pd | Placement Driver for distributed mode - handles meta storage, partition management and cluster scheduling |
| hugegraph-store | Distributed storage with Raft consensus for high availability and horizontal scaling |
| hugegraph-commons | Shared utilities, RPC framework and common components |
Use Docker to quickly start a HugeGraph server with RocksDB (in the background) for testing or development:
# (Optional) # - add "-e PRELOAD=true" to auto-load a sample graph docker run -itd --name=graph -e PASSWORD=xxx -p 8080:8080 hugegraph/hugegraph:1.7.0
Please visit doc page or the README for more details. (Docker Compose)
Note:
- The Docker image of HugeGraph is a convenience release, but not official distribution artifacts. You can find more details from ASF Release Distribution Policy.
- Recommend to use
release tag(like1.7.0/1.x.0) for the stable version. Uselatesttag to experience the newest functions in development.
Visit Download Page and refer the doc to download the latest release package and start the server.
Note: if you want to use it in the production environment or expose it to the public network, you must enable the AuthSystem to ensure safety.
Visit Build From Source Page and follow the steps to build the source code and start the server.
The project doc page contains more information on HugeGraph and provides detailed documentation for users. (Structure / Usage / API / Configs...)
Other HugeGraph components/repositories:
HugeGraph is licensed under Apache 2.0 License.
How to Contribute & Guidelines for more information.HugeGraph relies on the TinkerPop framework, we refer to the storage structure of Titan and the schema definition of DataStax. Thanks to TinkerPop, thanks to Titan, thanks to DataStax. Thanks to all other organizations or authors who contributed to the project.
You are welcome to contribute to HugeGraph, and we are looking forward to working with you to build an excellent open-source community.