| ▲ | zknill 2 hours ago | ||||||||||||||||||||||
Please explain how you intend to use different models for reading and writing without there being some temporal separation between the two? Most all CQRS designs have some read view or projection built off consuming the write side. If this is not the case, and you're just writing your "read models" in the write path; where is the 'S' from CQRS (s for segregation). You wouldn't have a CQRS system here. You'd just be writing read optimised data. | |||||||||||||||||||||||
| ▲ | azkalam 2 hours ago | parent | next [-] | ||||||||||||||||||||||
- Write side is a Postgres INSERT - Read side is a SELECT on a Postgres view | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | 2 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
| [deleted] | |||||||||||||||||||||||
| ▲ | anthonylevine an hour ago | parent | prev [-] | ||||||||||||||||||||||
> Most all CQRS designs have some read view or projection built off consuming the write side. This is flat out false. | |||||||||||||||||||||||