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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Yahoo Open Sources S4 Real-Time MapReduce Framework

42 点作者 atarashi超过 14 年前

5 条评论

rektide超过 14 年前
the entire point was that it's not mapreduce, it's a stream processing system. try <a href="http://wiki.s4.io/Manual/S4Overview#toc1" rel="nofollow">http://wiki.s4.io/Manual/S4Overview#toc1</a> for a "<i>what is S4</i>" intro.<p><i>The architecture resembles the Actors model, providing semantics of encapsulation and location transparency, thus allowing applications to be massively concurrent while exposing a simple programming interface to application developers.</i><p>and<p><i>S4 is a general-purpose, distributed, scalable, partially fault-tolerant, pluggable platform that allows programmers to easily develop applications for processing continuous unbounded streams of data.</i><p>go stream processing. also see <i>Flume</i> for related recent works.
评论 #1866331 未加载
评论 #1867215 未加载
Groxx超过 14 年前
That's not a readme! At best that's a weak INSTALL.<p>Anyone care to illuminate to me how this works? "Real-time MapReduce" sounds almost like an oxymoron.<p>The project's site ( <a href="http://s4.io/" rel="nofollow">http://s4.io/</a> ) isn't very helpful either. Full source:<p><pre><code> the S4 open source project. coming soon.</code></pre>
评论 #1865499 未加载
swah超过 14 年前
It's kind of funny how almost no one is advised to write code in Java these days, and on the other hand really cool infrastructure projects like this or Cassandra are almost always written in Java.<p>I understand they have to perform better than the average webapp, but still...funny.
评论 #1866732 未加载
评论 #1866692 未加载
anandkesari超过 14 年前
@atarashi: S4 is a stream processing platform that has been developed at Yahoo!. The website and github repository are under development. Follow us on twitter <a href="http://twitter.com/s4project" rel="nofollow">http://twitter.com/s4project</a>
yarapavan超过 14 年前
Website is live: <a href="http://s4.io/" rel="nofollow">http://s4.io/</a>