/quarkus-influx-tutorial

This repository contains the code used in the "Getting started with Quarkus and InfluxDB to ingest sensor data from a Particle device" tutorial.

Primary LanguageJavaMIT LicenseMIT

Getting started with Quarkus and InfluxDB to ingest sensor data from a Particle device

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:

The code for Part 1 of the tutorial can be found in the branch part-1.

Building and running the application

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.