An open API service indexing awesome lists of open source software.

https://github.com/tpeczek/demo.aspnetcore.changefeed

Sample application showing how to expose various databases changefeed from ASP.NET Core
https://github.com/tpeczek/demo.aspnetcore.changefeed

asp-net-core changefeed cosmosdb mongodb rethinkdb

Last synced: about 2 months ago
JSON representation

Sample application showing how to expose various databases changefeed from ASP.NET Core

Awesome Lists containing this project

README

          

# Demo.AspNetCore.Changefeed

Sample application showing how to expose various databases changefeed from ASP.NET Core:

- [Exposing RethinkDB changefeed from ASP.NET Core](https://www.tpeczek.com/2018/05/exposing-rethinkdb-changefeed-from.html)
- [Exposing Cosmos DB change feed (first consumption model) from ASP.NET Core](https://www.tpeczek.com/2018/08/exposing-cosmos-db-change-feed-from.html)
- [Exposing Cosmos DB change feed (second consumption model) from ASP.NET Core](https://www.tpeczek.com/2020/01/exposing-cosmos-db-change-feed-from.html)
- [Exposing Cosmos DB change feed (third consumption model) from ASP.NET Core](https://www.tpeczek.com/2023/10/revisiting-various-change-feeds.html)
- [Exposing MongoDB change feed from ASP.NET Core](https://www.tpeczek.com/2023/10/revisiting-various-change-feeds.html)
- [Exposing Azure Blob Storage change feed from ASP.NET Core](https://www.tpeczek.com/2023/10/revisiting-various-change-feeds.html)
- Exposing Amazon DynamoDB Streams from ASP.NET Core
- Exposing Azure SQL change tracking from ASP.NET Core

## Consulting and Professional Services

Do you need help with any of my libraries, or with building features on top of what they provide? What about ASP.NET Core architecture, Azure architecture, or DevOps? I offer consulting and development services.

[![Book an Appointment](https://img.shields.io/badge/%20-Book%20an%20Appointment-%23006BFF?logo=calendly&logoColor=white&style=for-the-badge)](https://calendly.com/tpeczek/30min)
[![Send an Email](https://img.shields.io/badge/%20-Send%20an%20email-%23EA4335?logo=gmail&logoColor=white&style=for-the-badge)](mailto:tpeczek@gmail.com)

## Donating

My blog and open source projects are result of my passion for software development, but they require a fair amount of my personal time. If you got value from any of the content I create, then I would appreciate your support by [sponsoring me](https://github.com/sponsors/tpeczek) (either monthly or one-time).

## Copyright and License

Copyright © 2018 - 2025 Tomasz Pęczek

Licensed under the [MIT License](https://github.com/tpeczek/Demo.AspNetCore.Changefeed/blob/master/LICENSE.md)