[BangPypers] Business rule engine in Python

Noufal Ibrahim noufal at gmail.com
Mon Dec 14 06:46:33 CET 2009


On Mon, Dec 14, 2009 at 11:09 AM, Ramdas S <ramdaz at gmail.com> wrote:

> Noufal,
>
> We had and have similar requirements. I did some asking at IRC, and the
> general recommendation was to write custom modules in Python or store the
> rules as conditions in database tables.
>
> We are using the second option and using ORMs its pretty easy to create
> what
> you want, and have been shipping a pretty successful messaging solution,
> which has some fairly complex business rules.
>
> I'd suggest you to handroll one


Okay. I went the DSL way for an earlier project and it was fairly robust
(although the rules were extremely simple). How long did it take to
implement your solution?

-- 
~noufal
http://nibrahim.net.in


More information about the BangPypers mailing list