craigpickles / materialized-views-with-cosmosdb-change-feeds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Materialized Views with Cosmos DB Change Feeds

An example showing how a materialized view can be kept updated in near-real time in a serverless environment using:

  • Azure Function
  • Cosmos DB

SampleApp.DeviceSimulator inserts two types of data into ComsosDB.
SampleApp.Functions processes the change feed received from CosmosDB to update the materialized view.

About


Languages

Language:C# 100.0%