Skip to content
/ pss_viz Public
forked from vpodpecan/pss_viz

Interactive search and visualization of the PSS model.

License

Notifications You must be signed in to change notification settings

NIB-SI/pss_viz

 
 

Repository files navigation

PSS model exporation

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.

Requirements

  • docker
  • docker-compose

How to run

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.

Deployment

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.

Authors

Vid Podpečan

License

MIT

About

Interactive search and visualization of the PSS model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.0%
  • Python 30.1%
  • HTML 17.4%
  • CSS 3.3%
  • Dockerfile 1.1%
  • Shell 0.1%