Index azure blob in real time

I have blob on Azure container. Through web crawling blob is downloading in container 24*7. I want to index in real time or near real time. Currently i am indexing using python API on daily basis. Please help me how i can index in real time.

Thanks.

Unless there's a change API in azure storage (I did not check), I think you should better do that in the application layer which is writing to azure blob store.

My 2 cents.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.