Paralog is a free, open source web application used to evaluate high value assets
Provides a visualisation of regional infrastructure to:
- help analyse degradation impacts
- speed up recovery planning
Refer to Smart Cache Paralog API documentation and ensure the Smart Cache is running prior to starting the frontend application
- Run
yarn install
to install dependencies - 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
andsensitive/secret-config.js
(gitignored)Note: In local, these files are copied to
./public
- Run
yarn start
to start the application
- 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
- Smart Cache Paralog (SCP) API is a REST API used by Telicent Paralog to get data from the IES Triplestore.
- RDF Libraries, specifically the Ontology Service is used to provide the ontology iconography to Telicent Paralog.
- Smart Cache Graph (SCG) API is used as a datastore for SCP and RDF Libraries. COMING SOON