EventHub – An open source event analytics platform
1–10 of 11 posts
Re: EventHub – An open source event analytics platform
#2Are you using this in Production now? I took a stab at something similar in Ruby (https://github.com/doomspork/Orwell) awhile ago, seeing this makes me want to dust it off and add new features. Thanks for sharing!
Re: EventHub – An open source event analytics platform
#3Cool! If I get a chance, I will take a look and see how easy it would be to plug this as a storage/analytics option into the Snowplow Kinesis flow (https://github.com/snowplow/snowplow/tree/master/3-enrich/sc...).
Re: EventHub – An open source event analytics platform
#4This is good example of how to answer 'big data' questions without big expensive distributed systems via the magic of lots of RAM and probabilistic data structures.
Re: EventHub – An open source event analytics platform
#5if you are interested, there is also a separate blog post, http://www.codecademy.com/blog/143-eventhub-open-sourced-fun..., in which we talk about some high level architecture consideration
Re: EventHub – An open source event analytics platform
#6This is good example of how to answer 'big data' questions without big expensive distributed systems via the magic of lots of RAM and probabilistic data structures.
great point and this is the exact rationale behind the architectural design
Re: EventHub – An open source event analytics platform
#7The UI looks to be heavily inspired by Mixpanel's
Re: EventHub – An open source event analytics platform
#8This looks fantastic, kudos for open sourcing
Re: EventHub – An open source event analytics platform
#9can't see d3 for the funnel/cohort charts .. then what are you using for drawing the charts?
Re: EventHub – An open source event analytics platform
#10The UI looks to be heavily inspired by Mixpanel's
One of the first things I noticed when I checked it out. Both MixPanel and Codecademy are YC so I wonder whether there was any communication around it.