Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.14 KB

README.adoc

File metadata and controls

40 lines (24 loc) · 1.14 KB

NearMiss Web

Purpose

This near-miss-engine is developed in context of the DMA near-miss project.

The Purpose of the component is to expose a REST interface into the generated near-miss event data of the system.

Build

The software is built as part of the parent maven build. To build this maven module separately just run mvn package or similar.

When running the build use the SpringBoot default profile (application.properties) for standalone execution of the tests.

Usage

Run

The component has been designed to run in development mode (locally or within development environment). Or in a Docker packaged mode.

Running development mode use the profile dev

Running in Docker use the profile docker

REST interface

When running the module browse to http://localhost:8080 in order to access the API definition.

Also the API is defined in the near-miss.yml file.

Note

The configuration API has not been fully developed and should propably be deleted if not needed in the future.

Back

Back to near-miss parent module.