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
- Host: GitHub
- URL: https://github.com/tpeczek/demo.aspnetcore.changefeed
- Owner: tpeczek
- License: mit
- Created: 2018-05-14T19:43:02.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T10:38:53.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:19:51.369Z (over 1 year ago)
- Topics: asp-net-core, changefeed, cosmosdb, mongodb, rethinkdb
- Language: C#
- Homepage:
- Size: 87.9 KB
- Stars: 19
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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.
[](https://calendly.com/tpeczek/30min)
[](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)