tremor-script 0.12.4

Tremor Script Interpreter
1
2
3
4
5
6
7
8
9
10
11
12
13
### Tremor runtime related libraries. This provides the following modules:
###
### * [chash](chash.md) - functions dealing with consistent hasing
### * [origin](origin.md) - functions providing access to onramp origin data
### * [system](system.md) - functions related to the running system
### * [connectors](connectors.md) - default connectors
### * [pipelines](pipelines.md) - default pipelines

use tremor::chash;
use tremor::origin;
use tremor::system;
use tremor::connectors;
use tremor::pipelines;