Hi Rumesh, Thank you for your interest. Currently there is not any API in Siddhi to retrieve information such as statistics. Deliverable of the project is to embed that functionality into Siddhi and develop an UI to visualize the information retrieved by that API. In high level at run-time Siddhi query is a collection Processors where each Processor consists of multiple Executors. So an event sent to Siddhi via an InputHandler will go though these Executors which will perform desired operations on the event. As of As starters you can check out Siddhi code[1], play with samples and get an understanding of Siddhi internals. However in CEP level we have both event flow and event statistics[2][3]. You can also have a look at them for reference. Feel free to ask if you need more details regarding the project.
[1] https://github.com/wso2/siddhi [2] https://docs.wso2.com/display/CEP400/CEP+Event+Flow [3] https://docs.wso2.com/display/CEP400/CEP+Event+Statistics On Tue, Feb 24, 2015 at 10:49 PM, Rumesh Eranga <[email protected]> wrote: > Hi, > > I configured CEP in a Windows environment for testing and tried out few > things. Also I went through the blog post on siddhi [1] and User Guide of > CEP. Now I have a basic understanding about the CEP. > > Is there an API available to retrieve information on Execution Plans, > Events and statistics? > > I have experience with front-end frameworks like AngularJS, DurandalJS and > other JavaScript libraries such as D3, HighCharts etc. Also I have good > experience with Java development as well. I think I can use my knowledge to > successfully complete this project. > > Thanks > > > [1] > http://srinathsview.blogspot.com/2011/12/siddhi-second-look-at-complex-event.html > > On Sun, Feb 15, 2015 at 8:53 PM, Rumesh Eranga <[email protected]> > wrote: > >> Hi Thishan, >> >> You are welcome and thanks for the prompt response. >> >> Regards, >> >> Rumesh >> >> On Sun, Feb 15, 2015 at 6:51 PM, Tishan Dahanayakage <[email protected]> >> wrote: >> >>> Hi Rumesh, >>> >>> Thanks for your interest and pointing that out. Link to the event flow >>> is now added. >>> >>> Thanks, >>> Tishan >>> >>> On Sun, Feb 15, 2015 at 6:38 PM, Rumesh Eranga <[email protected]> >>> wrote: >>> >>>> Hi, >>>> >>>> I am Rumesh Eranga, an undergraduate student from University of Colombo >>>> School of Computing. >>>> >>>> I was going through the Proposal [1] and found out that the reference >>>> for the CEP Event Flow, is missing in the reference section.It would be >>>> great if someone can add the reference. >>>> >>>> [1] >>>> https://docs.wso2.com/display/GSoC/Project+Proposals+for+2015#ProjectProposalsfor2015-Proposal1:SiddhiProcessMonitorforWSO2CEP >>>> >>>> Thanks, >>>> >>>> Rumesh Eranga >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> Tishan Dahanayakage >>> Software Engineer >>> WSO2, Inc. >>> Mobile:+94 716481328 >>> >>> Disclaimer: This communication may contain privileged or other >>> confidential information and is intended exclusively for the addressee/s. >>> If you are not the intended recipient/s, or believe that you may have >>> received this communication in error, please reply to the sender indicating >>> that fact and delete the copy you received and in addition, you should not >>> print, copy, re-transmit, disseminate, or otherwise use the information >>> contained in this communication. Internet communications cannot be >>> guaranteed to be timely, secure, error or virus-free. The sender does not >>> accept liability for any errors or omissions. >>> >> >> > -- Tishan Dahanayakage Software Engineer WSO2, Inc. Mobile:+94 716481328 Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, re-transmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
