Grafter 0.8.12
Tools for the hard graft of data processing
grafter.pipeline
Functions to declare the presence of Grafter pipeline functions to external processes and programs such as lein-grafter and Grafter server.
Public variables and functions:
grafter.pipeline.types
This namespace code for parsing and interpreting grafter.pipeline/declare-pipeline type signatures. In particular it defines a macro deftype-reader that can be used to coerce/read strings into their appropriate clojure types.
Public variables and functions:
grafter.rdf
Functions and macros for creating RDF data. Includes a small DSL for creating turtle-like templated forms.
Public variables and functions:
grafter.rdf.formats
Symbols used to specify different Linked Data Serializations.
Public variables and functions:
grafter.rdf.io
Functions & Protocols for serializing Grafter Statements to (and from) any Linked Data format supported by Sesame.
grafter.rdf.preview
Tool support for rendering previews of grafter.tabular graph-fn templates with values from datasets.
Public variables and functions:
grafter.rdf.protocols
Grafter protocols and types for RDF processing
grafter.rdf.repository
Functions for constructing and working with various Sesame repositories.
Public variables and functions:
grafter.rdf.repository.registry
Namespace containing functions to manage the global registry of Sesame parsers.
Public variables and functions:
grafter.rdf.templater
Functions for converting tree’s of turtle-like data into Linked Data statements (triples/quads).
Public variables and functions:
grafter.tabular
Functions for processing tabular data.
Public variables and functions:
- _
- add-column
- add-columns
- apply-columns
- build-lookup-table
- column-names
- columns
- dataset?
- derive-column
- drop-rows
- graph-fn
- grep
- make-dataset
- mapc
- melt
- move-first-row-to-header
- read-dataset
- read-datasets
- rename-columns
- reorder-columns
- resolve-column-id
- resolve-key-cols
- rows
- swap
- take-rows
- test-dataset
- with-metadata-columns
- without-metadata-columns
- write-dataset
grafter.url
Utilities and protocols for building and handling URLs and URIs.