[Pharo-users] Re: Easiest light weight cloud/web persistence for Pharo?

2020-10-05 Thread Pierce Ng
On Mon, Oct 05, 2020 at 11:23:25PM +0100, Tim Mackinnon wrote: > I know there is Sven’s P3 - but I’m not sure I’m ready to run and > maintain a SQL database for a simple application, but could be > persuaded it its simple to setup with little maintenance. Would mongo > be a suggestion - is that eas

[Pharo-users] Re: Easiest light weight cloud/web persistence for Pharo?

2020-10-05 Thread Gabriel Cotelli
Maybe you can use SQlite3 in a persistent volume? On Mon, Oct 5, 2020, 19:23 Tim Mackinnon wrote: > Hi everyone - I’m wondering what is the recommended way to save some > simple user data for a Pharo application I would like to run on the cloud > (probably initially digital ocean, but could be A

[Pharo-users] Easiest light weight cloud/web persistence for Pharo?

2020-10-05 Thread Tim Mackinnon
Hi everyone - I’m wondering what is the recommended way to save some simple user data for a Pharo application I would like to run on the cloud (probably initially digital ocean, but could be AWS if it came to it). Initially I thought I might try and run my little app in Digital ocean (I followe