Skip to content

anthonychu/cosmosdb-signalr-realtime-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Azure Functions - Cosmos DB Real-time Update Demo

A simple demo of broadcasting real-time updates from Cosmos DB over websockets. Uses:

  • Azure Cosmos DB Change Feed
  • Azure SignalR Service
  • Azure Functions bindings:
    • Cosmos DB trigger
    • SignalR Service bindings

Put one or more documents into the demo/flights collection:

{
    "from": "SEA",
    "to": "YVR",
    "price": 199
}

About

Real-time updates from Cosmos DB Change Feed with Azure Functions and SignalR Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published