https://github.com/danesparza/influxdb-ui
:racehorse: A simple UI for InfluxDB
https://github.com/danesparza/influxdb-ui
analytics influxdb influxdb-client influxdb-js-client influxdb-ui metrics query single-page-app
Last synced: about 2 months ago
JSON representation
:racehorse: A simple UI for InfluxDB
- Host: GitHub
- URL: https://github.com/danesparza/influxdb-ui
- Owner: danesparza
- License: mit
- Archived: true
- Created: 2017-10-04T14:41:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T12:56:42.000Z (6 months ago)
- Last Synced: 2024-12-17T13:38:03.088Z (6 months ago)
- Topics: analytics, influxdb, influxdb-client, influxdb-js-client, influxdb-ui, metrics, query, single-page-app
- Language: JavaScript
- Homepage:
- Size: 780 KB
- Stars: 127
- Watchers: 6
- Forks: 23
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# influxdb-ui [](https://circleci.com/gh/danesparza/influxdb-ui)
A simple UI for [InfluxDB](https://www.influxdata.com/time-series-platform/influxdb/). Now that [web admin UI has been removed](https://docs.influxdata.com/influxdb/v1.3/administration/differences/#web-admin-ui-removal) in version 1.3 and later releases, I thought it might still be nice to have a simple web UI to manage InfluxDB.Built entirely in [React](https://reactjs.org/)/[Flux](https://facebook.github.io/flux/docs/in-depth-overview.html#content) as a browser based single page application.
## Just show me already

## Installing locally
Just grab the [latest release](https://github.com/danesparza/influxdb-ui/releases/latest) and unzip to the webserver of your choice (or just upload to an S3 bucket and turn on [static website hosting](http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html)).
## Building locally
```
yarn
yarn build
```## Docker image
User [sillydong](https://github.com/sillydong) contributed a docker image if you would prefer to use that as well: https://hub.docker.com/r/sillydong/influxdb-ui