3.0.3 • Published 27 days ago

@comunica/actor-rdf-join-inner-multi-bind v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
27 days ago

Comunica Inner Multi-way Bind RDF Join Actor

npm version

An RDF Join actor that inner-joins 2 or more streams by picking the one with the lowest cardinality, binding each item with the remaining operations, and recursively resolving those operations by delegating to the Query Operation bus.

By default, it will bind in a depth-first manner, but this can be changed to breadth-first iteration if needed.

As soon as at least one of the join entries can contain undefined values, this actor will maintain the original join order, and just pick the first one as the one to bind from.

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-join-inner-multi-bind

Configure

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

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-join-inner-multi-bind/^3.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:rdf-join/actors#inner-multi-bind",
      "@type": "ActorRdfJoinMultiBind",
      "mediatorJoinSelectivity": { "@id": "urn:comunica:default:rdf-join-selectivity/mediators#main" },
      "mediatorJoinEntriesSort": { "@id": "urn:comunica:default:rdf-join-entries-sort/mediators#main" },
      "mediatorQueryOperation": { "@id": "urn:comunica:default:query-operation/mediators#main" },
      "mediatorMergeBindingsContext": { "@id": "urn:comunica:default:merge-bindings-context/mediators#main" }
    }
  ]
}

Config Parameters

  • mediatorJoinSelectivity: A mediator over the RDF Join Selectivity bus.
  • mediatorJoinEntriesSort: A mediator over the RDF Join Entries Sort bus.
  • mediatorQueryOperation: A mediator over the Query Operation bus.
  • mediatorMergeBindingsContext: A mediator over the Merge Bindings Context bus.
  • bindOrder: The order in which elements should be bound. (defaults to depth-first, but can also be breadth-first)
  • selectivityModifier: Multiplier for selectivity values. (defaults to 0.0001)
3.0.3

27 days ago

3.0.1

2 months ago

3.0.1-alpha.46.0

2 months ago

3.0.1-alpha.45.0

3 months ago

3.0.1-alpha.44.0

3 months ago

3.0.1-alpha.43.0

3 months ago

2.10.1

5 months ago

2.8.1

10 months ago

2.8.0

10 months ago

2.10.0

7 months ago

2.9.0

8 months ago

2.8.2

9 months ago

2.7.0

12 months ago

2.7.1

11 months ago

2.6.8

1 year ago

2.6.0

1 year ago

2.6.7

1 year ago

2.5.0

1 year ago

2.5.1

1 year ago

2.4.0

2 years ago

2.3.1-alpha.30.0

2 years ago

2.3.1-alpha.31.0

2 years ago

2.2.2-alpha.19.0

2 years ago

2.2.2-alpha.18.0

2 years ago

2.3.1-alpha.23.0

2 years ago

2.2.2-alpha.17.0

2 years ago

2.3.1-alpha.24.0

2 years ago

2.2.2-alpha.16.0

2 years ago

2.3.1-alpha.21.0

2 years ago

2.2.2-alpha.15.0

2 years ago

2.3.1-alpha.22.0

2 years ago

2.2.2-alpha.14.0

2 years ago

2.3.1-alpha.27.0

2 years ago

2.2.2-alpha.13.0

2 years ago

2.3.1-alpha.28.0

2 years ago

2.2.2-alpha.12.0

2 years ago

2.3.1-alpha.25.0

2 years ago

2.2.2-alpha.11.0

2 years ago

2.3.1-alpha.26.0

2 years ago

2.3.1-alpha.29.0

2 years ago

2.3.0

2 years ago

2.2.2-alpha.20.0

2 years ago

2.2.0

2 years ago

2.0.7-alpha.10.0

2 years ago

2.0.1

2 years ago

2.0.1-alpha.9.0

2 years ago

2.0.1-alpha.8.0

2 years ago

2.0.1-alpha.7.0

2 years ago

2.0.1-alpha.6.0

2 years ago

2.0.1-alpha.5.0

2 years ago