Whats the best way to export to Neo4J?
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
Hi,
I wanted to export data into neo4j from a dss flow. I was thinking the easiest way would be to use a python package via http://neo4j.com/developer/python/. But wanted to see if anyone had thoughts on the best way to do this.
I wanted to export data into neo4j from a dss flow. I was thinking the easiest way would be to use a python package via http://neo4j.com/developer/python/. But wanted to see if anyone had thoughts on the best way to do this.
Tagged:
Answers
-
Hi Chris,
We don't have custom connections with Neo4j so the python package seems good. Don't forget to install it with the pip of DSS. Then you should be able to export your data from a python recipe.