Show HN: Serverless Analytics Built from Scratch
statsbotco.github.io
Show HN: Serverless Analytics Built from Scratch
1–10 of 50 posts
Re: Show HN: Serverless Analytics Built from Scratch
#2Re: Show HN: Serverless Analytics Built from Scratch
#3Re: Show HN: Serverless Analytics Built from Scratch
#4Interesting. I once built a ga clone using appengine, cloud dataflow, and big query. I guess that would count as serverless? Benchmarked it against the official dumps to big quey too and it was pretty spot on for every metric we could lookup!
Re: Show HN: Serverless Analytics Built from Scratch
#5I'd be curious to see a cost estimate for some traffic level. I wonder if there's a way to put the pixel in s3 and process the access logs more cheaply.
Re: Show HN: Serverless Analytics Built from Scratch
#6I'd be curious to see a cost estimate for some traffic level. I wonder if there's a way to put the pixel in s3 and process the access logs more cheaply.
Re: Show HN: Serverless Analytics Built from Scratch
#7I'd be curious to see a cost estimate for some traffic level. I wonder if there's a way to put the pixel in s3 and process the access logs more cheaply.
I don't understand what's cubejs doing in this app?
Once data is inside athena, it's matter of querying it right.
Re: Show HN: Serverless Analytics Built from Scratch
#8Interesting. I once built a ga clone using appengine, cloud dataflow, and big query. I guess that would count as serverless? Benchmarked it against the official dumps to big quey too and it was pretty spot on for every metric we could lookup!
Google Analytics is much faster, responds in a few hundreads milliseconds.
What did you use dataflow for? How did you get data from end points and insert them into bigquery? Using streaming inserts?
Re: Show HN: Serverless Analytics Built from Scratch
#9I'd be curious to see a cost estimate for some traffic level. I wonder if there's a way to put the pixel in s3 and process the access logs more cheaply.
I’ve seen folks put their pixel endpoint behind Fastly and process the access log delivered in S3. A Fastly VCL can handle the same transform that this Lambda is doing.