Metadata-Version: 2.4
Name: naw
Version: 0.0.1
Summary: Log and manage metrics for machine learning projects
Author-email: Mathieu Lacage <mathieu.lacage@inria.fr>
Maintainer-email: Mathieu Lacage <mathieu.lacage@inria.fr>
License-Expression: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argcomplete>=3.7.0
Requires-Dist: pyyaml
Requires-Dist: tabulate
Dynamic: license-file

# baw

This library logs time-series metrics to disk in compressed format.

## References

- [Gorilla](https://www.vldb.org/pvldb/vol8/p1816-teller.pdf): A fast, scalable, in-memory time series database
- [Chimp](https://www.vldb.org/pvldb/vol15/p3058-liakos.pdf): efficient lossless floating point compression for time series databases
- [Elf](https://www.vldb.org/pvldb/vol16/p1763-li.pdf): Erasing-Based Lossless Floating-Point Compression

## License

MIT — see [LICENSE](https://gitlab.inria.fr/mlacage/baw/-/raw/main/LICENSE?ref_type=heads).
