Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 395 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 395 Bytes

freezer

Freezer is a simple message batch storage and replay interface, intended to provide message queue like semantics, but with a blob storage backend.

Messages are batched, optionally compressed and stored when written, and correspondingly uncompressed and unbatched when read back.

freezer uses straw as a blob storage abstraction.