Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
rohail_iqbal
Contributor
Contributor

Batch processing using MongoDb(source) and MySQL(output)

All the records are extracted in a single run from mongoDb first and then get loads into MySQL

What I want to achieve :

I want to implement batch processing technique in my ETL job. First my ETL should check how much records are in the mongoDb then divide those records in batches and perform ETL execution.

The current structure of my job is like this

tMongoDbInput ---> tJavaRow --->tMap ---> tMySQLOutput --->tLogRow

What modifications I would require then

Labels (2)
0 Replies