Today Microsoft announced the preview of Change feed Support for Azure Cosmos DB, which allows you to build scalable solutions. By default change feed will be enabled in all the accounts.
Change feed provides an output of sorted list of documents that has been changed in the order in which they are modified by client operations. These changes are persisted, can be processed asynchronously and incrementally, they enables developers to write alternative logic to operate upon these change for generation reports, or invoke another operation such as sending email or audit logs etc.
Start using :
- Azure CosmosDb Change Feed Processor DotNet Library to get started – https://github.com/Azure/azure-documentdb-changefeedprocessor-dotnet
Source:
- https://azure.microsoft.com/en-us/updates/change-feed-support-in-azure-cosmos-db/
- https://docs.microsoft.com/en-us/azure/cosmos-db/change-feed#working-with-the-rest-api-and-sdk
- https://docs.microsoft.com/en-us/azure/cosmos-db/change-feed
Discover more from Cloud Distilled ~ Nithin Mohan
Subscribe to get the latest posts sent to your email.