Hacker News new | ask | show | jobs
by th0th 1139 days ago
Hey folks,

I built the free and open source, privacy-first PoeticMetric Analytics. It has both SaaS and self-hosted options. Source code is available on https://github.com/th0th/poeticmetric.

Its stack includes; PostgreSQL for the single source of truth database, ClickHouse for time series data, RabbitMQ as the task queue, and Golang for the backend. On the frontend, I use React (Next.js, typescript and bootstrap) for a modern user experience.

No personal data is collected. And it doesn’t use any persistence stuff like cookies, local storage, etc.

I would love to hear your thoughts and feedback. Cheers!