BryanWilhite / Songhay.Feeds

Collects Syndication feeds in JSON format for UI presentation.
MIT License
0 stars 0 forks source link

consider removing local filesystem IO dependency for serverless architecture #14

Open BryanWilhite opened 5 years ago

BryanWilhite commented 5 years ago

the activities defined in this repo depend on file IO: feeds are downloaded to the local file system; as of today in the cloud, this is the local file system of the Azure Webjob—the file system of the hosting Web App

this dependency on the local file system is not compatible with any known “serverless” solution; replacing local storage with cloud storage would make the activities defined in this repo compatible with current trends