Module sequential

Source

Structs§

SequentialConfig
Configuration for a sequential pipeline

Traits§

Handler
Handlers implement the logic for a given indexing pipeline: How to process checkpoint data (by implementing Processor) into rows for their table, how to combine multiple rows into a single DB operation, and then how to write those rows atomically to the database.