I'm really new with neo4j. I have the java objects that I want them to be my nodes e.t.c. Is there any way to extract them into an xml,json,simpe txt and after that insert them into the graph database (from the extracted file).

Thanks in advance

有帮助吗?

解决方案

There are different ways to do it, from ETL tools via CSV files to GraphML. Look at http://www.neo4j.org/develop/import and see if you find a good method that suits you. I would recommend Michaels CSV Batch Importer, https://github.com/jexp/batch-import

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top