influxdb/pkg
davidby-influx c05b340b72
chore: upgrade flux (#24504)
* chore: upgrade flux

* chore: execute "go generate" inside cross-builder (#24582)

---------

Co-authored-by: Brandon Pfeifer <bpfeifer@influxdata.com>
2024-01-19 17:40:48 -05:00
..
binaryutil
bloom
bytesutil
data/gen chore: update protobuf library versions and remove influx_tsm (#21882) 2021-07-20 09:42:52 -04:00
deep build: upgrade to go1.18 (#23250) 2022-03-31 16:17:57 -05:00
encoding/simple8b chore: upgrade Go to v1.19.3 (1.x) (#23941) 2022-11-28 12:15:47 -05:00
errors chore: upgrade Go to v1.19.3 (1.x) (#23941) 2022-11-28 12:15:47 -05:00
escape
estimator chore: upgrade Go to v1.19.3 (1.x) (#23941) 2022-11-28 12:15:47 -05:00
file fix: add tests for file rename across volumes (#23787) 2022-10-13 09:26:59 -07:00
limiter build: upgrade to go1.18 (#23250) 2022-03-31 16:17:57 -05:00
metrics
mmap fix: fully clean up partially opened TSI (#23430) 2022-06-10 11:31:29 -07:00
pool
pprofutil
radix
reporthelper
rhh
slices
snowflake
tar chore: upgrade Go to v1.19.3 (1.x) (#23941) 2022-11-28 12:15:47 -05:00
testing/assert
testttp chore: Add kit (#21086) 2021-03-30 13:09:04 -04:00
tlsconfig
tracing chore: upgrade flux (#24504) 2024-01-19 17:40:48 -05: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!