Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 871 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 871 Bytes

ZBA-Measurement

Microservice containing the data object manager to forward the data between the embedded devices and the influxDb database.

Getting Started

No release yet. Just clone or download the file and launch it with a IDE that supports Spring.

Prerequisites

  • Requires Spring compatible IDE.

  • Requires java runtime

for ubuntu/linux :


sudo add-apt-repository ppa:openjdk-r/ppa
sudo apt-get update
sudo apt install openjdk-11-jre

Other platform please refer to the link below :

https://jdk.java.net/archive/

  • Requires InfluxDb Database

Built with