An open API service indexing awesome lists of open source software.

https://github.com/vortex2jm/mpolka-int-database

Using a Time Series Database (InfluxDB) to save data from in band network telemetry
https://github.com/vortex2jm/mpolka-int-database

Last synced: 11 months ago
JSON representation

Using a Time Series Database (InfluxDB) to save data from in band network telemetry

Awesome Lists containing this project

README

          

## MPolka-INT time series database integration :construction:

#### Instructions
- Make sure you already have docker installed;
- Run the following command to create the database
```bash
sudo chmod +x createdb.sh
```
```bash
./createdb.sh
```
- After creating database, put the following url in your browser to setting up the environment and use it:
```
http://localhost:8086
```

*Remember to modify the volume path in the createdb.sh script.*