Scaling SQLite-Based Comment Systems with Marmot, Isso, and Fly.io: Replication Conflicts, Latency, and Deployment Challenges
Integrating Marmot’s Replication with Isso’s SQLite Backend in Distributed Fly.io Environments Issue Overview The core challenge revolves around deploying Isso—a lightweight SQLite-based commenting system—on Fly.io’s horizontally scalable infrastructure while using Marmot to replicate SQLite databases across nodes. SQLite, by design, is a single-node embedded database lacking native horizontal scaling capabilities. Marmot addresses this by introducing…