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
- Host: GitHub
- URL: https://github.com/aimenux/jsonblobprocessordemo
- Owner: aimenux
- License: mit
- Created: 2020-08-30T09:22:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-06-03T21:26:31.000Z (about 1 year ago)
- Last Synced: 2025-06-04T05:59:53.988Z (about 1 year ago)
- Topics: azureblob, azuresearch, console-app, netcore31, vs19
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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