From 14a09be8f587a8cadbde2c82029ab58f0c6517b0 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 2 Nov 2019 03:04:38 +0000 Subject: [PATCH] Update page 'Pipelines' --- Pipelines.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Pipelines.md diff --git a/Pipelines.md b/Pipelines.md new file mode 100644 index 0000000..7151ac6 --- /dev/null +++ b/Pipelines.md @@ -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) \ No newline at end of file