Skip to content

Commit

Permalink
new readme complete
Browse files Browse the repository at this point in the history
  • Loading branch information
mrogunlana committed May 15, 2023
1 parent 8f3f270 commit c28da27
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Panama - A fluent dotnet core library for event-based microservices
# Panama - A fluent dotnet core framework for event-based microservices

Panama is a dotnet core library based on the command query responsibility segregation design pattern [(CQRS overview)](https://learn.microsoft.com/en-us/azure/architecture/patterns/cqrs).
Panama is a dotnet core framework based on the command query responsibility segregation design pattern [(CQRS overview)](https://learn.microsoft.com/en-us/azure/architecture/patterns/cqrs).

The library is organized around `ICommand`, `IQuery`, `IValidate`, `IRollback` interfaces:
The framework is organized around `ICommand`, `IQuery`, `IValidate`, `IRollback` interfaces:

## ICommand
Commands are objects that can change the state of a domain. A chain of responsibilities in the form of multiple `ICommand` objects can be scaffolded on a handler to form a comprehensive domain event:
Expand Down Expand Up @@ -161,7 +161,6 @@ services.AddLogging(loggingBuilder => {
}
}
}
```

# Panama Canal - A transactional event bus framework for distributed microservices
Expand Down

0 comments on commit c28da27

Please sign in to comment.