neo4j-rstats / neo4r

A Modern and Flexible Neo4J Driver
https://neo4j-rstats.github.io/user-guide/
Other
106 stars 30 forks source link

How to write an igraph object to Neo4j using neo4r (i.e., igraph --> Neo4j) #73

Open abeburnett opened 4 years ago

abeburnett commented 4 years ago

Hi there,

I see in the documentation that you cover how to convert from Neo4j to igraph, but not the other way around. Is there a straight-forward way to write an igraph object to Neo4j? Or how would you recommend going about this?

Thanks!