Skip to content

Commit 61fbbb3

Browse files
imbajinkoi2000
authored andcommitted
Update README.md
1 parent b5670e0 commit 61fbbb3

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

hugegraph-pd/README.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
[![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
44
[![Version](https://img.shields.io/badge/version-1.7.0-blue)](https://github.com/apache/hugegraph)
55

6-
> **Note**: From revision 1.5.0, the HugeGraph-PD code has been adapted to this location.
7-
86
## Overview
97

108
HugeGraph PD (Placement Driver) is a meta server that provides cluster management and coordination services for HugeGraph distributed deployments. It serves as the central control plane responsible for:
@@ -15,7 +13,7 @@ HugeGraph PD (Placement Driver) is a meta server that provides cluster managemen
1513
- **Node Scheduling**: Intelligent scheduling and load balancing of graph operations
1614
- **Health Monitoring**: Continuous health checks and failure detection via heartbeat mechanism
1715

18-
PD uses [sofa-jraft](https://github.com/sofastack/sofa-jraft) for Raft consensus and RocksDB for persistent metadata storage, ensuring high availability and consistency in distributed environments.
16+
PD uses [SOFA-jraft](https://github.com/sofastack/sofa-jraft) for Raft consensus and RocksDB for persistent metadata storage, ensuring high availability and consistency in distributed environments.
1917

2018
## Architecture
2119

@@ -256,21 +254,9 @@ PD exposes metrics via REST API at:
256254

257255
## Community
258256

259-
- **Website**: https://hugegraph.apache.org
260257
- **Documentation**: https://hugegraph.apache.org/docs/
261258
- **GitHub**: https://github.com/apache/hugegraph
262-
- **Mailing List**: dev@hugegraph.apache.org
263259

264260
## Contributing
265261

266262
Contributions are welcome! Please read our [Development Guide](docs/development.md) and follow the Apache HugeGraph contribution guidelines.
267-
268-
## License
269-
270-
HugeGraph PD is licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
271-
272-
---
273-
274-
**Status**: BETA (from v1.5.0+)
275-
276-
For questions or issues, please contact the HugeGraph community via GitHub issues or mailing list.

0 commit comments

Comments
 (0)