This repository is designed to contain small to large data sets that can be imported and explored in a graph database (specifically, Neo4j).
Each folder in this root directory contains files and/or scripts needed to load the data into the database. Some may also contain sample Cypher queries or demo information. Below is the list of current data sets.
-
Classical music - pulled from OpenOpus API.
-
Java versions (in progress) - pulled from Java Almanac Data.
-
Lord of the Rings (LOTR) movies/cast - pulled from The Movie DB API.
-
Marvel comics (subset) - pulled from the Marvel API. Due to rate-limiting, pulling full data set is not possible without several days of processing.
-
Venmo payments (deprecated) - pulled from existing Github repository dump someone published before Venmo closed their API.
Do enjoy and let me know via Github issues or pull requests if you would like to see other data sets added or if one needs fixed. Happy coding! :)