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.

A Tiny Startup’s Plot to Beat Google at Big Data

79 pointsby hwang89over 11 years ago

10 comments

inconshreveableover 11 years ago
The thing that&#x27;s missing from this article (which is relevant to this crowd) is the incredible focus on simplicity of Keen&#x27;s API. Keen&#x27;s API for reporting metrics is the right one. Any Keen SDK has essentially one API call for reporting metrics:<p><pre><code> keen.add_event(&quot;collection_name&quot;, { &quot;arbitrary&quot;: &quot;dictionary properties&quot;, &quot;with_any_type&quot;: -11.23 }) </code></pre> For developers accustomed to instrumenting their applications with various metrics libraries, this is akin to finding the holy grail. Most APIs for metrics collection require you to decide up front what metrics you want, whether it is a time series or a count or a gauge or a ratio. And even after you&#x27;ve figured _that_ out, there is a combinatorial explosion of different metric collections you have to create for every combination of filters that interest you.<p>For the developer, Keen&#x27;s API is so powerful because it lets you defer almost all of your &quot;question-asking&quot; until later (which is when you want to think about it anyways because you can never predict up front all of the questions you want to ask about your data).<p>When I began to evaluate options for monitoring ngrok&#x27;s usage and performance, Keen struck me both for getting the abstraction right, and because I have watched company after company dump countless amounts of money and developer time into homegrown analytics systems that materialize either too late or far over budget.<p>Disclaimers:<p>- I am Keen customer for ngrok.com (<a href="https://ngrok.com/status" rel="nofollow">https:&#x2F;&#x2F;ngrok.com&#x2F;status</a>)<p>- Compelled by the power of their product, and the competence of their team, I now work for Keen.
评论 #7140726 未加载
评论 #7140550 未加载
评论 #7140661 未加载
noelwelshover 11 years ago
As inaccurate titles go, this is a exemplary one. Other than that, a nice if fluffy overview of Keen. The &quot;data&quot; space is getting incredibly complicated and it will be interesting to see who finds a profitable niche.
评论 #7140452 未加载
welderover 11 years ago
Why not a more automatic approach like <a href="http://heapanalytics.com" rel="nofollow">http:&#x2F;&#x2F;heapanalytics.com</a>? Their js snippet starts automatically collecting all click events, then I group and analyze events on their website.<p>How is this &quot;big data&quot; when I have to make backend code changes to manually add each event using keen&#x27;s api library? There&#x27;s no way I can get as many events adding them one-by-one.
评论 #7140461 未加载
评论 #7140413 未加载
dpiersover 11 years ago
Keen is one of those companies like GitHub, Heroku, or Mailchimp that makes it easier to focus on what I&#x27;m actually trying to do. Best of luck to them.
droneover 11 years ago
Keen has a great team, and some great ideas + technology. They were on it back at the Techstars Cloud program, and glad to see them getting some press these days. Kyle and Ryan are both wonderful to talk to about big data problems. Keep up the good work guys!
AznHisokaover 11 years ago
Beat Google at Big Data? OK, great sneaky way to put &quot;Beat Google at X&quot; in a headline.. too bad Google&#x27;s business isn&#x27;t primarily about providing tools in X (and if it is, it&#x27;s probably &lt; 0.01% of their focus&#x2F;revenue).
评论 #7143024 未加载
apandhiover 11 years ago
Keen seems awesome, except I have a high volume startup with no funding and no revenue right now. We&#x27;d blow past the 50k event&#x2F;month within the first few days for sure.<p>I really wish there was a more affordable way to do this. Though, I guess you get what you pay for.<p>It actually reminds me of Mixpanel. Both are too expensive for my liking :(
评论 #7141822 未加载
Jormundirover 11 years ago
.. tomorrow around 9am .. Google buys KeenIO for $900 million.
mariusz331over 11 years ago
The thing I like most about Keen IO is their team. They are very open and would help anyone who finds their way to their Hipchat room.
评论 #7143001 未加载
yungetherover 11 years ago
The Next Big Thing You Missed: A Tiny Startup’s Plot to Be Purchased by Google