This is a flask application which implements visual exploration of the PSS network. It implements interactive node search (several data fields are indexed), simple editing of selected nodes, and nice interactive visualization of the resulting network (tooltips, colours, etc.). The backend implements neighbourhood and all shortest paths search. If the query contains only one node a neighbourhood is returned. Otherwise, shortest paths between all pairs of nodes are merged and returned.
- docker
- docker-compose
The following command
$ docker-compose up --build
will build the images and run the container. The application is now available for testing at http://localhost:5005.
The docker-compose.prod.yml
configuration file is ready to be used in production. By default, the application is served on port 8080 but this can be changed if needed.
MIT