Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.
Longda edited this page Sep 27, 2013 · 35 revisions

JStorm is an implementation of Storm in java.

Why we develop JStorm?

Storm is a wonderful product, but it is developed in Clojure,which is not a popular language. And in our company, few guys can fix the bug of Storm, which we already found in zeromq, zookeeper, performance,etc.
So, we decided to implement JStorm.

What's the status of JStorm?

Alipay began to use JStorm in May 2013.Till Sep 2013, JStorm in Alipay can handle
40TB/3billion messages from other clusters . In some topologies, no message misses.

What is the difference between JStorm and Storm?

Generally, JStorm is an implementation of Storm in java, major client interfaces are the same as that of Storm. Any topology running on Storm can also run on JStorm, no need to modify .
Key improvements as follows:.

JStorm is more stable than Storm;
JStorm is faster than Storm;
JStorm provides several new and very useful features.
Please refer to "changehistory" for details.

How to build and deploy?

Please refer to "deploy" for details.

Contributors

@longdafeng(封仲淹)
@tumen(李鑫)
@muyannian(母延年)
@zhouxinxust(周鑫)

Getting help

Google Groups: jstorm-user
QQ:228374502

Clone this wiki locally