prooph / link

Automated Workflow Processing
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Change REST API to support CQRS #19

Closed codeliner closed 9 years ago

codeliner commented 9 years ago

Use commands for the write side and send them to a message box. Add a polling mechanism to fetch new events. The read side can continue to provide REST services.

codeliner commented 9 years ago

Closed as not needed. We only work with CQRS style when it really makes sense. The REST API works fine for the configuration UI.