feat: implement MSSQL data extraction and transformation process
This commit is contained in:
@@ -18,6 +18,12 @@ var migrationJobs []MigrationJob = []MigrationJob{
|
||||
},
|
||||
}
|
||||
|
||||
const (
|
||||
NumExtractors int = 2
|
||||
ChunkSize int = 20
|
||||
QueueSize int = 10
|
||||
)
|
||||
|
||||
func main() {
|
||||
configureLog()
|
||||
log.Info("Starting migration...")
|
||||
|
||||
Reference in New Issue
Block a user