@comunica/bus-query-operation
TypeScript icon, indicating that this package has built-in type declarations

3.0.3 • Public • Published

Comunica Bus Query Operation

npm version

A bus for evaluating SPARQL algebra operations.

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-operation

Bus usage

  • Context: "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-query-operation/^3.0.0/components/context.jsonld"
  • Bus name: ActorQueryOperation:_default_bus

Creating actors on this bus

Actors extending ActorQueryOperation or ActorQueryOperationTyped are automatically subscribed to this bus.

It is recommended to extend from ActorQueryOperationTyped if your actor supports a single query operation, as the bus will be able to handle this actor more efficiently. This is not applicable if your actor handles multiple different types of query operations.

Package Sidebar

Install

npm i @comunica/bus-query-operation

Weekly Downloads

3,076

Version

3.0.3

License

MIT

Unpacked Size

127 kB

Total Files

30

Last publish

Collaborators

  • jeswr
  • joachimvh
  • rubensworks
  • rubenverborgh
  • dexagod