Simple Core Concepts
No clunky and complex OOP or FP design principles. No Framework Magic. Just explicit code.
Compose an application with commands, events, and queries.
Simple Core Concepts
No clunky and complex OOP or FP design principles. No Framework Magic. Just explicit code.
Compose an application with commands, events, and queries.
Commands and Queries
The real world doesn't operate in snapshots – instead it operates in actions, events and outcomes.
EventFabric is a perfect fit for the CQRS pattern. Read more on: cqrs.com
Event Sourcing
Event sourcing is a powerful pattern that allows you to capture all changes to an application state as a sequence of events.
EventFabric provides built-in support for EventSourcingDB: eventsourcingdb.io
Observability Built-in
Observability is crucial for understanding the behavior of your application and diagnosing issues.
EventFabric provides built-in support for OpenTelemetry, allowing you to easily instrument your application and gain insights into its performance and behavior. Learn more about OpenTelemetry: opentelemetry.io