Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zvfvrv/k-tig
K-TIG Kafka, Telegraf, InfluxDB and Grafana playground
https://github.com/zvfvrv/k-tig
docker grafana influxdb kafka telegraf
Last synced: about 1 month ago
JSON representation
K-TIG Kafka, Telegraf, InfluxDB and Grafana playground
- Host: GitHub
- URL: https://github.com/zvfvrv/k-tig
- Owner: zvfvrv
- License: apache-2.0
- Created: 2020-05-03T10:17:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T08:13:49.000Z (over 4 years ago)
- Last Synced: 2024-04-16T02:25:24.219Z (9 months ago)
- Topics: docker, grafana, influxdb, kafka, telegraf
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# K-TIG Kafka, Telegraf, InfluxDB and Grafana playground
Work in progress
Analytics & Monitoring software bundled up into convenient docker containers.
1. Kafka + zookeeper
1. Telgraf
1. InfluxDB
1. Grafana
1. ChronografWeb UI details:
1. http://localhost:8087/ - Chronograf Web UI.
1. http://localhost:3000/ - Grafana Web UI.## How to
1. Clone the repo.
```shell
$ git clone https://github.com/zvfvrv/k-tig.git
```
1. Move to the cloned directory
```shell
$ cd k-tig
```1. Deploy the Docker stack
```shell
$ docker stack deploy -c docker-compose.yml
```If you need to remove the docker stack
```shell
$ docker stack rm
```