Alberto Mijares
unread,Feb 14, 2020, 8:12:12 AM2/14/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mojo Users Group
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