Skip to content

Commit

Permalink
Update readme and refactor related content
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanvive committed Jul 11, 2019
1 parent 30f2793 commit b34879d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 213 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ described via a ***Streaming SQL language***, and triggers actions. It performs
***Complex Event Processing*** on streaming data. Its Siddhi core is written in Java library.

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

## Features

- [x] Basic functionality of Siddhi 5.x.x
- [x] Siddhi Debugger
- [x] Support to Siddhi Extensions Loading
- [x] Rest Client on WSO2 SP 4.x.x - Siddhi App Management
- [x] Rest Client on WSO2 SP 4.x.x - Event Simulation

For a Quick Demo and documentation refer [PySiddhi Site](https://siddhi-io.github.io/PySiddhi/)

Expand Down
70 changes: 0 additions & 70 deletions docs/Event-Simulator-of-SP-4.md

This file was deleted.

35 changes: 0 additions & 35 deletions docs/Quick-Demo-(SP4).md

This file was deleted.

93 changes: 0 additions & 93 deletions docs/Siddhi-App-Management-of-WSO2-SP-4.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ described via a ***Streaming SQL language***, and triggers actions. It performs
***Complex Event Processing*** on streaming data. Its Siddhi core is written in Java library.

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

## Content

Expand All @@ -14,18 +13,12 @@ described via a ***Streaming SQL language***, and triggers actions. It performs
* [Run PySiddhi](Run-PySiddhi.md)
* [Debug PySiddhi](Debugging-Siddhi-Queries.md)
* [Advanced Concepts of PySiddhi](Using-Siddhi-from-Python.md)
* Using PySiddhi REST Client to Manage WSO2 Stream Processor
* [Demo Managing Siddhi Apps on WSO2 SP](Quick-Demo-(SP4).md)
* [APIs to Manage Siddhi App](Siddhi-App-Management-of-WSO2-SP-4.md)
* [APIs to Simulate Events](Event-Simulator-of-SP-4.md)

## Features

- [x] Basic functionality of Siddhi 5.x.x
- [x] Siddhi Debugger
- [x] Support to Siddhi Extensions Loading
- [x] Rest Client on WSO2 SP 4.x.x - Siddhi App Management
- [x] Rest Client on WSO2 SP 4.x.x - Event Simulation

## Installation

Expand Down
6 changes: 1 addition & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ pages:
- Installation Guide: Installation-Guide.md
- Run PySiddhi: Run-PySiddhi.md
- Debug PySiddhi: Debugging-Siddhi-Queries.md
- Advanced Concepts of PySiddhi: Using-Siddhi-from-Python.md
- PySiddhi Client for WSO2 Stream Processor:
- Run PySiddhi Client: Quick-Demo-(SP4).md
- Client APIs to Manage Siddhi App: Siddhi-App-Management-of-WSO2-SP-4.md
- Client APIs to Simulate Events: Event-Simulator-of-SP-4.md
- Advanced Concepts: Using-Siddhi-from-Python.md
- License: license.md

0 comments on commit b34879d

Please sign in to comment.