pantheon-systems / wordpress-at-scale

Gathering best practices from the community to help developers and site owners find success in scaling WordPress.
https://www.scalewp.io
Other
197 stars 38 forks source link

Cloud storage solutions #29

Open swalkinshaw opened 8 years ago

swalkinshaw commented 8 years ago

For shared media only networked file storage solutions are listed. From what I've seen lately, simple object stores like Amazon S3 and Google Cloud Storage seem to be more popular. They have the downside of requiring a plugin though but less overhead in other ways.

I'd be happy to add a mention for these.

joshkoenig commented 8 years ago

I'd be down to include this. However I think if we do that we need to add the caveat that they may prove incompatible with other plugins or functions.

The challenge of using an object store is that it falls apart if you have any code anywhere which naively assumes a "normal looking" local filesystem (spoiler alert: this is all over the place). Either stuff breaks outright, or you start getting inconsistent state across your application instances.

techieshark commented 5 years ago

Perhaps something like this would help https://cloud.google.com/storage/docs/gcs-fuse

Also these plugins supports storage via Google Cloud: