Traverse the Cosmos and all the data it has to offer with an out of the box .NET Core library build on Microsoft Cosmos DB SDK for standard API querying.
-
Out Of The Box Querying: The library was designed as an extensible Web API Query interface for Cosmos DB, meaning a ready to go query language that is converted from supported LINQ-To-SQL apis.
-
Extensibility:
-
Fine Grain Security: Implement field level security by defining roles & policies and associate them to your Cosmos C# Model
Clone the repository and get started running API queries locally via Azure Functions and Azure Cosmos DB Emulator. See the simplicity of creating
Before getting started the following requirements listed below will be needed
- Visual Studio Code or Visual Studios 2019 or above (2022 is coming!)
- Azure Functions Core Tools
- Postman
Due to some limitations of Microsoft Cosmos DB SDK and universal API standards, some functionality was either left out or could not be added.
This functionality was left out purposefully