Update page 'Pipelines'

Shadowfacts 2019-11-02 03:04:38 +00:00
parent 4405d83eda
commit 14a09be8f5
1 changed files with 9 additions and 0 deletions

9
Pipelines.md Normal file

@ -0,0 +1,9 @@
A pipeline is a collection of pipeline stages that incoming RSS items will be passed through. Pipeline stages can either accept items as they are, modify them, or reject them altogether.
Each RSS feed in Frenzy has its own associated pipeline.
The built in stages are:
- [Filter](https://git.shadowfacts.net/shadowfacts/frenzy/wiki/Filter-Stage)
- [Scrape](https://git.shadowfacts.net/shadowfacts/frenzy/wiki/Scrape-Stage)
- [Conditional](https://git.shadowfacts.net/shadowfacts/frenzy/wiki/Conditional-Stage)