Skip to content

Commit

Permalink
Catalog of terms - Event
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrzybek committed Apr 26, 2021
1 parent b7325b3 commit 37de062
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 deletions.
3 changes: 3 additions & 0 deletions docs/catalog-of-terms/Event-Driven-Architecture/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Event Driven Architecture

TODO
3 changes: 3 additions & 0 deletions docs/catalog-of-terms/Event-Sourcing/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Event Sourcing

TODO
3 changes: 3 additions & 0 deletions docs/catalog-of-terms/Event-Storming/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Event Storming

TODO
19 changes: 19 additions & 0 deletions docs/catalog-of-terms/Event/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Event

## Definition

*An event is something that has happened in the past.*

Source: [Domain events: design and implementation](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/domain-events-design-implementation)

## Example

For examples, see specific kind of events:
- [Domain Event](../Domain-Event/)
- [Integration Event](../Integration-Event/)

## Related

- [Event Driven Architecture](../Event-Driven-Architecture/)
- [Event Storming](../Event-Storming/)
- [Event Sourcing](../Event-Sourcing/)
3 changes: 3 additions & 0 deletions docs/catalog-of-terms/Integration-Event/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Integration Event

TODO
9 changes: 5 additions & 4 deletions docs/catalog-of-terms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
- Don't Repeat Yourself Principle
- Encapsulation
- [Entity (DDD)](Entity-DDD/)
- Event
- [Event](Event/)
- Eventual Consistency
- Event Driven Architecture
- Event Sourcing
- Event Storming
- [Event Driven Architecture](Event-Driven-Architecture/)
- [Event Sourcing](Event-Sourcing/)
- [Event Storming](Event-Storming/)
- Events Stream
- External System (Event Storming)
- Facade Pattern
Expand All @@ -54,6 +54,7 @@
- Immediate Consistency
- Immutability
- Infrastructure Layer
- [Integration Event](Integration-Event/)
- Interface
- Interface Segregation Principle
- Inversion Of Control
Expand Down

0 comments on commit 37de062

Please sign in to comment.