GitHub user yangxk1 added a comment to the discussion: NetworkIt and GraphAr
@adsharma Hi, this is a very good idea! I will also read networkit in detail. For interface, my initial idea is still to use [graphInfo](https://github.com/apache/incubator-graphar/blob/192a1dc4b8e4ce9daf6175e32520a6001942b492/cpp/src/graphar/graph_info.h#L736) (metadata of graph). This is because vertex/edge/propery may be stored in different paths in GAR, and there is no need to read all columns. We can refer to [chunk_reader.h](https://github.com/apache/incubator-graphar/blob/146eb6159dc3df14f15f1ea6f91584d561b4507f/cpp/src/graphar/arrow/chunk_reader.h#L43), [mid_level_reader_example](https://github.com/apache/incubator-graphar/blob/146eb6159dc3df14f15f1ea6f91584d561b4507f/cpp/examples/mid_level_reader_example.cc) GitHub link: https://github.com/apache/incubator-graphar/discussions/785#discussioncomment-14652058 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
