first commit
This commit is contained in:
21
event-sourcing/README.md
Normal file
21
event-sourcing/README.md
Normal file
@ -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
|
||||
|
Reference in New Issue
Block a user