@comunica/mediator-race
TypeScript icon, indicating that this package has built-in type declarations

4.0.2 • Public • Published

Comunica Race Mediator

npm version

A mediator that picks the first actor that resolves its test.

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/mediator-race

Configure

After installing, this mediator can be instantiated as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-race/^4.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@type": "SomeActor",
      "someMediator": {
        "@id": "#mediatorRdfParseHandle",
        "@type": "MediatorRace",
        "bus": { "@id": "ActorRdfParse:_default_bus" }
      }
    }
  ]
}

Config Parameters

  • bus: Identifier of the bus to mediate over.

/@comunica/mediator-race/

    Package Sidebar

    Install

    npm i @comunica/mediator-race

    Weekly Downloads

    9,926

    Version

    4.0.2

    License

    MIT

    Unpacked Size

    15.9 kB

    Total Files

    12

    Last publish

    Collaborators

    • jeswr
    • joachimvh
    • rubensworks
    • rubenverborgh
    • dexagod