Skip to content

research-virtualfortknox/simple-influxdb-msb-connector

Repository files navigation

A simple MSB to InfluxDB Connector

FOSSA Status

This application writes MSB events into InfluxDB.

Usage

Prerequisites

  • Java 8 or higher

Configuration (Adapt to your needs)

  • Edit the application.properties-file

  • influxdb.server_url = http://localhost:8089

  • influxdb.user = user

  • influxdb.password = password

  • influxdb.batchmode = true # Enable for better performance

  • influxdb.useSourceTimestamp = true # If false, this app will inject the current timestamp

  • msb.truststore = ./cert/CERTS.trs

  • msb.url = ws://localhost:8085

  • app.uuid = 7ef0549b-9571-486f-9e24-75c1e9bb76df

  • app.name = InfluxDB-MSB-Connector

  • app.token = RandomTokenString

  • app.description = "This application writes MSB events into InfluxDB"

How to build

  • Run: mvn clean install

How to run

  • Place the jar with dependencies and your edited application.properties-file in the same directory

  • Open a bash or CMD in the same directory as the .jar

  • Run: java -jar simple_influxdb_msb_connector-1.0.0-SNAPSHOT.jar

Docker

Docker Hub

https://hub.docker.com/r/arthurgrigo/simple-influxdb-msb-connector

Usage with Docker-Compose

Standalone

License

FOSSA Status

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •