Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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: 2022-12-07T07:45:30.000Z (about 2 years ago)
- Last Synced: 2024-08-02T01:27:27.589Z (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 [![CircleCI](https://circleci.com/gh/danesparza/influxdb-ui.svg?style=shield)](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
![Screenshot of influxui](influxui-screenshot.png?raw=true)
## Just let me use it already
The latest version of the app is [hosted on S3](http://influxui.s3-website-us-east-1.amazonaws.com/#/). Don't worry. We don't store any of your data on a remote server (and you can look at the source to verify). Your server connections are stored in your browser as cookies/localstorage data.
Need SSL/TLS connections to your data? Install it locally on a secure origin.
## 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