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

Provide SAX-like event-driven API #1

Open
MikaelPorttila opened this issue Jun 24, 2020 · 0 comments
Open

Provide SAX-like event-driven API #1

MikaelPorttila opened this issue Jun 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@MikaelPorttila
Copy link
Owner

MikaelPorttila commented Jun 24, 2020

To support GB sized XML files we need to change to a streaming approach.
The input should be chunked and the output should be event driven where every single news feed item/entry should be dispatch then disposed directly in the parser.

The underlying XML-reader is already SAX-based so we mostly need to figure out how to read the input chunk-wise.

@MikaelPorttila MikaelPorttila added the enhancement New feature or request label Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant