diff --git a/event-sourcing/README.md b/event-sourcing/README.md new file mode 100644 index 000000000..c513d2da9 --- /dev/null +++ b/event-sourcing/README.md @@ -0,0 +1,21 @@ +--- +layout: pattern +title: Event Sourcing +folder: event-sourcing +permalink: /patterns/event-sourcing/ +categories: Concurrency +tags: + - Java + - Difficulty Intermediate + - Performance +--- + +## Intent + +## Applicability +Use the Event Sourcing pattern when + +* You have a limited accesibility resource and the asynchronous process is acceptable to reach that + +## Credits + diff --git a/event-sourcing/etc/.gitkeep b/event-sourcing/etc/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/event-sourcing/pom.xml b/event-sourcing/pom.xml new file mode 100644 index 000000000..6dc90063e --- /dev/null +++ b/event-sourcing/pom.xml @@ -0,0 +1,43 @@ + + + + 4.0.0 + + java-design-patterns + com.iluwatar + 1.17.0-SNAPSHOT + + event-sourcing + + + junit + junit + test + + + \ No newline at end of file diff --git a/event-sourcing/src/.gitkeep b/event-sourcing/src/.gitkeep new file mode 100644 index 000000000..e69de29bb