Introduction
HitKeep bridges the gap between simple log analyzers (like GoAccess) and enterprise analytics (like Umami/Plausible).

Most self-hosted analytics tools require you to manage a complex stack: a database server, a caching layer, a reverse proxy, and the application server.
HitKeep is different.
The “Single Binary” Philosophy
Section titled “The “Single Binary” Philosophy”We believe self-hosting should be as simple as running a single command.
- Ingestion: Requests hit the Go HTTP server.
- Buffering: Events are published to an embedded NSQ topic in memory. This decouples the API from the database write speed.
- Storage: An internal consumer writes to embedded DuckDB, a high-performance OLAP database.
Everything is compiled into one file.
Next Steps
Section titled “Next Steps”About the Author
Section titled “About the Author”HitKeep is built and maintained by Pascale Beier.
- Website: pascalebeier.de
- Email: mail@pascalebeier.de
Feel free to reach out for consulting, support, or just to say hi!