retrography / OrientR

A wrapper for OrientDB REST API interface in R
Apache License 2.0
16 stars 3 forks source link

Direct import to igraph #12

Open retrography opened 9 years ago

retrography commented 9 years ago

A combination of several direct class fetches that returns the fetched data as igraph or net objects for further analysis.

jaredlander commented 9 years ago

I am still learning how OrientDB works, but if it writes to gexf then you could use rgexf::gexf.to.igraph to convert to igraph. This might not be the prettiest way but it's a start.

retrography commented 8 years ago

@jaredlander Is there any way in OrientDB's REST API to do that?