TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Analytics on the Cheap

78 pointsby ksriabout 10 years ago

5 comments

tszmingabout 10 years ago
Be sure to check out <a href="https://github.com/snowplow/snowplow" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;snowplow&#x2F;snowplow</a> before rolling out your own custom analytics solution..
评论 #9250331 未加载
nissimkabout 10 years ago
Very interesting. You say &quot;Within an hour or so each GET shows up in the logs for the S3 bucket wherever we’re sending the logs for our S3 example.bucket.&quot; Is this frequency configurable? I also see at the link below that the logs are best effort and they may drop messages. How is this for you in practice?<p><a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/ServerLogs.html" rel="nofollow">http:&#x2F;&#x2F;docs.aws.amazon.com&#x2F;AmazonS3&#x2F;latest&#x2F;dev&#x2F;ServerLogs.ht...</a>
评论 #9251255 未加载
socialist_coderabout 10 years ago
That&#x27;s really cool. You&#x27;re saving money in 2 places:<p>1) not paying for SQS, Kinesis, or some other kind of queue to store the events.<p>2) not paying for a backend queue processor job to read the events from the queue and write them to S3&#x2F;Redshift.<p>You still need a backend processor to do the Redshift copy commands, but this is much lighter weight and you&#x27;d never need to scale this process.<p>You&#x27;d also be paying some additional money for the S3 logging but probably pretty minimal.<p>Very cool!
cedricthecrowabout 10 years ago
Kinesis is not hosted Kafka in the way that ElasticCache is hosted Redis. It was developed internally within Amazon.
评论 #9250340 未加载
评论 #9250581 未加载
0x74696dabout 10 years ago
Author here. Happy to answer any questions.
评论 #9250223 未加载
评论 #9250260 未加载