Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Streaming parsers #283

Closed
gromgull opened this issue May 16, 2013 · 2 comments
Closed

Streaming parsers #283

gromgull opened this issue May 16, 2013 · 2 comments
Labels
cleanup parsing Related to a parsing.
Milestone

Comments

@gromgull
Copy link
Member

Currently all parsers write into a graph. For cases where you want to stream-process RDF, it would be nice if triples could be handled as they come in.

Two fold:

1 Most of our parsers have a Triple Sink object:

Define this interface centrally and unify

2 Make sure we read the input stream as a stream, and do not read the whole thing into a string :)

@uholzer
Copy link
Contributor

uholzer commented May 16, 2013

The same would be useful for serializers. This would one allow to easily impelement convertors between different serializations. Of course, this would not easily work for serializers that want to have the triples in a certain order.

@rlk-ama
Copy link

rlk-ama commented Mar 7, 2014

Hi,
have you done anything in that direction yet ?

@white-gecko white-gecko added this to the rdflib 6.0.0 milestone Apr 20, 2020
@ghost ghost locked and limited conversation to collaborators Dec 25, 2021
@ghost ghost converted this issue into discussion #1560 Dec 25, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
cleanup parsing Related to a parsing.
Projects
None yet
Development

No branches or pull requests

4 participants