Socket
Socket
Sign inDemoInstall

@comunica/mediator-combine-pipeline

Package Overview
Dependencies
Maintainers
4
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/mediator-combine-pipeline

A sequential combine mediator


Version published
Weekly downloads
5.9K
decreased by-23.41%
Maintainers
4
Weekly downloads
 
Created
Source

Comunica Mediator Sequential

npm version

A comunica mediator that goes over all actors in sequence and forwards I/O. This requires the action input and the actor output to be of the same type.

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

Configure

After installing, this mediator can be instantiated as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-pipeline/^1.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@type": "SomeActor",
      "someMediator": {
        "@id": "config-sets:sparql-init.json#mediatorOptimizeQueryOperation",
        "@type": "MediatorCombinePipeline",
        "cc:Mediator/bus": { "@id": "cboqo:Bus/OptimizeQueryOperation" }
      }
    }
  ]
}

Config Parameters

  • cc:Mediator/bus: Identifier of the bus to mediate over.

Keywords

FAQs

Package last updated on 15 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc