Skip to content

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

License

Notifications You must be signed in to change notification settings

wepoinc/quarkus-influx-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks