Comment on Nebula Graph: A Linearly Scalable, Distributed Graph Database Written in C++Comments−VHRanger6yWhat graph algorithms are implemented beyond querying?Also, how does a node locally store where it's neighbours are stored in the cluster?−boxfire6yI found these in the docs which are verbose and helpful:https://github.com/vesoft-inc/nebula/blob/master/docs/manual...https://github.com/vesoft-inc/nebula/blob/master/docs/manual...−jamie-vesoftOP6yThanks for sharing! Yes you are right, the architecture articles are trying to help users understand how Nebula Graph stores and processes data.
Comments
What graph algorithms are implemented beyond querying?
Also, how does a node locally store where it's neighbours are stored in the cluster?
I found these in the docs which are verbose and helpful:
https://github.com/vesoft-inc/nebula/blob/master/docs/manual...
https://github.com/vesoft-inc/nebula/blob/master/docs/manual...
Thanks for sharing! Yes you are right, the architecture articles are trying to help users understand how Nebula Graph stores and processes data.