Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timeseriesadmin/timeseriesadmin
Administration panel and querying interface for InfluxDB databases. (Electron app / Docker container)
https://github.com/timeseriesadmin/timeseriesadmin
administration-panel influxdb timeseries
Last synced: 6 days ago
JSON representation
Administration panel and querying interface for InfluxDB databases. (Electron app / Docker container)
- Host: GitHub
- URL: https://github.com/timeseriesadmin/timeseriesadmin
- Owner: timeseriesadmin
- License: mit
- Created: 2018-10-20T12:38:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T05:13:22.000Z (9 days ago)
- Last Synced: 2024-10-30T08:33:22.832Z (9 days ago)
- Topics: administration-panel, influxdb, timeseries
- Language: TypeScript
- Homepage: https://timeseriesadmin.github.io
- Size: 3.78 MB
- Stars: 139
- Watchers: 5
- Forks: 12
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-influxdb - Time Series Admin - Administration panel and querying interface for InfluxDB databases (Queries / Other tools)
README
# Time Series Admin
[![license](https://img.shields.io/github/license/timeseriesadmin/timeseriesadmin.svg)](https://opensource.org/licenses/MIT)
[![version](https://img.shields.io/github/release/timeseriesadmin/timeseriesadmin.svg)](https://github.com/timeseriesadmin/timeseriesadmin/releases/latest)
[![dependencies status](https://img.shields.io/david/timeseriesadmin/timeseriesadmin.svg)](https://david-dm.org/timeseriesadmin/timeseriesadmin)
[![CI build](https://img.shields.io/circleci/project/github/timeseriesadmin/timeseriesadmin/master.svg)](https://circleci.com/gh/timeseriesadmin/timeseriesadmin)
[![code coverage](https://img.shields.io/codecov/c/github/timeseriesadmin/timeseriesadmin.svg)](https://codecov.io/gh/timeseriesadmin/timeseriesadmin)Time Series Admin is an open source administration panel and querying interface for [InfluxDB](https://www.influxdata.com/time-series-platform/influxdb/) databases.
Visit the [PROJECT SITE](https://timeseriesadmin.github.io/) for more information, or download Time Series Admin directly from the [LATEST RELEASES](https://github.com/timeseriesadmin/timeseriesadmin/releases/latest/) page.
## Install
1. [Download](https://timeseriesadmin.github.io/#download)
2. Install by double clicking on downloaded file
3. Use## Docker
Time Series Admin is also available as a [Docker image](https://hub.docker.com/r/timeseriesadmin/timeseriesadmin/).
Run it with:```bash
docker run -p 8085:80 -it timeseriesadmin/timeseriesadmin:latest
```Then visit [http://localhost:8085](http://localhost:8085) to use Time Series Admin from your browser.
## Usage
For usage related information go to the official project page [https://timeseriesadmin.github.io](https://timeseriesadmin.github.io).
## TODO
List of things that are going to be implemented may be found inside [TODO.md](./TODO.md) file.
## Development
Check [DEVELOPMENT.md](./DEVELOPMENT.md) file for information about application development.
## Changelog
Check [CHANGELOG.md](./CHANGELOG.md) to view changes in app.
## License
[MIT](./LICENSE)
## Author
Jan Grzegorowski