Latest Tech News

Stay updated with the latest in technology, AI, cybersecurity, and more

Filtered by: rqlite Clear Filter

My development team costs $41.73 a month

My development team costs $41.73 a month Two years ago, I appeared on Contributor, a podcast hosted by Eric Anderson of Scale Venture Partners. I was there to talk about rqlite, the open-source database I maintain. Our conversation ended with this thought from me: I think the economics of software are about to change enormously with what we’re seeing from LLMs. I think we have no idea what’s coming…there has been a profound shift in how software is going to be developed over the next five yea

Consistency over Availability: How rqlite Handles the CAP theorem

Consistency Over Availability: How rqlite Handles the CAP Theorem rqlite is a lightweight, user-friendly, open-source, distributed relational database. It’s written in Go and uses SQLite as its storage engine. When it comes to distributed systems the CAP theorem is an essential concept. It states that it’s impossible for a distributed database to simultaneously provide Consistency, Availability, and Partition tolerance. The challenge is in the face of a network partition, a database can only b