gekatateam / neptunus

Apache License 2.0
10 stars 0 forks source link

Neptunus

Neptunus is a data processing engine for consuming, transforming and producing events. Originally conceived as a central unit of a mediation platform, Neptunus may:

Neptunus is based on data processing pipelines - a compositions of six types of plugins:

Configuration

Neptunus configuration has two parts - daemon config and pipelines.

See more in our documentation.

Getting Started

Get help:

neptunus --help

Run daemon:

neptunus run --config config.toml

Test pipelines configuration:

neptunus test --config config.toml

Get help about cli tool usage:

neptunus pipeline --help