/JsonBlobProcessorDemo

Stream json from azure blob storage to azure search storage

Primary LanguageC#

.NET Core

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