TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

79 点作者 hwang89超过 11 年前

10 条评论

inconshreveable超过 11 年前
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 未加载
noelwelsh超过 11 年前
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 未加载
welder超过 11 年前
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 未加载
dpiers超过 11 年前
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.
drone超过 11 年前
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!
AznHisoka超过 11 年前
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 未加载
apandhi超过 11 年前
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 未加载
Jormundir超过 11 年前
.. tomorrow around 9am .. Google buys KeenIO for $900 million.
mariusz331超过 11 年前
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 未加载
yungether超过 11 年前
The Next Big Thing You Missed: A Tiny Startup’s Plot to Be Purchased by Google