Problem
In some apps the amount of space on the VPS might be insufficient to host the app.
Solution
We'd want a backend that would store most data in some massive cloud storage thing, and then have a local cache on the VPS that it pulls data into it. It would then transparent read and write between the cache and the cloud storage.
I'm using this issue to keep track of potential solutions for this.
Feel free to suggest others to research!
Problem
In some apps the amount of space on the VPS might be insufficient to host the app.
Solution
We'd want a backend that would store most data in some massive cloud storage thing, and then have a local cache on the VPS that it pulls data into it. It would then transparent read and write between the cache and the cloud storage.
I'm using this issue to keep track of potential solutions for this.
Feel free to suggest others to research!