Hi. I am new to orientdb. I have a use-case where a json string which 
represents an object (containing few attributes and associations). I want 
to take this json as source and insert into a graph database.
I want db to create vertex and edges automatically and insert them. Is 
there any direct java api call which takes json as input and creates 
appropriate vertexes and edges.

Note: In json, associations are also defined not referenced. 
i.e. 
{"@class":"Person","name":"ravi","surname":"sharma","city":{"@class":"City","name":"abc","country":"xyz"}}

In above example, i want a Person and a City vertex to be created along 
with edge between them. Please guide me with any example.
Thanks in advance.

Later I would like to check for existence of such vertex, edge and update 
in that case.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to