Hello Forum ,Our application has SQL Server as data base and has huge amount of data. We decided to set up Mongo DB for search lookup and repoting purposes. So Mongo DB will have subset of data from SQL server DB. And there should be a synchronization process between Mongo DB and SQL DB. The syncronization process will run daily.In this context i'm looking for best practices (if any) for approaching above requirement.Is there any built-in component for data transfer between Mongo DB and SQL.Appreciate for any inputs.Thanks
Hi Rakesh,
Instead of replying to an old thread, please start a new discussion topic for your question. The original discussion is about a built-in component for data transfer between MongoDB and SQL Server instead of Oracle.
FYI, You can checkout a tool listed under MongoDB third-party commercial tools: MongoDBPumper for Oracle. MongoDBPumper facilitates data transfer between Oracle and MongoDB databases.
Alternatively, you could develop your own data transfer application/script using one of MongoDB supported drivers.
Also, there are a couple of white papers that you may find useful:
If you have any further questions, please start a new discussion thread detailing your specific use case.
Kind regards,
Wan.