Ecosyste.ms: Awesome
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: 18 days 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 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T10:38:53.000Z (8 months ago)
- Last Synced: 2024-05-02T01:19:51.369Z (8 months 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 from ASP.NET Core](https://www.tpeczek.com/2018/08/exposing-cosmos-db-change-feed-from.html)
- [Exposing Cosmos DB change feed from ASP.NET Core - Revisited](https://www.tpeczek.com/2020/01/exposing-cosmos-db-change-feed-from.html)
- [Revisiting Various Change Feeds Consumption in .NET](https://www.tpeczek.com/2023/10/revisiting-various-change-feeds.html)## 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 - 2024 Tomasz Pęczek
Licensed under the [MIT License](https://github.com/tpeczek/Demo.AspNetCore.Changefeed/blob/master/LICENSE.md)