Marmot

Marmot replicates SQLite writes with eventual consistency by using NATS Jetstream. Replicating writes makes it easy to scale reads, which means more robust SQLite database setups for everyone!

🚀 Project of the day: Marmot

GitHub - maxpert/marmot: A distributed SQLite replicator built on top of NATS
A distributed SQLite replicator built on top of NATS - GitHub - maxpert/marmot: A distributed SQLite replicator built on top of NATS

SQLite is the most widely deployed database many people have never heard of. If you're using it you've probably felt the need to do some enhanced disaster recovery.

Marmot distributes SQLite database data (writes) with eventual consistency on top of NATS Jetstream (another awesome project). With Marmot you can more easily scale the reads on your SQLite database, and that means more robust SQLite deployments for all.

Marmot is actively developed, has over 500 ⭐s on Github, and is ready for your pull requests and contributions!