Building a pokemon graph database
This article is originally published at http://jean9208.github.io/
What happens when you combine Pokemon with Neo4j?
I’m a huge Pokemon fan. So, when I found about this awesome post from Joshua Kunst, I just couldn’t wait to throw all that data into Neo4j.
It also happens to be a great way to learn how to build a graph database from scratch. The objective of this exercise is to build a graph database where the nodes are the pokemon and the types, and the relationships are the effectiveness between the pokemon based only on their types.
Getting the data
First of all, be sure to check...
Thanks for visiting r-craft.org
This article is originally published at http://jean9208.github.io/
Please visit source website for post related comments.