Set up a Neo4j server with Docker importing huge CSV datasheets
Graphs
Neo4j
Docker
Cypher's LOAD CSV is a great for small-data sets. To initialize an unused database with large amounts of data from CSV files we need neo4j-admin. Here, we see how to easily do it via Docker, setting up a Neo4j server on a local machine.