@incremunica/actor-query-source-identify-stream
TypeScript icon, indicating that this package has built-in type declarations

2.2.1 • Public • Published

Incremunica Streaming hypermedia Query Source Identify Actor

npm version

A Query Source Identify actor that handles Streaming Hypermedia Sources.

Install

$ yarn add @incremunica/actor-query-source-identify-stream

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-query-source-identify-stream/^2.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:query-source-identify/actors#stream",
      "@type": "ActorQuerySourceIdentifyStream",
      "mediatorContextPreprocess": { "@id": "urn:comunica:default:context-preprocess/mediators#main" },
      "mediatorRdfMetadataAccumulate": { "@id": "urn:comunica:default:rdf-metadata-accumulate/mediators#main" }
    }
  ]
}

Dependencies (14)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @incremunica/actor-query-source-identify-stream

    Weekly Downloads

    8

    Version

    2.2.1

    License

    MIT

    Unpacked Size

    61.5 kB

    Total Files

    15

    Last publish

    Collaborators

    • maartyman