Show HN: Nebula – a distributed graph database written in C++ 7 years ago
I found some articles about the architecture and design of the database in their repo:
Overall structure: https://github.com/vesoft-inc/nebula/wiki/Nebula-Graph-Archi...
Storage engine design: https://github.com/vesoft-inc/nebula/blob/master/docs/manual...
Query engine design: https://github.com/vesoft-inc/nebula/wiki/Query-Engine-Overv...
Hope that helps. :)