influxdb/pkg
Ben Johnson d610a79487
Merge pull request #9295 from influxdata/partition-series-file
Partition series file
2018-01-11 08:45:18 -07:00
..
binaryutil Partition series file. 2018-01-10 08:33:25 -07:00
bits use math/bits in HLL implementation 2017-09-26 12:51:08 +01:00
bloom Don't run test in race mode 2017-12-15 22:19:25 +00:00
bytesutil fix format issue 2017-12-27 17:27:03 -07:00
deep Update godoc for pkg 2016-12-30 18:03:01 -08:00
escape Update godoc for pkg 2016-12-30 18:03:01 -08:00
estimator use math/bits in HLL implementation 2017-09-26 12:51:08 +01:00
file Save field types to speed up startup 2017-11-22 11:17:34 -07:00
limiter Rate limit disk IO when writing TSM files 2017-12-14 22:02:32 -07:00
metrics fix overflow for 32-bit architecture 2017-10-20 10:22:28 -07:00
mmap windows test 2017-12-18 19:02:15 +00:00
pool Add LimitedBytePool for wal buffers 2017-05-11 11:27:00 -06:00
pprofutil Fix retain/release hang issues. 2017-12-06 09:09:41 -07:00
rhh Fix series file compaction stall. 2018-01-08 09:53:01 -07:00
slices Merge master into branch 2017-12-08 17:11:07 +00:00
tar Update restore functionality to run in online mode, consume Enterprise backup files. (#9207) 2018-01-10 13:59:18 -05:00
testing/assert storage service 2017-10-25 13:38:07 -07:00
tracing EXPLAIN ANALYZE 2017-10-20 08:01:37 -07:00
README.md Correctly name pkg README 2015-12-17 11:24:58 -08:00

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!