Skip to content

telicent-oss/telicent-paralog

Telicent Paralog

Paralog is a free, open source web application used to evaluate high value assets

Paralog is a tool which can be used to get a better understanding of high value assets within regions in the UK. It allows analysts to better understand the impact of high value assets which in turn allows them to make better decisions quickly.

Contents

Getting started

Prerequisite

Refer to Smart Cache Paralog API documentation and ensure the Smart Cache is running prior to starting the frontend application

  1. Run yarn install to install dependencies
  2. Create custom config (Optional) - Default Config: can be found in override.env-config.js
  • Run:
    cd <projectRoot>
    cp ./override.env-config.js env-config.js
    cp ./sensitive/override.secret-config.js ./sensitive/secret-config.js # encrypted until runtime
  • Edit: env-config.js and sensitive/secret-config.js(gitignored)

    Note: In local, these files are copied to ./public

  1. Run yarn start to start the application

Features

  • Attribute Based Access Control (ABAC) - manage permissions required to view sensitive data
  • View assets connectivity - navigate the network graph to better understand asset connectivity
  • Geographical locations - view assets' geographical locations
  • Heatmap - view of assets on the map for quick understanding of service/capability density
  • Polygon creation [BETA] - understand location based impact rather than direct connection impacts
  • Flood geometry - view flood watch areas and flood areas provided to analyse flood impact
  • Flood monitoring stations - view real-time monitoring station data
  • Flood alerts - get real-time flood alerts
  • Flood warning timeline - view previous flood warnings

Related repositories