Rec-cloud is Spring-flavoured rec framework, runs as either standalone application, or destributed application clusters.
Rec-cloud has 3 different type of components for lightweight and scalable cloud applications:
- Scheduled tasks, for either single run, or repeatly running batch tasks
- Request handlers, for real-time massive http request proccessing
- Service workers, for real-time internal processing logic with messaging / rest interface
All of theses components are integrated with lots of protocols & services:
- HTTP/Rest request
- Internal message queues
- SQL/NoSQL database access
- Amazon Web Service client integration