@zazuko/trifid-plugin-sparql-proxy

2.0.1 • Public • Published

Trifid plugin for sparql-proxy

Quick start

Install this Trifid plugin using:

npm install @zazuko/trifid-plugin-sparql-proxy

And then add in the config.yaml file the following part:

plugins:
  # […] your other plugins
  sparql-proxy:
    module: "@zazuko/trifid-plugin-sparql-proxy"
    paths: /query
    config:
      # The endpoint URL is the only required field
      endpointUrl: https://example.com/query

      # In case your endpoint requires authentication:
      username: admin
      password: secret

      # Rewriting configuration
      allowRewriteToggle: true # Allow the user to toggle the rewrite configuration using the `rewrite` query parameter, even if `rewrite` is set to false
      rewrite: false # Rewrite by default
      rewriteQuery: true # Allow rewriting the query (in case of rewriting)
      rewriteResults: true # Allow rewriting the results (in case of rewriting)

/@zazuko/trifid-plugin-sparql-proxy/

    Package Sidebar

    Install

    npm i @zazuko/trifid-plugin-sparql-proxy

    Weekly Downloads

    36

    Version

    2.0.1

    License

    MIT

    Unpacked Size

    8.78 kB

    Total Files

    4

    Last publish

    Collaborators

    • zazuko-bot
    • tpluscode
    • ludovicm67
    • ktk