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.
- 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