Hi, there is a example[1] that use high-level writer to create graph from CSV
[1] https://github.com/apache/incubator-graphar/blob/main/cpp/examples/snap_dataset_to_graphar.cc On 2024/08/06 05:51:31 Muniraju Pulipalyam wrote: > Hi All, > > I have seen samples showing how to read and update graphs in graphAr, but > couldn't find a sample that shows how to create a new graph given CSV files > of vertices and edges. I saw person_0_0.csv and person_knows_person_0_0.csv, > but I could not find any sample that is loading that data to create a new > graph. Any sample c++ code snippet to create a graph from CSV files will help > a lot. > > Thanks, > Muni > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
