Giter Site home page Giter Site logo

sintef-infosec / dwc-risk-explorer Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 5.03 MB

Digital Water City (DWC) risk explorer.

Home Page: https://risk-explorer.digital-water.city/

License: MIT License

Dockerfile 0.51% HTML 1.38% Python 11.89% Shell 1.01% CSS 1.07% JavaScript 84.14%
risk-management risk-events risk-mitigation

dwc-risk-explorer's Introduction

DWC Risk Explorer

DOI

This application is part of Deliverable D4.2 of the Digital Water City project. Deliverable 4.2 (D4.2) combines the results of two sub-tasks of WP4 "Interoperable and secure flow of information", 4.2.1 and 4.2.2 aiming at developing a risk identification database (RIDB) and a risk reduction measure database (RRMD) respectively.

Running the explorer

Using npm

To run the explorer locally, and given that you have node installed, issue the following commands:

npm install
npm run start 

The explorer should be available at http://localhost:3000/

Using Docker

You can also use Docker. First build the image:

docker build -t dwc-risk-explorer:latest .

Then:

docker run -p 3000:80 dwc-risk-explorer:latest

Adding new risks and measures

If you want to add a risk event or a measure to the databases, you can do so in two ways:

Update the project and submit a Pull Request

  1. Update the RIDB and RRMD Excel files and then run the update script:
./scripts/update.sh

The script updates the RRMD based on the RIDB, then dumps both databases as JSON files which are used by the web application.

  1. Once done, commit and submit a Pull Request.

Open an issue

Open an issue with the exact changes/additions to be made. Please use the pre-made template "Adding risks and/or risk reduction measures".

dwc-risk-explorer's People

Contributors

dependabot[bot] avatar guillaumebour avatar

Watchers

 avatar

dwc-risk-explorer's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.