Data sync Azure and on premise

MikeZheng-3371 46 Reputation points
2022-05-20T18:09:34.577+00:00

Hello,

I need to sync the data between Azure (mongoDB) and on premise (Oracle), some sync need to be done in real time, some sync can be done hourly or daily. What is the best approach for me to those data sync? Is there good document related to this topic?

Azure Database Migration service
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Oury Ba-MSFT 20,006 Reputation points Microsoft Employee
    2022-05-23T22:01:58.77+00:00

    Hi @MikeZheng-3371 Thank you for posting your question o Microsoft Q&A and for using Azure services.
    My understanding is that you are looking to sync your on prem oracle db data with your Azure Mongo db on cloud and wants your sync to be done hourly or daily.

    Options to migrate your on-premises or cloud data to Azure Cosmos DB
    Copy data from or to MongoDB using Azure Data Factory or Synapse Analytics

    Those are the docs with guidance. You’re going to need to denormalize the data, azure data factory is probably going to be your best bet.
    Are you familiar with Data Factory.?

    Regards,
    Oury


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.