Hacker News new | ask | show | jobs
by captn3m0 921 days ago
I’ve been looking to add some analytics to the endoflife.date API (JS obviously doesn’t work) and my no-JS options are:

1. Netlify analytics, which I’ve tried in the past and found under-powered

2. CloudFlare analytics (yes, there’s a No-JS variant in the Pro plan)

3. get your raw access logs from your host, and throw them at GoAccess/…. BunnyCDN seemed like the simplest provider for this with access to raw logs in the standard tier. Both CloudFlare and Netlify restrict this to the Enterprise tier.

1 comments

Maybe Pirsch is an option for your use case?

https://docs.pirsch.io/get-started/backend-integration

Static-site hosted on netlify, so no. We could trigger a netlify function on every request, but that wouldn't scale.