🚀 DAY 4 OF LAUNCH WEEK:Introducing Socket Scanning for OpenVSX Extensions.Learn more →
Socket
Book a DemoInstallSign in
Socket

@prov4itdata/actor-query-operation-collect-provenance

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prov4itdata/actor-query-operation-collect-provenance

A collect-provenance query-operation actor

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
3
Created
Source

Comunica Collect Provenance Query Operation Actor

npm version

Uses a Comunica observer to collect metadata from query operations executed on the query operation bus, and passes it on to the query result.

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 @prov4itdata/actor-query-operation-collect-provenance

Configure

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@prov4itdata/actor-query-operation-collect-provenance/^1.0.0/components/context.jsonld"  
  ],
  "actors": [
    ...
    {
      "@id": "config-sets:sparql-queryoperators.json#myCollectProvenanceQueryOperator",
      "@type": "ActorQueryOperationCollectProvenance",
      "cbqo:mediatorQueryOperation": { "@id": "config-sets:sparql-queryoperators.json#mediatorQueryOperation" }
    }
  ]
}

Config Parameters

  • cbqo:mediatorQueryOperation: A mediator over the Query Operation bus.

Keywords

comunica

FAQs

Package last updated on 30 Apr 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