Skip to content

Stream json from azure blob storage to azure search storage

Notifications You must be signed in to change notification settings

aimenux/JsonBlobProcessorDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.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

About

Stream json from azure blob storage to azure search storage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages