Pipeline configuration
How to configure Baker using TOML files
To configure and run a Baker topology, 4 steps are required:
baker.NewConfigFromToml
baker.Main
The example folder in the Baker repositories contains many examples of implementing a Baker pipeline.
Start with the basic example.
How to configure Baker using TOML files
Baker operates on objects called “records”, an abstraction over integer-indexable structured data.
Record is the interface provided by Baker to represent an “object” of data
How to use and set baker.Components
How to export metrics from Baker
How to read Baker stats
How to configure a topology with output sharding?