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

https://github.com/samrocketman/consul-influxdb

An InfluxDB backend using consul for service discovery.
https://github.com/samrocketman/consul-influxdb

Last synced: 5 months ago
JSON representation

An InfluxDB backend using consul for service discovery.

Awesome Lists containing this project

README

          

# Consul InfluxDB

This demo shows an example of InfluxDB using consul for service discovery.

This is a companion project for
https://github.com/samrocketman/docker-compose-ha-consul-vault-ui

This assumes you have cloned this repository and
docker-compose-ha-consul-vault-ui to `${HOME}/git/github`.

docker-compose-ha-consul-vault-ui must be started before this project and be
healthy.

# Order of operations

1. Bootstrap [consul-influxdb][consul-influxdb] (this project)
2. Bootstrap [consul-kapacitor][consul-kapacitor]
3. Bootstrap [consul-chronograf][consul-chronograf]

# Bootstrapping this project

Simply run the following docker command. It will register with consul
automatically.

docker-compose up -d

# Launching influx CLI

docker-compose exec -u influxdb influxdb influx

[consul-chronograf]: https://github.com/samrocketman/consul-chronograf
[consul-influxdb]: https://github.com/samrocketman/consul-influxdb
[consul-kapacitor]: https://github.com/samrocketman/consul-kapacitor