Bugsink Blog: Architecture
Looking for everything? Visit the main blog overview.
Single-writer Database Architecture
Bugsink handles millions of events with a simple, predictable
transaction model — built around SQLite and a single writer...
March 24, 2025 by Klaas van Schelven
Django Deployment, Simplified
Bugsink, our error tracking tool, is offered exclusively as a self-hosted piece of software. In a world dominated by
SaaS solutions, this raises a critical two-part question: can we still persuade people to install their own software at…
August 30, 2024 by Klaas van Schelven
Snappea: A Simple Task Queue for Python
Since Bugsink is only available self-hosted (we don't host it for you), we are obsessed with making installation as easy
as possible. In an earlier article, we talked about how we do this by removing as many moving parts as possible. In this…
September 3, 2024 by Klaas van Schelven
Multi-process Docker Images
In the world of modern software deployment, Docker has become a de facto standard. Its ability to create isolated,
consistent environments has made it indispensable for developers and operations teams alike. However, running multiple…
August 29, 2024 by Klaas van Schelven
