For learning purposes. Try in Codespaces!
- Open repo & run
- Use NetworkX to generate a graph
- Load graph from file
- Save graph to file
- Provide visual endpoints to view subgraphs
- Investigate more graph visualization options
- Business rule engine for traversal rules
docker build -t networkx-demo .
docker run --rm -p 8081:8080 networkx-demo
curl http://localhost:8081/hello/world
curl http://localhost:8081/graph/paths/D/to/F