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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Map Reduce implemented over HTTP

70 点作者 bdotdub将近 17 年前

5 条评论

mojuba将近 17 年前
I'm glad to see this is not a SOAP opera and has no XML b.s. of any kind in it. In fact you can see one YAML file in the sources.<p>Jeff Atwood knew something probably... <a href="http://www.codinghorror.com/blog/archives/001114.html" rel="nofollow">http://www.codinghorror.com/blog/archives/001114.html</a>
评论 #235921 未加载
评论 #235977 未加载
st3fan将近 17 年前
I've been playing with GridGain lately. It's Java, but their API is really sweet. You basically implement a simple interface that defines the map/reduce operations and then your code will be copied to the cluster nodes through a peer-to-peer classloader.<p>In a recent test I validated a million image urls in less than a minute. In a small EC2 cluster running GridGain.<p>It's certainly worth looking into if you are interested in that kind of stuff.<p><a href="http://www.gridgain.org" rel="nofollow">http://www.gridgain.org</a>
icey将近 17 年前
It's a shame there are no comments to this yet. If you're relatively new to programming (say, a college student), this is a really cool chunk of code to copy into notepad and figure out.<p>It really shows you how a tiny amount of code can do some pretty cool stuff.
评论 #235263 未加载
评论 #235243 未加载
ntoshev将近 17 年前
Built for Google App Engine? I think it will kill your request if handling it takes more than 8 seconds. Not useful yet.
评论 #235731 未加载
omouse将近 17 年前
Doesn't CouchDB already do this in some way?