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
Post a Comment