Skip to content
/ ckn_viz Public
forked from vpodpecan/ckn_viz

CKN network visualization app

License

Notifications You must be signed in to change notification settings

NIB-SI/ckn_viz

 
 

Repository files navigation

CKN model exporation

This is a flask application which implements visual exploration of the CKN network. It implements interactive node search (several data fields can be indexed), simple editing of selected nodes, and nice interactive visualization of the resulting network.

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

CKN network visualization app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.5%
  • Python 24.0%
  • HTML 18.9%
  • CSS 3.3%
  • Dockerfile 1.2%
  • Shell 0.1%