Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

Pipelets are plugins to the Squirro pipeline, used to customize the data processing.

...

The following dependencies can be requested:

DependencyDescription
cacheNon-persisted cache.
logA logging.Logger instance from Python's standard logging framework.
requestsPython requests library for to execute HTTP requests.

Configuration

When adding enrichments in the user interface, the administrator can pass in configuration to the pipelet. For example the title modification pipelet could accept a custom suffix that is to be added to the title.

...