Problem and Research:
Trying to get real time data from CosmosDB to Data Lake. this is what i have understood from my research, that i have to create a function app to monitor the changes in Cosmos using Change Feed then i have to bind it to event grid, by which i will be able to store the changes to ADLS.
Blockers:
- In Data Factory, Data flow is not able to connect Cosmosdb Mongo.
- I have to listen to all the collections, in function app at a time only one collection can be monitored
- which compute should i use to store the data.
My Understanding: Azure CosmosDb to ADLS pipeline
Have to create a Streaming Pipeline which store all the data from CosmosDB mongoAPI to ADLS storage