Skip to content
EventFabric CQRS Framework
EventFabric hero image

EventFabric
Simplify Event-Driven Applications

Build event-driven applications with Typescript.

Simple Core Concepts

Simple Core Concepts icon

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

CQRS icon

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

EventSourcingDB icon

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

OpenTelemetry icon

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