Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

trifid-plugin-spex

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trifid-plugin-spex

Trifid SPEX plugin

  • 2.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
increased by83.33%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 24 Oct 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc