influxgui

command module
v0.0.0-...-6c9ac78 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2022 License: GPL-2.0 Imports: 15 Imported by: 0

README

InfluxGUI

Build Status

Standalone GUI for influxDB for debugging and verify Influx Query

Installation

Download correct binary for your OS from releases.

macOS

You need to give permissions to the binary with chmod u+x before running the application.

Usage

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.

Example queries

SHOW MEASUREMENTS

SELECT * FROM <measurement> LIMIT 1;

Development

Setup dev env

  1. Install GO
  2. Clone this repository
  3. Run: `go get'

Automated test cases

Run make test

Build

  • 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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL