Skip to content
maciej edited this page Sep 14, 2010 · 2 revisions

Welcome to the allejest wiki!

h2 Future ideas

In case the app ever needs to scale the Reader, Filter and Emailer can be decoupled and be allowed to execute concurrently. When working in the Actor model paradigm (as far as I understand it) messages could be passed from the Reader(s) through Filters to the Emailer.

Also it should be trivial to make it a multi-user app, add db-backed filter db and config (instead of yml) and so on…

If you find it useful go ahead and fork it.

Clone this wiki locally