Versions Compared

Key

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


Infoexcerpt

This page refers to a very early stage Squirro feature. It has not yet been release fully.

Excerpt

Squirro Script is a scripting language used in Squirro enrichments. It allows each item to be processed as it comes through the pipeline.

...

is the language reference for theĀ Squirro Script language.


The syntax of Squirro Script strongly resembled Python, but the complexity and functionality has been reduced. On the other hand Squirro Script is optimised for dealing with Squirro items, especially around how functions are used on keywords and the functions that are provided. For cases where Squirro Script is not powerful enough, pipelets can be used to use the full power of Python instead.

...