Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which Giraph I/O format can be used for property graph?

There are several built-in input output format in Giraph, but all those formats support only numerical ids & value.

  • So is there a way to process property graph such that both vertices & edges can have multiple key & values or anything close? I'm specifically interested in whether edge can have attributes like timeCreated or type.
  • Also, is there some convention to use only numerical ids & data for faster processing? Specifically, is the property graph from graph database usually filtered to have only ids & value before batch processing using Giraph?
like image 826
Parth Avatar asked Jan 28 '26 14:01

Parth


1 Answers

At least from Neo4j you can use the csv export of node- and relationship-id's to generate the data for giraph.

You can use something like this:

http://neo4j.com/blog/export-csv-from-neo4j-curl-cypher-jq/

and you can use neo4j-import to import that csv data, or LOAD CSV for more advanced structural updates.

like image 197
Michael Hunger Avatar answered Jan 30 '26 05:01

Michael Hunger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!