# Functions
NewBatchProcessor --.
NewBatchWriter --.
NewEventBatch --.
# Structs
BatchProcessor -- consumer-producer, consumes events, produces batches.
BatchWriter -- writes batch of events to target.
EventBatch -- batched collection of events which fit within space and time constraints of target.