Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up-
WSO2 Inc
- Sri Lanka
Popular repositories
-
DEBS-2015-Realtime-Analytics-Patterns
DEBS 2015 - Realtime Analytics Patterns with WSO2 CEP, Siddhi & Apache Storm
-
SiddhiVisual
Forked from pamodaaw/SiddhiVisual
-
wso2-wsdl4j
Forked from wso2/wso2-wsdl4j
Java
-
siddhi
Forked from siddhi-io/siddhi
Stream Processing and Complex Event Processing Engine
Java
-
siddhi-3
A rewrite of Siddhi
Java
-
dagre-d3
Forked from dagrejs/dagre-d3
A D3-based renderer for Dagre
JavaScript
810 contributions in the last year
Contribution activity
February 2019
Created a pull request in siddhi-io/siddhi that received 1 comment
Improve memory management of windows and attribute aggregators
Purpose Add processing modes SLIDE, BATCH, HOP & GROUP to all stream processors and allow attribute aggregators to manage memory efficiently based…
- Fix mkdocs style issue
- Fix mkdocs
- Fix mkdocs
- Add features and improve issue template
- Update Siddhi features
- Remove unused Siddhi API docs
- Fix snapshot rate limiting issue #91
- Update dev Siddhi version in doc
- Describe join operations for tables, windows and aggregations
- Add @store to the docs
- Remove WSO2 modified dependencies
- Fix build
- Docs for non standard IDs using ``
- Support non standard IDs using ``
- Supporting non standard IDs using ``
- Non standard
- Fix intermittent test failure
- Make test run parallel
- Fix snapshot accumulation
- Fix snapshot accumulation
- Fix eventchunk not sent fully when using partitions without inner streams
- Add Event to Map conversion support at StreamCallback
- Fix for https://github.com/wso2/siddhi/issues/1008
- Update pull_request_template.md
- Add stack trace to the error log
- Add findbugs suppression to support JAVA 11
- Remove javax.annotations added while code generation from swagger
- Refactor Fault Stream documentation
- Implement Fault Streams for error handling
- Possible fix for https://github.com/wso2/siddhi/issues/1008
Created an issue in siddhi-io/siddhi that received 2 comments
TimeExpiry and LengthExpiry windows to Siddhi
Description: At times we need windows updates immediately but we need to rest the window aggregations time to time. Such that the window count() wi…