Playing around with Neo4J - my first foray into graph databases!
The dataset is from Kaggle.
- Load data from Kaggle. You'll need to split the data out into various nodes (and CSVs) to load to Neo4J and map out the relationships. Since it's a huge file and my PC can't handle a lot, I processed the files in batches.
- Load CSVs (from the
import
folder) to Neo4J with the queries after cleaning the CSV files. Be amazed with the graph visualisations. - Basic keyword search using TF-IDF