We have data migration plans in work but it doesn’t appear that a plausible migration is possible
- 1 Post
- 15 Comments
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish2·5 months ago
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish31·5 months agoNext.js, TailwindCSS, shadcn. the usual stuff
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish4·5 months agoit’s “ribbit”
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish6·5 months agoI think he’s referring to https://en.wikipedia.org/wiki/AWStats
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish4·5 months agofrom what i know, awstats gets analytics from server-side logs while Rybbit uses a client side script. So not really and apples to apples comparison
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish21·5 months agoEverything is in the repo and cloud features are just toggled off in the self-hosted build.
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish9·5 months agoClickhouse definitely takes a lot of resources! There’s unfortunately no way around that, though in my experience it runs fine on the cheapest Hetzner instances which are like $3-4 a month for 2GB of RAM. How lightweight is your VPS?
And yea, you don’t need clickhouse for a simple static site. I chose clickhouse because it Postgres or MySQL does not scale well since the main site I personally use Rybbit for sends around 20 million events a month.
It pains me to plug my competitors, but check out Umami or Goatcounter if you want a platform that uses postgres.
Goldflag@lemmy.worldto Selfhosted@lemmy.world•Safebox: Open-source framework for managing self-hosted apps (Beta)English2·5 months agoI gotta say nice job on the website. Very tastefully done
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish183·5 months agoOnly very slightly so. One of the reasons I created Rybbit is because platforms like plausible and fathom have much inferior self-hosted versions (very limited featureset and basically never updated). We have a comparison here
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish171·5 months agoit didn’t have enough features, especially since the community version is heavily nerfed (it’s missing even funnels)
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish8·5 months agoPosthog makes it almost impossible to actually self-host since they try to push you onto the cloud as much as possible. They say that the self-hosted version only works well up until 100k events … which is insane since their cloud free tier is 1 million events. It’s actually the reason why I built Rybbit. I tried to self-host posthog on my server but it ran it up to 100% CPU on 8 cores and didn’t even work.
Ok posthog rant done.
The other main difference is that Posthog has like 10+ different products all in one. Their web analytics is good, but it’s just kind of bland (imo) because it’s not their main focus.
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish7·5 months ago🐸
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish30·5 months agoYea, we use a client-side script like almost everyone else. The major difference is that we don’t use cookies so you can avoid a lot of the cookie banner/GDPR nonsense.
Rybbit definitely isn’t the first open source cookieless web analytics platform (Plausible and Umami are the two other big ones), but it’s probably the most “all-in-one” of all these alternatives.
Goldflag@lemmy.worldOPto Selfhosted@lemmy.world•Rybbit - Open source Google Analytics replacementEnglish77·5 months agoA few more screenshots in case you don’t want to leave the site
as opposed to plausible community edition which is even more limited and is only updated a couple times a year?