Cypher queries
Original .csv files from openflights.org
Dotnet core C# console application to generate .csv files of nodes and relationships to import to flights.db
Docker Image with APOC, Algorithms and GraphQL plugins based on neo4j official image
Docker Image neo4j-flights with flights.db based on neo4j-apoc-algo-graphql
Project provides a set of tools to solve real world problem of flights search for all possible routes in between 2 locations such as cities/airports.
Project based on the original idea of Max De Marzi of graph database POC.
Project is build with using GRANDstack framework and special Docker image with original flights database with predefined imported data.
Approach with neo4j-admin import tool used to prepare flights.db data.