RE: n-ary relationship on Giraph

2014-05-21 Thread Pavan Kumar A
The state of triplet A >C>B can be stored in the edge value for C (the edge from A -> B)I would like to remind you that Giraph is a batch processing framework, and not a graph database.You can do complex graph processing on the input graph, such questions can be answered very trivially. But per

Re: n-ary relationship on Giraph

2014-05-21 Thread Sujan Udayanga
Lets say I have node A and B, linked with edge C. Now I have properties which belongs to this A -> C -> B triplet. For example I have property 'date created'. 'date created' property belongs to A-> C-> B. Can I represent this in Giraph. Also does giraph has querying mechanism? So that I can retri

RE: n-ary relationship on Giraph

2014-05-21 Thread Pavan Kumar A
Can you please provide more context. vertex -> edge (edge value can store any properties required of that edge) -> vertex (vertex value can store any property required for the vertex) Date: Wed, 21 May 2014 13:50:34 -0700 From: sujanu...@yahoo.com Subject: n-ary relationship on Giraph To: user@gi

n-ary relationship on Giraph

2014-05-21 Thread Sujan Udayanga
Hi, Does Giraph supports n-ary relationships? I need to store some properties of triplet vertex -> edge -> vertex and be able to query with those properties.   Sujan Perera