1.1.0 • Published 6 years ago

trifid-handler-fs v1.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

trifid-handler-fs

File system handler for Trifid.

Usage

The handler requires only a path property, that points to the path which contains the graphs as Turtle or N-Triples files.

Examples

This configuration tells Trifid to use the trifid-handler-fs handler and uses the graph files in node_modules/tbbt-ld:

"handler": {
  "module": "trifid-handler-fs",
  "options": {
    "path": "node_modules/tbbt-ld"
  }
}