Listen for data on an MQTT topic and post each message to a remote HTTP service (probably a dtlab-ingest instance).
DTLAB_INGEST_URL=http://localhost/dtlab/ingest:8080 MQTT_URL=ssl://some.iot-server.io:12345 KEYSTORE_PASSWORD=your-password KEYSTORE_PATH=/Users/your/secrets/client.jks sbt runsbt assembly
java -jar target/scala-2.12/DtlabIngestMqtt.jarsbt clean coverage test
sbt coverageReport
open target/scala-2.12/scoverage-report/index.htmlsbt statssbt dependencyUpdates