2.2.1 • Published 8 months ago
@incremunica/actor-context-preprocess-query-source-convert-streams v2.2.1
Comunica Query Source Convert Streams Context Preprocess Actor
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.
Install
$ yarn add @comunica/actor-context-preprocess-query-source-convert-streamsConfigure
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"
}
]
}