Skip to content

mitch-b/networkx-demo

Repository files navigation

NetworkX Demo

For learning purposes. Try in Codespaces!

Proof of Concept Thoughts

  • 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

Installation (Docker)

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

Notes