This project is the front-end part of the combined sensitivity analysis tool for pleak.io that is a part of the SQL analysis tool for pleak.io.
You need to locate pleak-backend, pleak-frontend and pleak-sql-analysis directories all in the same directory and specify their names in the config.json file. Read more from sub-repositories how to build each module.
To use all functionalities of the combined sensitivity editor, clone the pleak-sql-analysis tool and to make the analyzer available for the editor, follow the instructions in SQL derivative sensitivity analysis tool repository and SQL local sensitivity analysis tool repositories.
To build the editor you need: NodeJS with npm installed.
To install all project dependencies execute npm install
.
Execute npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
You can use the editor for each model from the Action menu next to the model on Files page (of frontend) or from the URL: http://localhost:8000/combined-sensitivity-editor/id (id of the model).
MIT