This repository contains the code used in the "Getting started with Quarkus and InfluxDB to ingest sensor data from a Particle device" tutorial. The tutorial is divided in two parts:
- Getting started with Quarkus and InfluxDB to ingest sensor data from a Particle device - Part 1
- Getting started with Quarkus and InfluxDB to ingest sensor data from a Particle device - Part 2
The code for Part 1 of the tutorial can be found in the branch part-1
.
The application can be built using ./mvnw clean package -DskipTests=true
.
It produces the tutorial-1.0.0-SNAPSHOT-runner.jar
file in the /target
directory.
The application is now runnable using java -Dfile.encoding=UTF-8 -jar target/tutorial-1.0.0-SNAPSHOT-runner.jar
.