Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suddenelfilio/zakuthambo
Zakuthambo is a Repository pattern library for Microsoft Azure Cosmos DB
https://github.com/suddenelfilio/zakuthambo
Last synced: about 2 months ago
JSON representation
Zakuthambo is a Repository pattern library for Microsoft Azure Cosmos DB
- Host: GitHub
- URL: https://github.com/suddenelfilio/zakuthambo
- Owner: suddenelfilio
- License: mit
- Created: 2018-12-22T09:39:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T05:42:59.000Z (over 3 years ago)
- Last Synced: 2024-12-08T12:42:19.022Z (about 2 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE
Awesome Lists containing this project
README
# Zakuthambo ![Build Status](https://visuasoft.visualstudio.com/Zakuthambo/_apis/build/status/suddenelfilio.Zakuthambo?branchName=master)
> Zakuthambo - Chichewa for Cosmos
Zakuthambo is a Repository pattern library for Microsoft Azure Cosmos DB. Zakuthambo currently only supports the [SQL Api](https://docs.microsoft.com/en-us/azure/cosmos-db/sql-api-sdk-dotnet-core).
It uses the [version 3.0+](https://www.nuget.org/packages/Microsoft.Azure.Cosmos) of the Azure Cosmos DB .NET SDK, which targets [.NET Standard 2.0](https://docs.microsoft.com/dotnet/standard/net-standard).
**This project was inspired by the sample code on [Github](https://github.com/siddharth-pandey/Azure-Cosmos-DBPlay-Area/blob/master/AzureCosmosPlayAreaDocumentDb/Persistence/DocumentDbRepository.cs) for an article [How to create a CRUD application using Azure Cosmos DocumentDB?](http://www.siddharthpandey.net/create-crud-application-using-azure-cosmos-documentdb/) of [Siddharth Pandey](https://twitter.com/SiddharthP28)**
## Installation
Install the [Zakuthambo NuGet Package](https://www.nuget.org/packages/Zakuthambo) ![Nuget](https://visuasoft.vsrm.visualstudio.com/_apis/public/Release/badge/766251fc-2dd5-496b-8f24-87a9843f9118/1/1)
### Package Manager Console
```
Install-Package Zakuthambo
```### .NET Core CLI
```
dotnet add package Zakuthambo
```## Usage
## Examples