trifid-plugin-spex

2.0.2 • Public • Published

trifid-plugin-spex

SPEX for Trifid.

This plugin does the static file hosting for all SPEX files and renders a view page that points to the configured endpoint URL.

Quick start

Install this Trifid plugin using:

npm install trifid-plugin-spex

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

plugins:
  # […] your other plugins
  spex:
    module: trifid-plugin-spex
    paths: # by default
      - /spex
      - /spex/
    config:
      prefixes:
        - prefix: ex
          namespace: http://example.org/

Configuration

The following options are supported (all of them optional):

  • url: URL to the SPARQL endpoint which will be used in the SPEX interface
  • user: User to connect to the SPARQL endpoint
  • password: Password to connect to the SPARQL endpoint
  • graph: Default graph to display
  • prefixes: List of custom prefixes (e.g. [{ prefix: 'ex', namespace: 'http://example.org' }])
  • forceIntrospection: force introspection

Readme

Keywords

none

Package Sidebar

Install

npm i trifid-plugin-spex

Weekly Downloads

34

Version

2.0.2

License

Apache-2.0

Unpacked Size

18.2 kB

Total Files

5

Last publish

Collaborators

  • tpluscode
  • ludovicm67
  • zazuko-bot