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
- Host: GitHub
- URL: https://github.com/vortex2jm/mpolka-int-database
- Owner: vortex2jm
- Created: 2023-12-21T04:33:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T19:26:24.000Z (over 2 years ago)
- Last Synced: 2024-01-17T10:20:49.925Z (over 2 years ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*