londiste; drop chained handler, use single handler per table
authorMarko Kreen <markokr@gmail.com>
Fri, 11 Feb 2011 13:31:47 +0000 (15:31 +0200)
committerMarko Kreen <markokr@gmail.com>
Fri, 11 Feb 2011 13:54:22 +0000 (15:54 +0200)
commitde83f8095d7eb100f21778b61922b6e71be4741a
tree1577d70cbe9f9c110f4aac942da91209c20deac1
parenta8da96d0db8077d06f3d5ffa46d95ea69f426060
londiste; drop chained handler, use single handler per table

Original idea was to let admins cascade different handlers,
but that seems too complicated.  Instead let programmer
use subclassing to create handlers with required functionality.
python/londiste.py
python/londiste/handler.py
python/londiste/playback.py
python/londiste/setup.py