Time Series Admin is an open source administration panel and querying interface for InfluxDB databases.
Visit the project site for more information, or download Time Series Admin directly from the latest releases page.
- Download
- Install by double clicking on downloaded file
- Use
Time Series Admin is also available as a Docker image. Run it with:
docker run -p 8085:80 -it timeseriesadmin/timeseriesadmin:latest
Then visit http://localhost:8085 to use Time Series Admin from your browser.
For usage related information go to the official project page https://timeseriesadmin.github.io.
List of things that are going to be implemented may be found inside TODO.md file.
Check DEVELOPMENT.md file for information about application development.
Check CHANGELOG.md to view changes in app.
Jan Grzegorowski