Real-time data synchronization from an Azure database to an Azure SQL Data Warehouse?

I did a small part of the reading, and it seems that there are several off-the-shelf products that replicate / sync data from the local database to the Azure SQL Data Warehouse, but I did not find anything that synchronizes using the Azure database as the source. Azure Data Factory has some prospects, but it is more suitable for a single load.

Does anyone know the way? (The SSIS package is not really an option, because I want the transfer to occur completely inside the cloud)

+4
source share

Source: https://habr.com/ru/post/1605788/


All Articles