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

[Realtime Anayltics] Support proper handling for the data collected from multiple time zones #398

Closed
minudika opened this issue May 22, 2017 · 2 comments

Comments

@minudika
Copy link
Contributor

Reporter : Inosh Goonewardena (inosh at wso2 dot com)
Jirra url : https://wso2.org/jira/browse/SIDDHI-16

Description :
CEP deployment might end up collecting data from multiple time zones. But at the moment CEP do the windowing based on local time zone server runs. This needs to be handled cleanly.

@suhothayan
Copy link
Contributor

Need to add a doc on how this can be done using siddhi-execution-time extension

@suhothayan
Copy link
Contributor

When the events have timezone field in them they can be converted to a unified time via the time:timestampInMilliseconds(), and processed in external time window with reorder:kslack(), or using a named aggregation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants