Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-04-08 Thread Leo Romanoff
Hi Srinath, The idea with doing parallel things using Storm is a good one, but I hope you still consider optimizations for improving performance on a single node as well, i.e. vertical scalability? I'm pretty sure that Siddhi could be improved to perform 5-10 times faster on a single node if

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-04-07 Thread Srinath Perera
Hazelcast solution let you have large windows, but it is much much slower than the single node. So it is not good choice for scaling. We are currently work on Siddhi and Storm integration (Due in Q3 this year), where you can annotate queries with how to distribute it and we will multiple Siddhi

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-25 Thread Leo Romanoff
Hi, Could someone answer a few questions asked in my last message (about modeling a huge number of sensors)? I would be very interested in answers. Thanks a lot,    Leo___ Architecture mailing list Architecture@wso2.org

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-25 Thread Sriskandarajah Suhothayan
On Tue, Mar 11, 2014 at 4:10 PM, Leo Romanoff romix...@yahoo.com wrote: Hi, As you requested, I created the following issues: https://wso2.org/jira/browse/CEP-709 - about sharing stream representations https://wso2.org/jira/browse/CEP-710 - about performance problems due to linear

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-25 Thread Sriskandarajah Suhothayan
On Thu, Mar 20, 2014 at 5:13 PM, Leo Romanoff romix...@yahoo.com wrote: On Mon, Mar 10, 2014 at 11:19 AM, Leo Romanoff wrote: 1) How many rules/queries can be defined in one engine. How does it affect performance? For example, can I define (tens of) thousands of queries using the

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-20 Thread Leo Romanoff
On Mon, Mar 10, 2014 at 11:19 AM, Leo Romanoff  wrote: 1) How many rules/queries can be defined in one engine. How does it affect performance?    For example, can I define (tens of) thousands of queries using the same (or multiple) instance of SiddhiManager? Would it make processing much

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-11 Thread Srinath Perera
First of all, thank you very much for your explanations and clarifications! It is very interesting and useful! Let me ask a few more questions and provide a few comments. Hi All, these questions and answers are very educating. Shall we add them to our doc FAQs? I think it would be a

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-10 Thread Srinath Perera
Hi Leo, Let me add couple of words as well On Mon, Mar 10, 2014 at 9:16 AM, Sriskandarajah Suhothayan s...@wso2.comwrote: Thanks for you interest in WSO2 CEP Siddhi Sorry for the late reply, I some how missed the mail On Fri, Mar 7, 2014 at 4:48 AM, Leo Romanoff romix...@yahoo.com

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-10 Thread Samisa Abeysinghe
Hi All, these questions and answers are very educating. Shall we add them to our doc FAQs? Thanks, Samisa... Samisa Abeysinghe Vice President Developer Evangelism WSO2 Inc. http://wso2.com On Mon, Mar 10, 2014 at 1:14 PM, Srinath Perera srin...@wso2.com wrote: Hi Leo, Let me add couple

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-10 Thread Leo Romanoff
Hi all, First of all, thank you very much for your explanations and clarifications! It is very interesting and useful! Let me ask a few more questions and provide a few comments. Hi All, these questions and answers are very educating. Shall we add them to our doc FAQs?  I think it would be

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-10 Thread Leo Romanoff
One more thing: It could be very, very useful, if Siddhi/WSO2 CEP would have a description/document like this: http://esper.codehaus.org/tutorials/solution_patterns/solution_patterns.html This document covers many generic CEP use-cases and then shows how they can be solved using Esper.  May

Re: [Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-10 Thread Srinath Perera
Hi Leo, Please see my comments inline. First of all, thank you very much for your explanations and clarifications! It is very interesting and useful! Let me ask a few more questions and provide a few comments. Hi All, these questions and answers are very educating. Shall we add them to

[Architecture] A few questions about WSO2 CEP/Siddhi

2014-03-06 Thread Leo Romanoff
Hi, I've started playing with WSO2 CEP recently and after some experiments with it I collected a few questions, which I cannot answer by reading the docs.   Hopefully I'll have them answered by posting them on this list. First of all, some background information. I have some previous experience