Promena – Modular Transformation System for Alfresco
by BeOne PL
Community
Modular general-purpose transformation system built for Alfresco that delegates heavy document transformation tasks (converting, OCR, report generation) to external nodes via ActiveMQ or HTTP.
About
An Akka-based transformation framework that offloads long-running document operations from Alfresco to dedicated transformation nodes.
- Connectors: ActiveMQ (preferred for production) or HTTP
- Communication: file-based (production) or in-memory
- Transformers: composable, identified by name+sub-name, distributable across nodes
- Load balancing: adaptive load balancing across cluster nodes
- Alfresco integration via a separate promena-alfresco module
See promena-sample for deployment and transformer examples.