# Interfaces
Ingester is an interface of ingestion and transformation for a given input stream.
RawRecord represents a raw record ingested from the input.
SchemaHandler is an interface representing a schema handler responsible for ingesting, processing and transforming input stream based on its given schema.
# Type aliases
CreateFunc is a function that checks if a given schema is supported by its associated schema handler or not.