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

Add streaming option to hdtsparql for CONSTRUCT and DESCRIBE queries (#42) #43

Merged
merged 6 commits into from
Mar 23, 2017

Conversation

osma
Copy link
Contributor

@osma osma commented Feb 11, 2017

This PR implements #42 i.e. adds a -stream option to the hdtsparql command line tool which causes it to return CONSTRUCT and DESCRIBE query results in a streaming fashion, as they are generated by the query engine. There is an attempt to suppress duplicate triples using a 1000-slot cache to check for already emitted triples, but of course, some duplicate triples may still occur in the output.

@osma
Copy link
Contributor Author

osma commented Feb 16, 2017

Changed the option to --stream (note double dash) to better align with *nix conventions.

@MarioAriasGa MarioAriasGa merged commit c5cca0d into rdfhdt:master Mar 23, 2017
@MarioAriasGa
Copy link
Member

Thanks osma

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

Successfully merging this pull request may close these issues.

2 participants