Stdlib

Juttle comes with a standard library that contains a few modules which export useful reducers, functions and subgraphs that you can use to enhance your Juttle programs.

To use these modules, place an import statement into the Juttle program (no "stdlib" prefix needed), for example:

import "predict" as p;

Examples of using stdlib functionality are available on GitHub.