Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.07 KB

File metadata and controls

31 lines (18 loc) · 1.07 KB

InfluxDB stem

InfluxDB is a time series database designed to handle high write and query loads.*

Build

Build from the official influxdb docker image. Stick to current version.

Configuration

Configuration based on the official sample config.

Changes made:

  • Usage data reporting disabled to minify risk of performance issues on isolated or high-latency external networks.
  • Series and tags limits disabled to prevent issues with clients generating dynamic names like Bucky do.
  • HTTP queries logging disabled to prevent disk space issues on rarely maintained servers.

Deployment

Deploy with docker using embedded ops-docker tool.

Scripts available:

  • scripts/start for launching local instance.
  • scripts/rollout for rolling out to remote host
  • scripts/rollback for rolling back

License

The Unlicense.