Live data from Hacker News

Ask HN: Are you using SQLite and Litestream in production?

news.ycombinator.com

21–26 of 26 posts

Re: Ask HN: Are you using SQLite and Litestream in production?

#22
post #8
post #6

Earlier quoted context omitted.

I was about to explore sqlite/litestream but didn't because we have two services (cron and admin-web) that write to the database. Regular www-web services are read-only. We only have one instance of cron and admin-web. We could make sure they are always on the same host. So reading this made me happy. Do you have a blog/gist where I can find/steal some of your work?

I do not - however, I keep meaning to write up a generic version of our CDK code for sharing/reuse. I'll make a post here when I do.

Thank you

Re: Ask HN: Are you using SQLite and Litestream in production?

#23

I use sqlite with litestream through Pocketbase in production for around 2 years now on a site with 12,000 / month traffic. Works flawlessly and I haven't had to do anything to maintain it.

I recently discovered PocketBase (through HackerNews, no less..) and have fallen in love with its simplicity and ethos. I've been tinkering with it over the last week, but have yet to hear of someone using it in production. I'd love to hear more about your use case, and any other thoughts you can share when using PocketBase.

I use it to power a flutter mobile app and a web app. It's just so easy to extend and deploy that I can't think of using anything else.
Post reply on HN