NoSQL: How to Import Large Graphs to Neo4j With Spring Data

| | bookmark | email

How to Import Large Graphs to Neo4j With Spring Data

In my case, I wanted to create a simple recommendation engine (the domain doesn't matter so much). To do that, I had to import FAST 20 million nodes of one-to-many, sparse matrix data. This became a bit more complicated (and interesting) task than originally anticipated, so it became a mini-project itself.

tags:neo4j,graphdb,graph database

via NoSQL databases