Josep
Export data from Oracle to MongoDB in Python
Introduction
I had to export some data from an Oracle database to a MongoDB. For this reason I created a python function called export_data_from_oracle_to_mongodb
that can be found in my Github.
To make the function more generic, I've there's an optional parameter called transform
,where a function can be specified to . . .
February 09, 2018