Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free. Learn more →
Poeticmetric Alternatives
Similar projects and alternatives to poeticmetric based on common topics and language
-
Plausible Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
-
Umami
Umami is a simple, fast, privacy-focused alternative to Google Analytics.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Countly
Countly is a product analytics platform that helps teams track, analyze and act-on their user actions and behaviour on mobile, web and desktop applications.
-
-
mysqlconfigurer
Releem is a simple MySQL tuning tool to improve database performance and reduce servers costs.
-
swetrix-js
Ultimate, privacy-focused and feature-rich alternative to Google Analytics; Swetrix JavaScript tracking client.
-
archive_privera
Use the tools you know. Respect users' privacy. Forget cookie consents. Comply with GDPR, ePrivacy, COPPA, CalOPPA, PECR, PIPEDA, CASL; you name it.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
poeticmetric reviews and mentions
-
What SaaS are you working on?
The free and open source, privacy-first website analytics! https://www.poeticmetric.com
-
Show HN: Free as in freedom, privacy-first Google Analytics alternative
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!
-
Free as in freedom, open source Google Analytics alternative written in Go
And in case you want use the managed version, it is also available on https://www.poeticmetric.com by monthly or yearly subscriptions.
For the data collection, backend serves a javascript to be included on the site (see https://github.com/th0th/poeticmetric/blob/main/backend/pkg/restapi/root/tracker.go). The flow goes like this: javascript tracker -> rest-api -> rabbitmq -> worker -> clickhouse.
I published the beta version of PoeticMetric, a privacy-first Google Analytics alternative, backend of which is written fully in Go. It mainly uses fiber and gorm. It is on https://github.com/th0th/poeticmetric. I would love to hear your thoughts on it 🙏
-
I built an open source Google Analytics alternative (free as in freedom and privacy-first, too!)
tl;dr: https://github.com/th0th/poeticmetric, please let me know what you think about it 💐
-
A note from our sponsor - Mergify
blog.mergify.com | 24 Sep 2023
Stats
th0th/poeticmetric is an open source project licensed under GNU Affero General Public License v3.0 which is an OSI approved license.
poeticmetric is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of poeticmetric is Go.