Ask HN: How do you manage event tracking at your workplace
1–10 of 21 posts
Re: Ask HN: How do you manage event tracking at your workplace
#2If you just need web server log processing, AWStats is free and pretty good: https://awstats.sourceforge.io/
Re: Ask HN: How do you manage event tracking at your workplace
#3Re: Ask HN: How do you manage event tracking at your workplace
#4Re: Ask HN: How do you manage event tracking at your workplace
#5Re: Ask HN: How do you manage event tracking at your workplace
#6We use https://snowplowanalytics.com/
Re: Ask HN: How do you manage event tracking at your workplace
#7We have millions of rows coming from unique users in realtime at $600/mo, with Segment this would at least be $5000/mo.
We then use Redash to prepare charts, tables, etc for analysis.
Re: Ask HN: How do you manage event tracking at your workplace
#8Re: Ask HN: How do you manage event tracking at your workplace
#9Logfiles.
Re: Ask HN: How do you manage event tracking at your workplace
#10The pros are:
* full SQL access to the data via BigQuery
* simple to set up (yes, you have to write custom code; but a basic implementation is on the order of a couple dozen of lines of code)
* we have full ownership of the data across the pipeline (better for user privacy than using another 3rd party)
Prior to this we used Google Analytics, but their paid solution is too expensive for us and their analytics/aggregation API (though quite powerful) samples a subset of the data which was not acceptable for some of our use cases.