influxdb/pkg
Edd Robinson 695adafc00
Add measurement sketches
2017-01-05 10:15:37 -07:00
..
bytesutil Fix measurement system queries. 2017-01-05 10:15:34 -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 Add measurement sketches 2017-01-05 10:15:37 -07:00
limiter Update godoc for pkg 2016-12-30 18:03:01 -08:00
mmap Fix windows mmap 2017-01-05 10:11:12 -07:00
pool Update godoc for pkg 2016-12-30 18:03:01 -08:00
rhh Refactor tsi1 merge iterators, finish multi-file compaction. 2017-01-05 10:01:25 -07:00
slices Update godoc for pkg 2016-12-30 18:03:01 -08: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!