This project is a demo application for network visualizations using SigmaJS and the GRANDstack (GraphQL, React, Apollo, Neo4j Database) application. SigmaJS can be used to visualize networks with thousands of nodes and relationships. The blog posts that describes this project can be found on Medium: https://towardsdatascience.com/grand-sigmajs-c475ec0bde68
The dataset contains flight routes between airports and is based on the Open flights dataset. The GraphQL endpoint is using the Neo4j Graphql library.
Start the project with:
docker-compose up
Pull arm neo4j image
docker pull neo4j/neo4j-arm64-experimental:4.2.11-arm6
Replace in docker-compose.yml
neo4j:
image: neo4j/neo4j-arm64-experimental:4.2.11-arm64