Dear mojo devs,

I want to design and develop a generic framework for documents
processing. Basically, a data input, validations, business rules,
optional rendering and delivery. So, the data input module might be
static but all the other modules would be custom according to the
needs. For example, one might want to deliver to a S3 bucket while
others might want to deliver via email or SMS.

Now the question is: what's the best approach for easily installing
and configuring such modules in the framework? The link between
modules would be a queue, not sure about the backend for those queues
yet, though, perhaps Pg or Celery. Ideally, when you install the
framework it comes with default "dummy" modules with some very basic
functionality that also serves as template for developing custom
modules.

Thanks in advance for your suggestions.


Alberto Mijares

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/CAGZBXN8s_aVkb81mQCnpeMO%2B7wOxyqWEKQ0My43TF3rbjqCDzg%40mail.gmail.com.

Reply via email to