You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by John Gilmore <jo...@gmail.com> on 2014/05/11 21:37:18 UTC

Storm third-party libraries

Hi devs,

I’ve created some Storm libraries and would like know whether links can be added to the Storm page or somewhere where people looking for these libraries will visit.

The first library is GoStorm, which is a Storm multilang adaptor for the go programming language. https://github.com/jsgilmore/gostorm
The second library is protoshell, which allows for protocol buffer serialisation, instead of the Storm multilang protocol. https://github.com/jsgilmore/protoshell That library will only work after my pull request (https://github.com/apache/incubator-storm/pull/84) is accepted to address Storm issue 138 https://issues.apache.org/jira/browse/STORM-138. 

I would really appreciate some links on the Storm page where ruby and python adaptors are listed for GoStorm.

Regards
John Gilmore