Why I Built Litestream
litestream.io
Why I Built Litestream
1–10 of 178 posts
Re: Why I Built Litestream
#2My bet is on a single document server, and I'm writing a programming language for board games : http://www.adama-lang.org/docs/what-the-living-document
While I do see a future of the concepts I espouse as I'm making the language feel like an excel-reactive environment, my focus is on having fun. This year looks to be a slow year for the language as I built up some UIs for games.
Litestreem looks very interesting because it may be the missing piece where I could leverage it to get durability of a single database.
Re: Why I Built Litestream
#3I'm appreciating this because I'm seeing the value of single process and single machine workflows. And this is after spending a decade on massive scale distributed systems, so I know that 98% of all people don't need scale. My bet is on a single document server, and I'm writing a programming language for board games : http://www.adama-lang.org/docs/what-the-living-document While I do see a future of the concepts I es…
Let me know if you end up giving Litestream a try and how it works for you. I'm really working to make the developer experience as easy as possible and I'd love to hear feedback.
Re: Why I Built Litestream
#4Having dealt with complicated db replication this sounds like a good fresh idea.
Re: Why I Built Litestream
#5Re: Why I Built Litestream
#6Re: Why I Built Litestream
#7Re: Why I Built Litestream
#8I'm currently working on implementing a set of data structures (and more things later) on top of SQLite (https://github.com/litements/) for some of the same reasons you mention in the article.
I probably don't even have 1/10 of your experience, but your work is really motivating me to keep working on it, thanks!
Re: Why I Built Litestream
#9To be fair, these features of k8s are nice to have. Is there a similar tool for running single node (i.e. ec2) instances that offers zero-downtime deploys? One way you could do it is run a EKS cluster with a single ec2 node running your single-node setup. You could get the benefits of k8s while still running the simple single-node arch
Re: Why I Built Litestream
#10Best of luck.