Home / Companies / Fly.io / Blog / September 2023

September 2023 Summaries

2 posts from Fly.io

Filter
Month: Year:
Post Summaries Back to Blog
Fly.io introduces LiteFS Cloud, a managed backup solution for SQLite databases. The company discovered an unexpected use case for its distributed SQLite database tool, LiteFS - replacing the API layer between services with SQLite databases. This approach involves shipping the entire database to clients instead of designing an API, allowing them to use vanilla SQL queries and join data as needed. While this method has limitations such as read-only access and potential security concerns, it offers benefits like moving compute to the client and providing more flexibility in querying data. The future may see companies offering per-tenant SQLite databases for their customers to improve data accessibility and performance.
Sep 13, 2023 1,010 words in the original blog post.
Fly.io, a platform that deploys code into microVMs worldwide, has partnered with Sentry for error and performance monitoring. New deployments on Fly.io automatically get a Sentry project provisioned, while existing apps can grab theirs using the flyctl ext sentry create command. The partnership offers generous monthly quotas of error events, performance units, session replays, and attachment storage for one year. Integration with Sentry allows automatic notification of production errors, latency issues, and crashes as they occur in production.
Sep 12, 2023 496 words in the original blog post.