Projects
A selection of things currently in maintenance mode. Most are public on GitHub.
qpipe
A small streaming data pipeline in Go. Reads from a source, applies a set of declarative transformations, writes to one or more sinks. Used in production for log and metrics routing. About 4000 lines of code, single static binary, no runtime dependencies.
indexd
An incremental inverted index for small corpora (up to a few million documents). Designed for hobbyist search engines and personal archives. No external service dependencies.
tinyback
A collection of backup scripts for self-hosted infrastructure. Borg-based, with a thin orchestration layer for multi-host setups. Not actively developed, but stable.
Notes
None of these are customer-facing. There is no support channel. If you find a bug, please open an issue on the respective repository.