A collection of classes for implementing the domain model and repository patterns with Azure Cosmos Db. These classes are built using the Azure Cosmos DB libraries for .NET and aim to simplify using hierarchical partition keys and to make sure that query operations are created to use those partition keys correctly.
Written by Benjamin Day
Pluralsight Author | Microsoft MVP | Scrum.org Professional Scrum Trainer
https://www.benday.com
https://www.slidespeaker.ai
[email protected]
YouTube: https://www.youtube.com/@_benday
Key features:
- Interfaces and base classes for implementing the repository pattern with CosmosDb
- Interfaces and base classes for implementing the domain model pattern with CosmosDb
- Help you to write LINQ queries against CosmosDb without having to worry whether you're using the right partition keys
- Support for configuring repositories for use in ASP.NET Core projects
- Support for hierarchical partition keys
- Logging of query performance and request units
- Detect and warn when you have cross-partition queries*
Got ideas for Azure DevOps utilities you'd like to see? Found a bug? Let us know by submitting an issue https://github.com/benday-inc/Benday.CosmosDb/issues. Want to contribute? Submit a pull request.