Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { ChainId string // Chain ID ProcessingType string // The actual processing type to perform, either `live`, `batch` or `patch` BlockStoreURL string // GS path to read batch files from BlockStreamAddr string // [LIVE] Address of grpc endpoint KvdbDsn string // Storage connection string BatchSize uint64 // DB batch size StartBlockNum uint64 // [BATCH] Block number where we start processing StopBlockNum uint64 // [BATCH] Block number where we stop processing NumBlocksBeforeStart uint64 // [BATCH] Number of blocks to fetch before start block ParallelFileDownloadCount int // Number of threads of parallel file download AllowLiveOnEmptyTable bool // [LIVE] force pipeline creation if live request and table is empty HTTPListenAddr string // http listen address for /healthz endpoint }
Click to show internal directories.
Click to hide internal directories.