java-tutorials/influxdb
amit2103 f2128ad054 Bael 5249 cleanup (#4108)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
2018-04-26 14:37:47 +02:00
..
src BAEL-1486 - sample code for JGroups. Fixed a typo in InfluxDB. (#3578) 2018-02-03 19:49:11 -08:00
README.md BAEL-1486 - sample code for JGroups. Fixed a typo in InfluxDB. (#3578) 2018-02-03 19:49:11 -08:00
pom.xml Bael 5249 cleanup (#4108) 2018-04-26 14:37:47 +02:00

README.md

Influx SDK Tutorial Project

Relevant Article:

Overview

This Maven project contains the Java code for the article linked above.

Package Organization

Java classes for the intro tutorial are in the org.baeldung.influxdb package.

Running the tests

The test class expects an InfluxDB server to be available on localhost, at the default port of 8086 and with the default "admin" credentials.