Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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. Chronograf

Web 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
```