Live data from Hacker News

Show HN: Shelver, document store using cloud storage providers

github.com

1–3 of 3 posts

Re: Show HN: Shelver, document store using cloud storage providers

#2
When using ephemeral cloud servers (Cloud Run, Lambda functions, etc), I often find myself wanting a quick and easy database to persist data. I've found cloud storage to be the best place for this but wanted a unified API between providers. I also wanted to be able to build an object on the server before persisting to the storage provider, so I came up with this approach.

What other approaches are people using for this problem?