We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a76c0 commit 76d1cb5Copy full SHA for 76d1cb5
1 file changed
README.md
@@ -4,7 +4,8 @@ This repository contains basic modules of the [NEMEA
4
system](https://github.com/CESNET/Nemea). The modules and their
5
functionality/purposes are:
6
7
-* [ListDetector](modules/listdetector/): forwards records that match rules list.
+* [Clickhouse](modules/clickhouse/): converts unirec into clickhouse DB.
8
+* [Deduplicator](modules/deduplicator/): omit duplicate records.
9
+* [ListDetector](modules/listDetector/): forwards records that match rules list.
10
* [Sampler](modules/sampler/): sample records at the given rate.
11
* [Telemetry](modules/telemetry/): provides unirec telemetry of the input interface.
-* [Deduplicator](modules/deduplicator/): omit duplicate records.
0 commit comments