An Context Preprocess actor that converts all streams in the query sources to AsyncIterators and puts them in an object.
Click here if you just want to query with Comunica.
$ yarn add @comunica/actor-context-preprocess-query-source-convert-streams
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-context-preprocess-query-source-convert-streams/^2.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:context-preprocess/actors#query-source-convert-streams",
"@type": "ActorContextPreprocessQuerySourceConvertStreams"
}
]
}