2.2.1 • Published 8 months ago

@incremunica/actor-context-preprocess-query-source-convert-streams v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Comunica Query Source Convert Streams Context Preprocess Actor

npm version

An Context Preprocess actor that converts all streams in the query sources to AsyncIterators and puts them in an object.

Click here if you just want to query with Comunica.

Install

$ yarn add @comunica/actor-context-preprocess-query-source-convert-streams

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-context-preprocess-query-source-convert-streams/^2.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:context-preprocess/actors#query-source-convert-streams",
      "@type": "ActorContextPreprocessQuerySourceConvertStreams"
    }
  ]
}