For full text search please use the '?' prefix. e.g. ? Onboarding

Command Query Responsibility Segregation

  • expressions of intent could also be considered commands
    • but maybe best to add another layer.

Resources

  • https://medium.com/digitalfrontiers/the-good-the-bad-and-the-ugly-how-to-choose-an-event-store-f1f2a3b70b2d
  • https://betterprogramming.pub/choosing-a-cqrs-architecture-that-works-for-you-02619555b0a0
  • https://betterprogramming.pub/commands-in-an-event-driven-architecture-2b01892bf2dc

Backlinks
  • Set_up_opentelemetry_wtih_event_sourcing_and_marten
  • Cqrs from Scratch with TypeScript
  • Event Sourcing
Resources