Re: Apache Camel vs Apache Storm

2018-02-15 Thread Mark Nuttall
What is it that you are trying to do? There is a plethora of projects on Apache.org. Some do sort of the same thing. Some do some of the same things. Some don't. On Thu, Feb 15, 2018 at 4:30 PM, Guillermo Castro wrote: > Apache Storm is a distributed real-time computation system whose main > pur

Re: Apache Camel vs Apache Storm

2018-02-15 Thread Guillermo Castro
Apache Storm is a distributed real-time computation system whose main purpose is the real-time processing of data, and from what I know, is limited to connecting queueing systems and databases. Apache Camel is an Enterprise Integration Pattern system which allows you to connect, route and process

Apache Camel vs Apache Storm

2018-02-15 Thread Pavel Sapozhnikov
Hello I am new to Camel but I have some brief knowledge of Storm and how that works. We're trying to investigate both libraries for the project that we're about to do and we're deciding between Camel and Storm. What are some of the key decision factors that we should be focused on when it comes to