sui_indexer_alt_framework::pipeline

Module sequential

Source

Structs§

Traits§

  • 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.