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 at GitHub

125 pointsby janerikabout 11 years ago

6 comments

phungeabout 11 years ago
Jay Kreps speaks the truth. His talk "Building LinkedIn's Real-time Data Pipeline" is along the same lines as the Log blogpost mentioned here and is also extremely informative.
fuziontechabout 11 years ago
Fantastic read. Concise and solid decision explanations. Thanks for writing!<p>Was there any other reason you chose kestrel over alternatives like kafka? Did you test any others, or where you just that satisfied with kestrel?
评论 #7294324 未加载
khaledhabout 11 years ago
Very good article. It aligns with our envisioned architecture for our next-gen analytics platform.<p>So far our decision is to keep the raw events in Cassandra, and pre-aggregate most data for fast reads. Just wondering about your decision to not store raw events in Cassandra, and use raw files for that, and using Cassandra only for storing Hadoop analysis results. Do you think this decision may affect you later if you ever decide to support real-time analytics?
nicklovescodeabout 11 years ago
As an aside, do you have any info on the visual software used to run the charts? I&#x27;m guessing d3 is there somewhere., but maybe not. I&#x27;ve struggled to find a beautiful charting library and yours are beautiful!
评论 #7295542 未加载
nickstinematesabout 11 years ago
&gt; For any business, the process of collecting data, measuring performance, making changes, and reviewing if those changes were successful is really important.<p>This applies for any sort of goal&#x2F;process&#x2F;?, whether programmatic or personal.<p>Very cool story, I&#x27;m looking forward to additional features. We pull a <i>lot</i> of data about Docker from GitHub that could be more readily available. We&#x27;d be more than happy to discuss or beta any new features, if you&#x27;re interested.
alexatkeplarabout 11 years ago
Nice to see lots of parallels to how we have architected things at Snowplow (trackers -&gt; collectors -&gt; enrich -&gt; storage -&gt; analytics)