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

Improve parseData by adding streaming between Parser & Handler #335

Open
mdhsl opened this issue Jan 22, 2021 · 0 comments
Open

Improve parseData by adding streaming between Parser & Handler #335

mdhsl opened this issue Jan 22, 2021 · 0 comments
Assignees
Milestone

Comments

@mdhsl
Copy link
Member

mdhsl commented Jan 22, 2021

The parser currently parses the result of the query and returns the answer to the internal handler (DataSourceHandler or TimeSeriesHandler) at once. If you want to parse the data on the fly and send it back as you go, you need to add a mechanism to pass the data to the handler during parsing.

@mdhsl mdhsl added this to the Release 2.0 milestone Jan 22, 2021
@mdhsl mdhsl self-assigned this Jan 22, 2021
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

1 participant