RoboBrainCode / Backend

Robobrain Backend - Django + uwsgi
http://robobrain.me:3000/
1 stars 0 forks source link

Daily Graph Dumps #6

Open ozansener opened 10 years ago

arzavj commented 9 years ago

Hey Ozan, I have some other things on my plate right now so I'll get to this later. If you need it now, I'd recommend writing a script that traverses the graph and prints the info you need to a file. Note that there is a cypher dump in neo4j version 2 (I forgot which version we're using).

ozansener commented 9 years ago

Anyway it is not urgent, but please do it in a few weeks. By the way, I tried to get the Neo4J dump but I even did not manage to SSH, I am creating a new issue for it.

ozansener commented 9 years ago

I found a hacky way to do this by using Gephi. I load data from Neo4j and export to whatever format I need. So, I do not need it anymore but I think we need to support this feature at some point.