Tag Archives: graph databases

Working with Neo4j Imports–I HATE CASE SENSITIVITY

I’ve been working to better understand graph databases and where they can be useful. There is a file from Neo4J that comes with the Desktop and contains a data export from Northwind. This looks like this when you open it: … Continue reading

Posted in Blog | Tagged , | 3 Comments

Getting Neo4J Running in Docker on Windows

I was doing a little experimenting with graph databases. My goal was to run Neo4j in a docker container, but it wasn’t quite as simple as I expected. I started with a How-To, but it wasn’t enough. This post covers … Continue reading

Posted in Blog | Tagged , | Comments Off on Getting Neo4J Running in Docker on Windows