The STINGER in-memory graph store and dynamic graph analysis platform. Millions to billions of vertices and edges at thousands to millions of updates per second.
Hello,
I am trying to use the server-client mode and trying to stream in edges from a csv file. My .csv file contains integers in the form of SOURCE_ID, DESTINATION_ID, TIMESTAMP, WEIGHT. However, I think to run the ./bin/stinger_csv_stream, there needs to be a template.csv file. My template file is not working. What should a template file look like for the csv?
Hello, I am trying to use the server-client mode and trying to stream in edges from a csv file. My .csv file contains integers in the form of SOURCE_ID, DESTINATION_ID, TIMESTAMP, WEIGHT. However, I think to run the ./bin/stinger_csv_stream, there needs to be a template.csv file. My template file is not working. What should a template file look like for the csv?
Thanks!