dosubot[bot] commented on issue #367: URL: https://github.com/apache/incubator-hugegraph-doc/issues/367#issuecomment-2247511889
<!-- Greeting --> Hey @shirleyStorage, I'm here to assist you with any questions or issues you may have. I can help you with bug fixes, problem-solving, and becoming a contributor. Let me know how I can assist you! <!-- Answer --> Yes, there are several documents and guides related to distributed storage in the `incubator-hugegraph-doc` repository. Here are some key resources: 1. **Configuration and Startup Methods**: Detailed steps for configuring and starting HugeGraph with various backends like Cassandra, ScyllaDB, and HBase. For example, the document provides a sample `docker-compose.yml` for using Cassandra as the backend storage <sup>[[1]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/quickstart/hugegraph-server.md)</sup>. 2. **Architecture Overview**: The "HugeGraph Architecture Overview" document describes the storage layer, including the storage backend that supports multiple built-in storage backends (RocksDB/MySQL/HBase/...) and allows users to extend custom backends without modifying the existing source code <sup>[[2]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/guides/architectural.md)</sup><sup>[[3]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/cn/docs/guides/architectural.md)</sup>. 3. **Performance Benchmarks**: Detailed performance benchmarks for HugeGraph using different backends, including distributed storage systems like Cassandra. These benchmarks cover various performance metrics such as batch insertion performance, traversal performance, shortest path finding, and community detection <sup>[[4]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/performance/hugegraph-benchmark-0.4.4.md)</sup><sup>[[5]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/cn/docs/performance/hugegraph-benchmark-0.4.4.md)</sup><sup>[[6]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/cn/docs/performance/hugegraph-benchmark-0.5.6.md)</sup><sup>[[7]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/performance/hugegraph-benchmark-0.5.6.md)</sup>. 4. **Migration Guides**: The `HugeGraph-Tools` includes a `migrate` command that allows you to migrate a graph from one HugeGraphServer to another, providing a comprehensive guide on how to use this tool <sup>[[8]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/cn/docs/quickstart/hugegraph-tools.md)</sup><sup>[[9]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/quickstart/hugegraph-tools.md)</sup>. For more detailed examples and tutorials on setting up distributed storage with other backends like ScyllaDB or HBase, you can refer to the `content/en/docs/quickstart/hugegraph-server.md` document <sup>[[1]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/quickstart/hugegraph-server.md)</sup><sup>[[10]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/cn/docs/quickstart/hugegraph-server.md)</sup><sup>[[11]](https://github.com/apache/incubator-hugegraph-doc/blob/master/content/en/docs/config/config-guide.md)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
