Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shirleyStorage opened this issue Jul 24, 2024 · 2 comments
Open
Assignees
Labels
question Further information is requested

Comments

@shirleyStorage
Copy link

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 dosubot bot added the question Further information is requested label Jul 24, 2024
Copy link

dosubot bot commented Jul 24, 2024

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.

@shirleyStorage shirleyStorage changed the title [Question] Do we have any docs about distributed storage ? [Question] Do we have any docs about new distributed storage ? Jul 24, 2024
@shirleyStorage shirleyStorage changed the title [Question] Do we have any docs about new distributed storage ? [Question] Do we have any docs about the new distributed storage ? Jul 24, 2024
@VGalaxies
Copy link
Contributor

VGalaxies commented Jul 24, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants