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

https://github.com/aimenux/jsonblobprocessordemo

Stream json from azure blob storage to azure search storage
https://github.com/aimenux/jsonblobprocessordemo

azureblob azuresearch console-app netcore31 vs19

Last synced: 12 months ago
JSON representation

Stream json from azure blob storage to azure search storage

Awesome Lists containing this project

README

          

![.NET Core](https://github.com/aimenux/JsonBlobProcessorDemo/workflows/.NET%20Core/badge.svg)
# JsonBlobProcessorDemo
```
Stream json from azure blob storage to azure search storage
```

> I m streaming a json file from azure blob storage and saving its content into azure search storage. I m using multiple strategies :
>
>> **(1)** ChannelProcessor : based on channels (1 producer, 1 consumer)
>>
>> **(2)** ChannelExtensionsProcessor : based on channels extensions (1 producer, 1 consumer)

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