Hacker News new | ask | show | jobs
by raro11 881 days ago
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?

1 comments

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