Skip to content

pvpkiran/influx2springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Influx2Springboot

Quick demo to access Influx 2 via springboot app.
Features include insert and query

Instructions

  1. Install InfluxDb version 2 via docker
    docker run --name influxdb -p 9999:9999 quay.io/influxdb/influxdb:2.0.0-alpha
  2. Open http://localhost:9999
    Create a username, organization and bucket(online-store)
  3. Once logged in, check the Tokens tab and get token(LoadData-->Tokens) and organization id(can be seen in url), add it in properties file
  4. Start the application and hit the endpoints to load data and query

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages