@comunica/bus-query-process
v4.0.2
Published
A comunica bus for query-process events.
Downloads
8,200
Readme
Comunica Bus Query Process
A bus for fully processing a query. This usually involves parsing, optimizing, and evaluating, which can be delegated to other buses.
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.
Install
$ yarn add @comunica/bus-query-process
Usage
Bus usage
- Context:
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-query-process/^1.0.0/components/context.jsonld"
- Bus name:
ActorQueryProcess:_default_bus
Creating actors on this bus
Actors extending ActorQueryProcess
are automatically subscribed to this bus.