Standalone GUI for influxDB for debugging and verify Influx Query
Download correct binary for your OS from releases.
You need to give permissions to the binary with chmod u+x
before running the application.
After download, douple click the binary to open the GUI.
Connect to database by inputting the hostname, port and credentials (if there are none set, leave empty). Then press "Connect".
Then run queries against correct database.
SHOW MEASUREMENTS
SELECT * FROM <measurement> LIMIT 1;
- Install GO
- Clone this repository
- Run: `go get'
Run make test
- To run application:
make run
- To build dev build (linux only):
make build-dev
- To build to all platforms (linux deb, macOS, windows exe):
make build
- requires docker-ce