Export from Oracle to MongoDB using python -


i know there various etl tools available export data oracle mongodb wish use python intermediate perform this. please can guide me how proceed this? requirement: want add records oracle mongodb , after want insert newly inserted records oracle mongodb.

appreciate kind of help.

to answer question directly: 1. connect oracle 2. fetch delta data timestamp or id (first time records) 3. transform data json 4. write json mongo pymongo 5. save maximum timestamp / id next iteration

keep in mind should think data model considerations , relational db (like oracle) , document db (like mongo) have different data model.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -