JorgeMaker / InfluxDBWorkBench

InfluxDB WorkBench is a GUI tool for the InfluxDB database written in Java that runs on Windows , Mac OS X and Unix/Linux
MIT License
65 stars 13 forks source link

How to use it? #5

Closed Nemecsek closed 2 years ago

Nemecsek commented 3 years ago

Hi. How to use it? I couldn't compile it...

corndog2000 commented 3 years ago

You can download the compiled jar file from the "releases" section on github. You can then run the jar file with java.

bobstanl commented 2 years ago

For the non-java-nese out there, on Linux, cd to the the directory with the .jar file. Then enter: $ java -jar influxDBWorkBench.jar Stumbled about getting weird errors till I found the "-jar" trick.

Nice software, allowed me to understand my influxdb data and even, by allowing me to edit the stock queries, helped me to understand the query language,