From c10003a630f943b734eac226a9caff7ea4d68d71 Mon Sep 17 00:00:00 2001 From: Starow Date: Thu, 7 Aug 2014 14:46:43 +0200 Subject: [PATCH] Changing ZMQ Curve Module comment --- bin/ZMQ_Sub_Curve.py | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/bin/ZMQ_Sub_Curve.py b/bin/ZMQ_Sub_Curve.py index 4eed4171..ad1236f1 100755 --- a/bin/ZMQ_Sub_Curve.py +++ b/bin/ZMQ_Sub_Curve.py @@ -4,25 +4,12 @@ The ZMQ_Sub_Curve Module ============================ -This module is consuming the Redis-list created by the ZMQ_PubSub_Tokenize_Q Module. +This module is consuming the Redis-list created by the ZMQ_Sub_Curve_Q Module. -Each words files created under /files/ are representing categories. -This modules take these files and compare them to -the stream of data given by the ZMQ_PubSub_Tokenize_Q Module. - -When a word from a paste match one or more of these words file, the filename of -the paste is published/forwarded to the next modules. - -Each category (each files) are representing a dynamic channel. -This mean that if you create 1000 files under /files/ you'll have 1000 channels -where every time there is a matching word to a category, the paste containing -this word will be pushed to this specific channel. +This modules update a .csv file used to draw curves representing selected words and their occurency per day. ..note:: The channel will have the name of the file created. -Implementing modules can start here, create your own category file, -and then create your own module to treat the specific paste matching this category. - ..note:: Module ZMQ_Something_Q and ZMQ_Something are closely bound, always put the same Subscriber name in both of them.