influxdb/pkg
Jan Simon cc14c28ef5
chore: update flux to v0.196.1 (#26079)
2025-03-04 10:35:15 +01:00
..
binaryutil
bloom
bytesutil
data/gen
deep
encoding/simple8b
errors
escape
estimator
file
limiter
metrics
mmap
pool
pprofutil
radix
reporthelper
rhh
slices
snowflake
tar
testing/assert
testttp
tlsconfig
tracing chore: update flux to v0.196.1 (#26079) 2025-03-04 10:35:15 +01:00
README.md

README.md

pkg/ is a collection of utility packages used by the InfluxDB project without being specific to its internals.

Utility packages are kept separate from the InfluxDB core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the InfluxDB organization, to facilitate re-use by other projects. However that is not the priority.

Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!