Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 605 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 605 Bytes

LCMS Test-Bed Connector

NodeJS server tool to connect the DRIVER+ Test-Bed to the LCMS (Landelijk Crisis Management Systeem) through the LCMS-API.

The adapter requires that the DRIVER-EU Apache Kafka-based test-bed is running, either locally or on a webserver. If not, see the test-bed installation instructions for installing a local version of the test-bed.

Installation

npm i
npm run build

Usage

You can start them in two terminals, or one after the other.

npm run start # To start the connector. Use CTRL-C to stop it.