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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -