A comunica Wrap Stream RDF Join Actor. This actor calls the bus-iterator-transform
for all iterators produced by query-operation
actors.
This actor should only be included if you require the functionality of bus-iterator-transform
as it may slow down query execution.
This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.
Click here if you just want to query with Comunica.
$ yarn add @comunica/actor-rdf-join-wrap-stream
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-wrap-stream/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:rdf-join/actors#wrap-stream",
"@type": "ActorRdfJoinWrapStream"
}
]
}
mediatorIteratorTransform
: Mediator that will run all actors subscribed to the bus-iterator-transform
in sequence.mediatorJoin
: Mediator that runs the join operation that will be wrapped.