Simple Core ConceptsNo clunky and complex OOP or FP design principles. No Framework Magic. Just explicit code.Compose an application with commands, events, and queries.
Commands & QueriesThe real world doesn't operate in snapshots – instead it operates in actions, events and outcomes.Nimbus is a perfect fit for the CQRS pattern. Read more on cqrs.com.
Event SourcingWhen building your application to reflect real world actions and events it is crucial to store those events properly.Nimbus integrates seamlessly with EventSourcingDB.
Observability Built-InLogging, tracing, and metrics. Batteries included.Nimbus uses OpenTelemetry for all relevant operations to provide a solid foundation for observability out of the box.