Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor code to remove version from the PySiddhi name #22

Merged
merged 2 commits into from
Jun 19, 2019
Merged

Refactor code to remove version from the PySiddhi name #22

merged 2 commits into from
Jun 19, 2019

Conversation

lasanthaS
Copy link
Contributor

Purpose

This PR renames PySiddhi4 to PySiddhi by removing the version from the component name.

Security checks

@mohanvive
Copy link
Contributor

@grainier Can you please help with reviewing this?

@@ -4,8 +4,8 @@
described via a ***Streaming SQL language***, and triggers actions. It performs both ***Stream Processing*** and
***Complex Event Processing*** on streaming data. Its Siddhi core is written in Java library.

- PySiddhi4 wraps [Siddhi 4](https://wso2.github.io/siddhi/)
- PySiddhi4 includes a REST Client for [WSO2 Stream Processor(SP) 4.x.x](https://wso2.com/analytics).
- PySiddhi wraps [Siddhi 4](https://wso2.github.io/siddhi/)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we wrapping Siddhi 4 or 5?

name="PySiddhi4",
version="1.1.0",
name="PySiddhi",
version="4.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we are changing the name, why version from "4.0.0"?

@grainier grainier merged commit 004754b into siddhi-io:4.x Jun 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants