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
- Host: GitHub
- URL: https://github.com/aimenux/cosmosdbsdkdemo
- Owner: aimenux
- Created: 2020-03-27T21:41:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T10:11:45.000Z (about 6 years ago)
- Last Synced: 2025-02-27T01:54:33.645Z (over 1 year ago)
- Topics: bullseye, console-app, cosmosdb, netcore3, vs19
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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