Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultRetryCount = 3 DefaultThreadCount = 3 DefaultDiscoverTimeout = 5 * time.Minute DefaultRetryTimeout = 60 * time.Second ParquetFileExt = "parquet" PartitionRegexIceberg = `\{([^,]+),\s*([^}]+)\}` PartitionRegexParquet = `\{([^}]+)\}` MongoPrimaryID = "_id" OlakeID = "_olake_id" OlakeTimestamp = "_olake_timestamp" OpType = "_op_type" CdcTimestamp = "_cdc_timestamp" DBName = "_db" DefaultReadPreference = "secondaryPreferred" EncryptionKey = "OLAKE_ENCRYPTION_KEY" ConfigFolder = "CONFIG_FOLDER" // EffectiveParquetSize is the effective size in bytes considering 512MB targeted parquet size and compression ratio as 8 EffectiveParquetSize = int64(512) * 1024 * 1024 * int64(8) )
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" Oracle DriverType = "oracle" )
Click to show internal directories.
Click to hide internal directories.