Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TaleLearnCode committed Apr 14, 2024
1 parent 681b418 commit 759dca2
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,40 @@
# Ch-ch-ch-changes: Tracing Changes in Azure Cosmos DB

![Ch-ch-ch-changes: Tracing Changes in Azure Cosmos DB](https://chadgreen.blob.core.windows.net/slides/Ch-Ch-Ch-Changes%20Thumbnail.jpg)

## Abstract
David Bowie might not be able to trace how time changes him, but with the Azure Cosmos DB change feed allows us to trace the changes to your data within your Cosmos database. The Azure Cosmos DB change feed listens to an Azure Cosmos container for any changes and then outputs the sorted lists of documents that were changed. In this session, you learn what the change feed is, how it works, and how you can use it to build more robust applications.
![Presentation Title](Thumbnail.jpg)

## Short Abstract
The Azure Cosmos DB change feed listens to an Azure Cosmos container for any changes and outputs the sorted lists of changed documents. In this session, you learn the change feed, how it works, and how to use it to build more robust applications.

The Azure Cosmos DB change feed listens to an Azure Cosmos container for any changes and then outputs the sorted lists of documents that were changed. In this session, you learn what the change feed is, how it works, and how you can use it to build more robust applications.
## Abstract
David Bowie might be unable to trace how time changes him, but the Azure Cosmos DB change feed allows us to trace the changes to your data within your Cosmos database. The Azure Cosmos DB change feed listens to an Azure Cosmos container for any changes and outputs the sorted lists of changed documents. In this session, you learn the change feed, how it works, and how to use it to build more robust applications.

## Type
* 45/60/75-minute session
# Type
- 45/60/75-minute session

## Tags
* Architecture
* Azure
* Azure Cosmos DB
* Cosmos DB
* Data
* Event-Driven Architecture
* Microservices
- Architecture
- Azure
- Azure Cosmos DB
- Cosmos DB
- Data
- Event-Driven Architecture
- Microservices

## Learning Objectives
* Learn how the Azure Cosmos DB change feed works
* Learn how to build robust applications that can react to changes within the database
* See real-world examples of how to implement the most common use cases for the change feed
- Learn how the Azure Cosmos DB change feed works
- Learn how to build robust applications that can react to changes within the database
- See real-world examples of how to implement the most common use cases for the change feed

## Presentations

| Event | Location | Date | Time | Room | Downloads |
|-----------|:-----------:|-----------:|-----------:|-----------:|-----------:|
| [TechBash](https://techbash.com/) | Pocono Manor, PA | November 10, 2022 | 2:50 pm EST | Kilimanjaro 8 | [Slides](Presentations/ChChChChanges-Techbash.pdf) |
| [dev up 2022](https://www.devupconf.org/speakers/chad-green) | St. Charles, MO | June 8, 2022 | 8:30 am CDT | Insight | [Slides](Presentations/ChChChChanges-DevUp.pdf) |
| [Music City Tech](https://whova.com/embedded/speaker_session_detail/music_202109/1891041/) | Nashville, TN (Online) | September 17, 2021 | 1:00 pm CDT | N/A | Available Afterwards |
|-------|:--------:|-----:|-----:|-----:|----------:|
| [TechBash](https://techbash.com/) | Pocono Manor, PA | November 10, 2022 | 2:50 pm EST | Kilimanjaro 8 | [Slides](./EventMaterials/ChChChChanges-Techbash.pdf) |
| [dev up 2022](https://www.devupconf.org/speakers/chad-green) | St. Charles, MO | June 8, 2022 | 8:30 am CDT | Insight | [Slides](./EventMaterials/ChChChChanges-DevUp.pdf) |
| [Music City Tech](https://whova.com/embedded/speaker_session_detail/music_202109/1891041/) | Nashville, TN (Online) | September 17, 2021 | 1:00 pm CDT | N/A | Unavailable |
| [KCDC](https://www.kcdc.info/) | Kansas City, MO | September 16, 2021 | 2:30 pm CDT | 2209 | [Slides](https://chadgreen.blob.core.windows.net/slides/ChChChChanges-KCDC.pdf) |
| Hampton Roads .NET User Group | Hampton Roads, VA [Virtual] | October 13, 2020 | 6:00 pm EDT | [Twitch - 1KevGriff](https://twitch.tv/1kevgriff) | [Slides](https://chadgreen.blob.core.windows.net/slides/Ch-ch-ch-changes%20-%20Tracing%20Changes%20in%20Azure%20Cosmos%20DB%20-%20Hampton%20Roads%20Net%20User%20Group.pdf) |

## Resources
There are no additional resources for this presentation.

Email [[email protected]](mailto:[email protected]?subject=Presentation%20Request:%20Ch-ch-ch-changes) to have Chad present this session at your event.

0 comments on commit 759dca2

Please sign in to comment.