Documentation ¶
Index ¶
Constants ¶
View Source
const ( BLOCK_PROGRESS = 1000 LIVE_BLOCK_PROGRESS = 1 )
Variables ¶
This section is empty.
Functions ¶
func RegisterMetrics ¶
func RegisterMetrics()
Types ¶
type Config ¶
type Config struct { DBLoader *mongo.Loader DBName string DDL mongo.Tables UndoBufferSize int LiveBlockTimeDelta time.Duration BlockRange string Pkg *pbsubstreams.Package OutputModule *pbsubstreams.Module OutputModuleName string OutputModuleHash manifest.ModuleHash ClientConfig *client.SubstreamsClientConfig }
type MongoSinker ¶
type MongoSinker struct { *shutter.Shutter DBLoader *mongo.Loader Tables mongo.Tables Pkg *pbsubstreams.Package OutputModule *pbsubstreams.Module OutputModuleName string OutputModuleHash manifest.ModuleHash ClientConfig *client.SubstreamsClientConfig UndoBufferSize int LivenessTracker *sink.LivenessChecker // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.