Re: [Dev] GSoC 2017 : Python API for Siddhi CEP

2017-03-18 Thread Sriskandarajah Suhothayan
The idea is to use native python calls as much as posible. In worsecase we'll use the service calls. On Sat, Mar 18, 2017 at 8:48 PM, Roshan Alwis wrote: > Hi, > > In H2O.ai they are running a backend server (.jar file) and python API > just initiate service calls.

Re: [Dev] GSoC 2017 : Python API for Siddhi CEP

2017-03-18 Thread Roshan Alwis
Hi, In H2O.ai they are running a backend server (.jar file) and python API just initiate service calls. In that case, it is not necessary to use PyJnius kind of libraries. But for further implemetation it is required to consider performance factors as well. Since JAVA is much faster than Python

Re: [Dev] GSoC 2017 : Python API for Siddhi CEP

2017-03-13 Thread Sriskandarajah Suhothayan
Hi Roshan Can you be more specific about your questions? Do a google search on this project name there are other mails in d...@wso2.com discussing the scope of this project. Regards Suho On Fri, Mar 10, 2017 at 10:43 AM, Sajith Ravindra wrote: > [Adding Suho who could

Re: [Dev] GSoC 2017 : Python API for Siddhi CEP

2017-03-09 Thread Sajith Ravindra
[Adding Suho who could possibly mentor you through this project] Thanks *,Sajith Ravindra* Senior Software Engineer WSO2 Inc.; http://wso2.com lean.enterprise.middleware mobile: +94 77 2273550 blog: http://sajithr.blogspot.com/ On Thu, Mar

[Dev] GSoC 2017 : Python API for Siddhi CEP

2017-03-09 Thread Roshan Alwis
Hi all, I am Roshan from University of Moratuwa. I did my internship at WSO2 in Research Team under the supervision of Dr. Srinath Perera. I am very much familiar with Python and implemented an extension for WSO2 CEP for real-time prediction with H2O.ai while I was working there.