
Wouldn’t it be cool to import Wikipedia into Neo4j?
Mirko Nasato thought so, and built graphipedia using the batch importer that does just that.
It’s written in Java, so if you’re a pure ruby guy, I’ll walk you through the steps.
Let’s clone the project and jump in.
git clone git://github.com/mirkonasato/graphipedia.git cd graphipedia
If you look in here you’ll see a pom.xml file which means you’ll need to download Maven and build the project.
sudo apt-get install maven2 mvn install
You’ll see a bunch of stuff flying by, that’s just the dependencies being downloaded. At the end you should see this:
Continue reading








