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

https://github.com/aimenux/cosmosdbsdkdemo

Using multiple sdks to make crud operations in Azure Cosmos Db
https://github.com/aimenux/cosmosdbsdkdemo

bullseye console-app cosmosdb netcore3 vs19

Last synced: 5 days ago
JSON representation

Using multiple sdks to make crud operations in Azure Cosmos Db

Awesome Lists containing this project

README

          

![.NET Core](https://github.com/aimenux/CosmosDbSdkDemo/workflows/.NET%20Core/badge.svg)
# CosmosDbSdkDemo
```
Playing with multiple sdk in order to make CRUD operations in Azure Cosmos DB
```

> #### I m using bullseye targets in order to run in the order :
>>
>> - Create database/collection
>> - Insert documents
>> - Query documents
>> - Delete documents
>> - Drop database/collection
>>
> #### I m using multiple sdks :
>>
>> - `LibSdk2` based on [Azure cosmos db sdk 2](https://github.com/Azure/azure-cosmos-dotnet-v2)
>> - `LibSdk3` based on [Azure cosmos db sdk 3](https://github.com/Azure/azure-cosmos-dotnet-v3)

**`Tools`** : vs19, net core 3.1