Live data from Hacker News

Show HN: An open-source, privacy-friendly Google Analytics and GTM alternative

github.com

1–10 of 14 posts

Re: Show HN: An open-source, privacy-friendly Google Analytics and GTM alternative

#3

How does this compare to Matomo ?

They have a write-up that compares their project to Matomo. [0]

You can find comparisons with SimpleAnalytics, Fathom, and Plausible on their website as well.

[0] https://scale8.com/vs-matomo/

Re: Show HN: An open-source, privacy-friendly Google Analytics and GTM alternative

#5
post #3

How does this compare to Matomo ?

They have a write-up that compares their project to Matomo. [0] You can find comparisons with SimpleAnalytics, Fathom, and Plausible on their website as well. [0] https://scale8.com/vs-matomo/

Thank you for posting that :)

Re: Show HN: An open-source, privacy-friendly Google Analytics and GTM alternative

#6
post #4

What is the requirements for selfhosting it? Matomo is pretty lightweight on my system.

Thanks for your comment @drudoo.

We have it all available to run via docker-compose. There is a nice one liner to spin it up and have a look. There is also commercial version should you not want to manage the infrastructure yourself.

That being said... we will be releasing multiple cloud setups via Terraform for the self hosted version. We had a call with Clickhouse Cloud yesterday and that is set for a release in September - we'll aim to align with that and shortly after provide a full IAC setup.

Re: Show HN: An open-source, privacy-friendly Google Analytics and GTM alternative

#7
post #6
post #4

What is the requirements for selfhosting it? Matomo is pretty lightweight on my system.

Thanks for your comment @drudoo. We have it all available to run via docker-compose. There is a nice one liner to spin it up and have a look. There is also commercial version should you not want to manage the infrastructure yourself. That being said... we will be releasing multiple cloud setups via Terraform for the self hosted version. We had a call with Clickhouse Cloud yesterday and that is set for a release in Se…

I saw the compose file but I’m wondering if I need multiple cores and a lot of ram? Can I just host it on my raspberry pi or I need to spin up a x86 server?

Re: Show HN: An open-source, privacy-friendly Google Analytics and GTM alternative

#8
post #7
post #6

Earlier quoted context omitted.

Thanks for your comment @drudoo. We have it all available to run via docker-compose. There is a nice one liner to spin it up and have a look. There is also commercial version should you not want to manage the infrastructure yourself. That being said... we will be releasing multiple cloud setups via Terraform for the self hosted version. We had a call with Clickhouse Cloud yesterday and that is set for a release in Se…

I saw the compose file but I’m wondering if I need multiple cores and a lot of ram? Can I just host it on my raspberry pi or I need to spin up a x86 server?

I'd suggest a minimum of 2GB ram. The data collection is done via Java (Micronaut project). While it can cope with thousands of requests per second quite happily on a single instance, it does require a bit of ram.

Re: Show HN: An open-source, privacy-friendly Google Analytics and GTM alternative

#10
post #9

Cool, hoping to get scale8’s feedback: Are you optimizing write & read processing from BigQuery? Is there middleware (eg materialized views, pubsub, cloud funcs?) Don’t need these?

Hey @ramoz, great question. Materialized views have quite a few limitations. We have explored a few solutions using them.

https://cloud.google.com/bigquery/docs/materialized-views-in...

We might still introduce them in a future release to optimise a few queries.

Two years ago we started with Clickhouse - we also built the aggregation pipelines around this. For data ingest we have a variety of different solutions, but at present stream to BigQuery for simplicity rather than anything else.

We will be bringing Clickhouse back soon (we are speaking to them at the moment!) as we try and find a way that would enable those wishing to self-host to have a simple and scalable setup.

Our goal is to support the self-hosed version as we believe that will help the community thrive.

Post reply on HN