The Tideland Event-Driven Application Server is a lightweight system for business solutions based on Erlang/OTP. It encourages the development of very loose coupled distributed systems with a high reliability. Seperate components allow the flexible implementation of business processes, business logic, and realtime business intelligence.
Status
2009-09-20
- Tests showed that the current event flow is hard to maintain
- So a redesign will happen towards a better bus-based architecture
- Processes, agents, and processors will work together
- Processes for business processes and workflows
- Agents for business logic
- Processors for the complex event processing
2009-08-18
- Event handling is now persistent
- Services have a temporary memory
- Basic complex event processing is integrated
- Processes continue their work automatically after a restart
2009-03-01
- EAS core is working
- Callback API is defined
- Distributed usage is possible, but needs manual configuration
- Simple start from a configuration file is not yet implemented
- Execution time measuring is integrated
- API is already relative robust against wrong usage
- CES implemenation will be started to verify the EAS implementation