# Functions
NewBuilder creates a new Builder which stores data objects for the specified tenant in a bucket.
# Variables
ErrBufferFull is returned by [Builder.Append] when the buffer is full and needs to flush; call [Builder.Flush] to flush it.
# Structs
A Builder builds data objects from a set of incoming log data.
BuilderConfig configures a data object [Builder].