jexp / batch-import

generic csv file neo4j batch importer
https://neo4j.com/docs/operations-manual/current/tools/import/
385 stars 158 forks source link

Offer my modifications to batch importer for 2.0.1 #91

Closed danieljue closed 9 years ago

danieljue commented 10 years ago

Things I've added: Updates to allow compatibility with Neo4J 2.0.1 A maven repo on Github with my build Improvements to code using Eclipse's compile checker (potential NPE fixes) 'Improvements' to code based on FindBugs analysis (Go Terps!). The ugliest result of this was the Config object gets passed around a lot instead of mutating a static, but to me that just hints at the need for more refactoring.