Re: [Dev] Using an External Library in writing Siddhi Extention - Need clarifications

2014-10-19 Thread Lahiru Cooray
Hi Jonann, Thanks a lot for the feedback. On Sat, Oct 18, 2014 at 7:07 PM, Johann Nallathamby joh...@wso2.com wrote: On Wed, Oct 15, 2014 at 1:25 PM, Lahiru Cooray lahi...@wso2.com wrote: Hi, We are writing some extensions to Siddhi (eg: TopK, Cardinality, etc) and we are using an

Re: [Dev] Using an External Library in writing Siddhi Extention - Need clarifications

2014-10-18 Thread Johann Nallathamby
On Wed, Oct 15, 2014 at 1:25 PM, Lahiru Cooray lahi...@wso2.com wrote: Hi, We are writing some extensions to Siddhi (eg: TopK, Cardinality, etc) and we are using an external library (Stream Lib[1]) to reuse its already implemented algorithms and same library is used in many functions. We

[Dev] Using an External Library in writing Siddhi Extention - Need clarifications

2014-10-15 Thread Lahiru Cooray
Hi, We are writing some extensions to Siddhi (eg: TopK, Cardinality, etc) and we are using an external library (Stream Lib[1]) to reuse its already implemented algorithms and same library is used in many functions. We need to know what is the standard way to deploy a third party library? is it

Re: [Dev] Using an External Library in writing Siddhi Extention - Need clarifications

2014-10-15 Thread Rajeev Sampath
Hi, On Wed, Oct 15, 2014 at 1:25 PM, Lahiru Cooray lahi...@wso2.com wrote: Hi, We are writing some extensions to Siddhi (eg: TopK, Cardinality, etc) and we are using an external library (Stream Lib[1]) to reuse its already implemented algorithms and same library is used in many functions.

Re: [Dev] Using an External Library in writing Siddhi Extention - Need clarifications

2014-10-15 Thread Inosh Perera
Hi Lahiru, Yes, its Ok. Make sure to check for lib licence, prior to start using them, when you are using 3rd party libraries. Regards, Inosh On Wed, Oct 15, 2014 at 2:20 PM, Rajeev Sampath raje...@wso2.com wrote: Hi, On Wed, Oct 15, 2014 at 1:25 PM, Lahiru Cooray lahi...@wso2.com wrote:

Re: [Dev] Using an External Library in writing Siddhi Extention - Need clarifications

2014-10-15 Thread Lahiru Cooray
Thanks a lot.. On Thu, Oct 16, 2014 at 9:15 AM, Inosh Perera ino...@wso2.com wrote: Hi Lahiru, Yes, its Ok. Make sure to check for lib licence, prior to start using them, when you are using 3rd party libraries. Regards, Inosh On Wed, Oct 15, 2014 at 2:20 PM, Rajeev Sampath

Re: [Dev] Using an External Library in writing Siddhi Extention - Need clarifications

2014-10-15 Thread Rajeevan Vimalanathan
Hi, There are no problem with licence since stream-lib library is licensed with Apache Software Foundation. On Thu, Oct 16, 2014 at 9:26 AM, Lahiru Cooray lahi...@wso2.com wrote: Thanks a lot.. On Thu, Oct 16, 2014 at 9:15 AM, Inosh Perera ino...@wso2.com wrote: Hi Lahiru, Yes, its Ok.