DEV Community

Introduction to Cloud Storage for Developers

Jeremy Likness ⚡️ on December 12, 2018

Most developers immediately think of databases as the solution when presented with the challenge of where to store application data. Relational (SQ...
Collapse
 
darkain profile image
Vincent Milum Jr

Something to keep in mind, all of those 9s for reliability are inaccurate. Earlier this year, there was a hiccup with an account on one of these cloud providers, the account was turned off, so it meant 100 precent down because the account was wrongfully and simply "turned off" - account security is now the #1 threat to resilience. I'd personally recommend having data stored across multiple cloud providers and using tech that result shifts between them. Besides this specific incident, each of the cloud providers have had their fair share of significant outages in general, so while data isn't "lost", down time is still down time, no new data is arriving, which can be seen as a different form of data loss.

Collapse
 
zeerorg profile image
Rishabh Gupta

Azure storage is one of the best services for great cost. This is an article from developer of haveibeenpwned which got me really into azure functions and storage.