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.

EventHub – An open source event analytics platform

82 pointsby bobrenjc93almost 11 years ago

7 comments

alexatkeplaralmost 11 years ago
Cool! If I get a chance, I will take a look and see how easy it would be to plug this as a storage&#x2F;analytics option into the Snowplow Kinesis flow (<a href="https://github.com/snowplow/snowplow/tree/master/3-enrich/scala-kinesis-enrich" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;snowplow&#x2F;snowplow&#x2F;tree&#x2F;master&#x2F;3-enrich&#x2F;sc...</a>).
siliconc0walmost 11 years ago
This is good example of how to answer &#x27;big data&#x27; questions without big expensive distributed systems via the magic of lots of RAM and probabilistic data structures.
评论 #7797366 未加载
chengtaoalmost 11 years ago
if you are interested, there is also a separate blog post, <a href="http://www.codecademy.com/blog/143-eventhub-open-sourced-funnel-analysis-cohort-analysis-and-a-b-testing-tool" rel="nofollow">http:&#x2F;&#x2F;www.codecademy.com&#x2F;blog&#x2F;143-eventhub-open-sourced-fun...</a>, in which we talk about some high level architecture consideration
评论 #7798929 未加载
doomsporkalmost 11 years ago
Are you using this in Production now? I took a stab at something similar in Ruby (<a href="https://github.com/doomspork/Orwell" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;doomspork&#x2F;Orwell</a>) awhile ago, seeing this makes me want to dust it off and add new features. Thanks for sharing!
tommooralmost 11 years ago
This looks fantastic, kudos for open sourcing
MasterXenalmost 11 years ago
The UI looks to be heavily inspired by Mixpanel&#x27;s
评论 #7798314 未加载
shamsulbuddyalmost 11 years ago
can&#x27;t see d3 for the funnel&#x2F;cohort charts .. then what are you using for drawing the charts?