2.6.1 • Published 7 months ago

@zazuko/trifid-plugin-sparql-proxy v2.6.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
7 months ago

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

      # # In case you want to add support for multiple endpoints
      # # Define the endpoints in the following way (the "default" endpoint is required)
      # # The default endpoint value will override the endpointUrl, username and password values
      # endpoints:
      #   default:
      #     endpointUrl: https://example.com/query
      #     username: admin1
      #     password: secret2
      #   other:
      #     endpointUrl: https://example.com/other-query
      #     username: admin2
      #     password: secret2

      # 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)

      # Configure formats, that can be used as `format` query parameter
      formats:
        ttl: "text/turtle"
        jsonld: "application/ld+json"
        xml: "application/rdf+xml"
        nt: "application/n-triples"
        trig: "application/trig"
        csv: "text/csv"

      # Configure the log level for the queries
      queryLogLevel: debug # Log level for the queries
2.6.1

7 months ago

2.6.0

7 months ago

2.5.2

9 months ago

2.5.0

9 months ago

2.5.1

9 months ago

2.4.3

11 months ago

2.4.4

10 months ago

2.4.2

11 months ago

2.3.0

11 months ago

2.4.1

11 months ago

2.4.0

11 months ago

2.2.0

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago