Storm can work for small (or low frequency) data sets. It depends on what you intend to do. Whats the reason to move away form perl? I'm doing something similar to forex. tcpflow to get the live rates from a server. kafkacat moves it to kafka. storm picks it up and processes it. redis stores the results for distribution. The current rate of data coming in is only 10 records per second. nothing too intense.
On Sat, Mar 21, 2015 at 2:40 PM, <[email protected]> wrote: > Hello, > I currently use a PERL script to compute EUR to <ex .rate> exchange rates > using data retrieved from an Ebics server. > I am looking for an alternative. > Is Storm the appropriate tool to process small to medium sized amounts of > data? > Cheers, > Philippe > -- Mithun Kalan [email protected]
