apache / incubator-hugegraph-doc

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

doc: update Scylladb integration faq #371

Closed alexannick closed 2 months ago

alexannick commented 2 months ago

Purpose of the PR

I am interested in updating the documentation and integrating instructions on how ScyllaDB can be utilized as a backend for HugeGraph. This is the first step of many changes in this direction. As someone who has been working with graphs for more than 6 years now, HugeGraph caught my attention as a potential solution to challenges I have encountered over the last few years.

imbajin commented 2 months ago

Thanks for your contribution~

Welcome to further supplement the relevant configuration documents or processes regarding integrating ScyllaDB as a replacement for Cassandra backend (Also welcome to learn more about the HugeGraph/community)

BTW, the core storage support of HugeGraph will evolve towards a raft+RocksDB approach(for cluster), with the aim of controlling data management as much as possible to improve read and write performance (You can see the relevant introduction & design here. The code is basically ready and will be released in the next version 1.5.0 soon)