Time series database.
bash,curl,tar, and POSIX utilities
Plugin:
asdf plugin add influxdb https://github.com/hyperpolymath/asdf-influxdb-plugin.gitinfluxdb:
# Show all installable versions
asdf list-all influxdb
# Install specific version
asdf install influxdb latest
# Set a version globally (in your ~/.tool-versions file)
asdf global influxdb latest
# Now influxdb commands are available
influxdb --versionCheck asdf readme for more instructions.
# List installed versions
asdf list influxdb
# Set local version for current directory
asdf local influxdb <version>
# Uninstall a version
asdf uninstall influxdb <version>Contributions welcome! Read the contributing guidelines first.
Licensed under the Palimpsest-MPL License (PMPL-1.0).
Maintained by hyperpolymath