fake_local and qsplitter handlers
authorEgon Valdmees <egon.valdmees@skype.net>
Wed, 1 Jun 2011 14:07:36 +0000 (17:07 +0300)
committerEgon Valdmees <egon.valdmees@skype.net>
Tue, 7 Jun 2011 12:43:53 +0000 (15:43 +0300)
commit05fdcf6c4d2c3431decd15ec34878853bc85d4e4
tree981e2a4bea04b435b12976a53f96dea461fe144e
parent10d11589a1a86bbbb812783b3a5c8fda861a9aef
fake_local and qsplitter handlers

added new handlers:
* fake_local  - dummy handler to setup queue tables. All events are ignored. Table structure is not required. Use in branch/leaf
* qsplitter  -  dummy handler to setup queue tables. All events are ignored. Table structure is not required. All table events are inserted to destination queue, specified with handler arg 'queue'.

changed local_add_table to allow adding of non-existing tables
python/londiste/handlers/qtable.py
python/londiste/setup.py
sql/londiste/functions/londiste.local_add_table.sql
tests/qtable/init.sh [new file with mode: 0755]
tests/qtable/regen.sh [new file with mode: 0755]