Hi Hasara, You can use any IDE such as Intellij, Eclipse, etc. No such plugins are needed to build the source code. Just checkout the code and play around with the test cases to get a basic idea.
Best Regards Charini On Sun, Sep 10, 2017 at 9:18 PM, Hasara Maithree < [email protected]> wrote: > Hi, > > After having a look at the documentation of siddhi and creating a sample > app as described in the quick start guide, I thought of going through the > siddhi source code. I downloaded v4.0.0-M62 zip file from > https://github.com/wso2/siddhi/releases/tag/v4.0.0-M62 . Which IDE should > I use in order to run the source code ? If I use IDE like Intellij do I > have to add plugins for siddhi? Please clarify this matter. > > Thank you. > > On Wed, Sep 6, 2017 at 12:33 AM, Damith Wickramasinghe <[email protected]> > wrote: > >> Hi Hasara, >> >> Documentation is still in working progress. It need to be re-factored. >> In Editor mode the default saving location is the workspace folder thus not >> letting you to select a location to be saved . Also in Editor mode you can >> create any siddhi app and try it out using our event simulator , debugger >> which are inbuilt in the editor. Once you tested your siddhi app you can >> copy it to siddhi-files folder and start the SP in worker mode.(worker.sh) >> and try to publish events according to source you have defined. The error >> you have mentioned in the editor should not be appearing. We will look into >> it. >> >> Regards, >> Damith >> >> >> On Wed, Sep 6, 2017 at 12:00 AM, Hasara Maithree < >> [email protected]> wrote: >> >>> Hi, >>> >>> In documentation of quick start guide, it is mentioned that >>> SmartHomePlan.siddhi should be saved in <SP_HOME>/deployment/siddhi >>> -files.But by default, it is saved in <SP_HOME>/deployment/workspace.So >>> the final result of the query ends with error. But when I pasted it in >>> siddhi-files folder, it works fine. I think there is an issue with the >>> saving location because, in SP there is no option to select location to >>> save, but by default it is saved to workspace. >>> >>> >>> >>> >>> >>> >>> Thank you >>> >>> >>> >>> On Tue, Sep 5, 2017 at 10:55 PM, Hasara Maithree < >>> [email protected]> wrote: >>> >>>> Hi, >>>> >>>> I got it. >>>> >>>> Thank you. >>>> >>>> On Tue, Sep 5, 2017 at 10:32 PM, Minudika Malshan <[email protected]> >>>> wrote: >>>> >>>>> Hi, >>>>> >>>>> Sorry. A little correction. 4.0.0-M10 is the latest release [1] >>>>> [1] https://github.com/wso2/product-sp/releases/tag/v4.0.0-M10 >>>>> >>>>> BR >>>>> >>>>> >>>>> >>>>> On Tue, Sep 5, 2017 at 10:28 PM, Minudika Malshan <[email protected]> >>>>> wrote: >>>>> >>>>>> Hi Hasara, >>>>>> >>>>>> Only milestone versions of *WSO2 Stream Processor *have been >>>>>> released yet. And yes, 4.0.0-M9 is the latest one. >>>>>> Note that the capabilities of WSO2 CEP and DAS are now provided >>>>>> thorugh WSO2 Stream Processor. >>>>>> >>>>>> BR >>>>>> >>>>>> On Tue, Sep 5, 2017 at 10:15 PM, Hasara Maithree < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Hi Minudika, >>>>>>> >>>>>>> I think I figured out my problem. I downloaded the wso2 SP 4.0.0-M9 >>>>>>> from the link https://github.com/wso2/product-sp >>>>>>> /releases/download/v4.0.0-M9/wso2sp-4.0.0-M9.zip . >>>>>>> I assume this is the latest stable version of wso2 SP. I will try >>>>>>> creating simple siddhi apps in order to familiarize with the >>>>>>> environment. >>>>>>> >>>>>>> Thank you >>>>>>> >>>>>>> On Tue, Sep 5, 2017 at 9:23 PM, Hasara Maithree < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> Hi Minudika, >>>>>>>> >>>>>>>> Thank you very much for your reply. I have a small thing to >>>>>>>> clarify. Is WSO2 stream processor referred as WSO2 CEP (Complex Event >>>>>>>> Processor) or are they different? >>>>>>>> When I went through the product list, I couldn't find WSO2 SP. And >>>>>>>> the link given by you [2] led me to downlowad WSO2 data analytics >>>>>>>> server. >>>>>>>> Can you please sort out this confusion ? >>>>>>>> >>>>>>>> Thank you >>>>>>>> >>>>>>>> On Mon, Sep 4, 2017 at 7:14 PM, Hasara Maithree < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> Hi Minudika, >>>>>>>>> Thank you very much for your reply. I have a small thing to >>>>>>>>> clarify. Is WSO2 stream processor referred as WSO2 CEP (Complex Event >>>>>>>>> Processor) or are they different? >>>>>>>>> When I went through the product list, I couldn't find WSO2 SP. And >>>>>>>>> the link given by you [2] led me to downlowad WSO2 data analytics >>>>>>>>> server. >>>>>>>>> Can you please sort out this confusion ? >>>>>>>>> Thank you >>>>>>>>> >>>>>>>>> On Mon, Sep 4, 2017 at 11:57 AM, Minudika Malshan < >>>>>>>>> [email protected]> wrote: >>>>>>>>> >>>>>>>>>> Hi Hasara, >>>>>>>>>> >>>>>>>>>> It's nice to hear about your interest on Siddhi. >>>>>>>>>> >>>>>>>>>> As the first step, go through the Siddhi guide[1]. >>>>>>>>>> Then try to create and run some siddhi apps on *WSO2 Stream >>>>>>>>>> Processor*[2]. >>>>>>>>>> >>>>>>>>>> After getting familiar with the flow, >>>>>>>>>> you can go through Siddhi source code[2] and it's extensions' >>>>>>>>>> source codes[4], run some tests and try to understand how the work is >>>>>>>>>> getting done. >>>>>>>>>> >>>>>>>>>> You can also find the issues to be solved in the siddhi issue >>>>>>>>>> tracker[5] >>>>>>>>>> >>>>>>>>>> Please raise if there are any doubts. >>>>>>>>>> >>>>>>>>>> [1] https://wso2.github.io/siddhi/documentation/siddhi-4.0/ >>>>>>>>>> [2] https://docs.wso2.com/display/SP400/Quick+Start+Guide >>>>>>>>>> [3] https://github.com/wso2/siddhi >>>>>>>>>> [4] >>>>>>>>>> https://github.com/wso2-extensions?utf8=%E2%9C%93&q=siddhi&type=&language= >>>>>>>>>> >>>>>>>>>> [5] https://github.com/wso2/siddhi/issues >>>>>>>>>> >>>>>>>>>> BR >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Mon, Sep 4, 2017 at 11:22 AM, Hasara Maithree < >>>>>>>>>> [email protected]> wrote: >>>>>>>>>> >>>>>>>>>>> Hi all, >>>>>>>>>>> >>>>>>>>>>> I'm Hasara Maithree De Silva and I'm a 2nd year undergraduate of >>>>>>>>>>> department of computer science and engineering in University of >>>>>>>>>>> Moratuwa. I >>>>>>>>>>> would really like to contribute myself to open source projects. I >>>>>>>>>>> thought >>>>>>>>>>> of initiating it with siddhi since I found the project is quite >>>>>>>>>>> interesting. It would be great if you can guide me through the >>>>>>>>>>> project in >>>>>>>>>>> order to get an idea of how to contribute myself. >>>>>>>>>>> >>>>>>>>>>> Thank you >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> Dev mailing list >>>>>>>>>>> [email protected] >>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> *Minudika Gammanpila* >>>>>>>>>> Software Engineer - WSO2 >>>>>>>>>> >>>>>>>>>> Email : [email protected] >>>>>>>>>> >>>>>>>>>> Web : http://wso2.com <http://wso2.com/signature> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> *Minudika Gammanpila* >>>>>> Software Engineer - WSO2 >>>>>> >>>>>> Email : [email protected] >>>>>> Mobile : +94715659887 <+94%2071%20565%209887> >>>>>> Web : http://wso2.com >>>>>> >>>>>> <http://wso2.com> <http://wso2.com/signature> >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> *Minudika Gammanpila* >>>>> Software Engineer - WSO2 >>>>> >>>>> Email : [email protected] >>>>> Mobile : +94715659887 <+94%2071%20565%209887> >>>>> Web : http://wso2.com >>>>> >>>>> <http://wso2.com> <http://wso2.com/signature> >>>>> >>>> >>>> >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Senior Software Engineer >> WSO2 Inc.; http://wso2.com >> <http://www.google.com/url?q=http%3A%2F%2Fwso2.com&sa=D&sntz=1&usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg> >> lean.enterprise.middleware >> >> mobile: *+94728671315 <+94%2072%20867%201315>* >> >> > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Charini Vimansha Nanayakkara* Software Engineer at WSO2 Mobile: 0714126293 E-mail: [email protected] Blog: http://www.charini.me/ <http://wso2.com/signature>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
