2.2.4 • Published 11 months ago

@incremunica/actor-source-watch-polling v2.2.4

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

Incremunica Polling Source Watch Actor

npm version

An incremunica Polling Source Watch Actor.

Install

$ yarn add @incremunica/actor-source-watch-polling

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@incremunica/actor-source-watch-polling/^2.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:source-watch/actors#polling",
      "@type": "ActorSourceWatchPolling"
    }
  ]
}