Socket
Socket
Sign inDemoInstall

@comunica/actor-rdf-join-inner-nestedloop

Package Overview
Dependencies
41
Maintainers
5
Versions
63
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @comunica/actor-rdf-join-inner-nestedloop

A nestedloop rdf-join actor


Version published
Weekly downloads
1.6K
increased by0.31%
Maintainers
5
Created
Weekly downloads
 

Changelog

Source

v3.1.2 - 2024-05-30

Fixed

Changed

<a name="v3.1.1"></a>

Readme

Source

Comunica Inner NestedLoop RDF Join Actor

npm version

An RDF Join actor that inner-joins using nested looping.

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-nestedloop

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-nestedloop/^3.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:rdf-join/actors#inner-nestedloop",
      "@type": "ActorRdfJoinNestedLoop",
      "mediatorJoinSelectivity": { "@id": "urn:comunica:default:rdf-join-selectivity/mediators#main" }
    }
  ]
}

Config Parameters

Keywords

FAQs

Last updated on 30 May 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc