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 retrieve triplets which are created before particular date?
Sujan Perera On Wednesday, May 21, 2014 3:51 PM, Pavan Kumar A <[email protected]> wrote: 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: [email protected] Subject: n-ary relationship on Giraph To: [email protected] 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
