PySiddhi 1.0.0 Released! WSO2 Analytics team is pleased to announce the release of version 1.0.0 of PySiddhi
PySiddhi is a Python Wrapper for Siddhi Library. The PySiddhi supports Siddhi 4.x.x. A REST Client is also integrated to interact with WSO2 Stream Processor 4.x.x. You can download PySiddhi through python package management system by running > pip install pysiddhi4 How to Use 1. PySiddhi is depending on Cython. You can install Cython using the following command > pip install cython 2. Download siddhi-sdk distribution from https://github.com/wso2/siddhi-sdk/releases 3. Extract downloaded siddhi-sdk zip and set the SIDDHISDK_HOME path to siddhi-sdk directory. 4. Download the siddhi-python-api-proxy-4-1.0.0.jar from https://github.com/wso2/PySiddhi/releases and copy to <SIDDHISDK_HOME>/lib directory. 5. Use the Library using Python. from PySiddhi4.core.SiddhiManager import SiddhiManager > sm = SiddhiManager() > .... > sm.shutdown() *Refer samples to get more familiar with library functionality[1]. Please refer to Git repository for more details[2]. *How You Can ContributeMailing ListsJoin our mailing list and correspond with the developers directly.Developer list: [email protected] <[email protected]> | Subscribe | Mail Archive <http://mail.wso2.org/mailarchive/dev/>User forum: StackOverflow <http://stackoverflow.com/questions/tagged/wso2is>Reporting IssuesWe encourage you to report issues and feature requests regarding PySiddhi or in the Carbon base framework through the Github issue page[3].SupportWe are committed to ensure your enterprise middleware deployment is completely supported from evaluation to production. Our unique approach ensures that all support leverages our open development methodology and is provided by the very same engineers who build the technology. For more details and to take advantage of this unique opportunity, visit http://wso2.com/support/ <http://wso2.com/support/>Thank you for your interest in SIddhi.-The WSO2 Analytics Team-* [1] https://github.com/wso2/PySiddhi/tree/master/Tests [2] https://github.com/wso2/PySiddhi#pysiddhi [3] https://github.com/wso2/PySiddhi/issues -- *Anusha Jayasundara* Software Engineer | WSO2 Email : [email protected] Mobile : +94772601160 Web : http://wso2.com Lean.Enterprise.Middleware <http://wso2.com/signature>
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
