thu-pacman / GeminiGraph

A computation-centric distributed graph processing system.
Apache License 2.0
310 stars 128 forks source link

add tool to convert CSV format file to binary file required by GeminiGraph #27

Open jsycdut opened 3 years ago

jsycdut commented 3 years ago

Since people discussing the binary file needs by Gemini, so I add a feature to convert the CSV format file to binary format. These are all I have done in this Pull Request.

  1. the code which converts CSV to binary
  2. add sample-data in CSV format
  3. update the README.md on how to use this feature
lidong19941207 commented 1 year ago

missing comments for graph.hpp, hhh