Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultRetryCount = 3 DefaultThreadCount = 3 DefaultDiscoverTimeout = 5 * time.Minute DefaultRetryTimeout = 60 * time.Second ParquetFileExt = "parquet" PartitionRegex = `\{([^}]+)\}` MongoPrimaryID = "_id" OlakeID = "_olake_id" OlakeTimestamp = "_olake_timestamp" OpType = "_op_type" CdcTimestamp = "_cdc_timestamp" DBName = "_db" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DriverType ¶
type DriverType string
const ( MongoDB DriverType = "mongodb" Postgres DriverType = "postgres" MySQL DriverType = "mysql" )
Click to show internal directories.
Click to hide internal directories.