Skip to content

withinstem/influxdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published