pipeflow

Transform data through a pipeline definition

$ luarocks install --server=https://luarocks.org/dev pipeflow

This library provides a sequentional processor to transform data. This is inspired by the ingest pipeline of Elasticsearch.

It can be used to process any data type and apply changes with different processors.

Each processor can modify the data or use it to print or send to external services.

Versions

dev-1dev3 days ago3 downloads

Dependencies

busted == 2.2.0-1
lua >= 5.1

Manifests