Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 630 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 630 Bytes

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