Skip to content

abonert/measurement-controller

Repository files navigation

measurement-controller

Development

To start application simply run:

./gradlew bootRun

Demo scenario

Use postman collection

There are three API

  1. POST /api/users - for creating user
  2. PUT /api/users - for updating existing user
  3. DELETE /api/users/{id} - for removing existing user

How-to extend configure new vendor

Describe new vendor inside application.yml(could be dynamic configuration in future) see example 'application.vendor-configurations'. To register new vendor data storage implement interface VendorDataStorage. To register new subscription strategy(e.g. SUBSCRIBER) implement VendorSubscriptionTask

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages