apache / incubator-hugegraph-doc

HugeGraph Website and Doc
https://hugegraph.apache.org/
Apache License 2.0
65 stars 95 forks source link

[Question] Do we have any docs about the new distributed storage ? #367

Open shirleyStorage opened 1 month ago

shirleyStorage commented 1 month ago

Problem Type (问题类型)

lack info (文档描述缺失)

Your Question (问题描述)

Hi all, Do we have any docs about distributed storage ? I only found one doc for distributed storage, it's HugeGraph Distributed (pd‐store) Version Deployment Guide

dosubot[bot] commented 1 month ago

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!

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 [1].

  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 [2][3].

  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 [4][5][6][7].

  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 [8][9].

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 [1][10][11].

To continue talking to Dosu, mention @dosu.

VGalaxies commented 1 month ago

The current documentation is maintained within the community and some parts will be migrated to https://github.com/apache/incubator-hugegraph/wiki (like HugeGraph Distributed (pd‐store) Version Deployment Guide) before releasing 1.5.0. After the release, some will be synchronize to https://hugegraph.apache.org/docs.