# Packages
advanced example shows an advanced setup of baker.Components.
basic example illustrates how to build a very simple baker-based program with just input and output components.
CLI example illustrates how to build a Baker CLI program using baker.MainCLI Run without arguments to see the help.
filtering example illustrates how to create a filter component.
help is a simple example illustrating how to build a baker command with the ability to show an help output for common usage and component-specific instructions.
metrics example illustrates how to implement and plug a metrics interface to Baker.
sharding example shows how to use an output that supports sharding When a shardable output is used, the parallel outputs identified by the "procs" configuration value in the toml, receive a subset of the processed records.
validation example illustrates how to specifies the record validation properties in the Baker TOML.