Loading rocket and satellite data in Neo4J (blog and video)

After reading about Neo4J in "Seven Databases in Seven Weeks, 2nd edition" by Luc Perkins, I decided I had to try it. And as I do with my experiments with NoSQL products, I try to do my own little project with space or astronomy related data. I had to think about this one a little harder: what kind of many to many relations could I use? So I decided on using a log of all orbital launches ever done and all satellites ever launched. And here is the result:
https://marcel-jan.eu/datablog/2019/06/08/loading-rocket-data-in-a-graph-database-neo4j/

You can find my code on Github: https://github.com/Marcel-Jan/neo4j_satellites

I'm happy to learn what I could have done better. I guess the model could have been better, but good enough for a first try.