@comunica/actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-count
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

Comunica Wrapper Limit Count RDF Resolve Hypermedia Links Queue Actor

npm version

An RDF Resolve Hypermedia Links Queue actor that wraps over another link queue provided by the bus, and imposes a limit on the maximum number of links that can be pushed into it.

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/actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-count

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-count/^1.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "config-setsslt:link-queue-limit.json#myActorRdfResolveHypermediaLinksQueueWrapperLimitCount",
      "@type": "ActorRdfResolveHypermediaLinksQueueWrapperLimitCount"
    }
  ]
}

Config Parameters

  • carrhlqwlc:Actor/RdfResolveHypermediaLinksQueue/WrapperLimitCount#limit: The maximum number of links can can be followed per source.
  • carrhlqwlc:Actor/RdfResolveHypermediaLinksQueue/WrapperLimitCount#mediatorRdfResolveHypermediaLinksQueue: A mediator over the RDF Resolve Hypermedia Links Queue bus.

Package Sidebar

Install

npm i @comunica/actor-rdf-resolve-hypermedia-links-queue-wrapper-limit-count

Weekly Downloads

46

Version

0.4.1

License

MIT

Unpacked Size

32.5 kB

Total Files

16

Last publish

Collaborators

  • jeswr
  • joachimvh
  • rubensworks
  • rubenverborgh
  • dexagod