Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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