Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 528 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 528 Bytes

.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