Versions Compared

Key

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

Excerpt

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

Its syntax strongly resembled Python, but the complexity and functionality has been reduced. On the other hand Squirro Script is optimized 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.

Table of Contents

...

This page can now be found at Squirro Scripts on the Squirro Docs site.