Comment on Nebula Graph: A Linearly Scalable, Distributed Graph Database Written in C++parentComments−rajman1876yI see, thanks for the clarification. Can you expand on that a bit more? Is this some sort of index-free adjacency then? I still don't understand how the neighbours can be stored sequentially in memory, especially if this is a distributed system.−ddorian436ydgraph.io uses posting lists.I think the state of the art is https://github.com/GraphBLAS.Examples: https://github.com/michelp/pggraphblas & https://github.com/RedisGraph/RedisGraph/
Comments
I see, thanks for the clarification. Can you expand on that a bit more? Is this some sort of index-free adjacency then? I still don't understand how the neighbours can be stored sequentially in memory, especially if this is a distributed system.
dgraph.io uses posting lists.
I think the state of the art is https://github.com/GraphBLAS.
Examples: https://github.com/michelp/pggraphblas & https://github.com/RedisGraph/RedisGraph/