You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,30 +2,44 @@
2
2
3
3
An application showing the absolute basics of event sourcing with [EventStoreDB (ESDB)](https://www.eventstore.com/).
4
4
5
+
5
6
## 💡 Inspiration
6
7
7
8
Inspired by Nick Chapsas' video about [getting started with Event Sourcing in .NET](https://www.youtube.com/watch?v=n_o-xuuVtmw). This take however uses EventStoreDB as its, well, store of events!
8
9
9
-
### 🤔 Mini-Log / Thoughts / Brian Dump
10
10
11
-
-**2024-May-21**:
11
+
### 📄 Mini-Log / 🤔 Thoughts / 🧠 Brain Dump
12
+
13
+
This is not an Architectural Decision Records (ADRs) log. [This is just a tribute 🎶🎸](https://www.youtube.com/watch?v=Vdq3BtWDRq8).
14
+
15
+
<details>
16
+
<summary><strong>2024-May-21</strong></summary>
17
+
- For clarity, renamed the .NET console application projects.
18
+
</details>
19
+
<details>
20
+
<summary><strong>2024-May-21</strong></summary>
12
21
- Updated some code, fixed some bugs and typos.
13
22
- Decided this repository will have multiple versions.
14
23
- One that works nearly the same as Nick's original in-memory incarnation.
15
24
- Another using ESDB and some of the most frequently used commands with the ESDB .NET client.
16
25
- Could have a potential third version if there is some demand from the community.
17
26
- Would appreciate feedback. That and questions could extend this even further, perhaps.
18
-
-**2024-May-20**:
27
+
</details>
28
+
<details>
29
+
<summary><strong>2024-May-20</strong></summary>
19
30
- Watched Nick's initial video. Awesome. Wait, what if we did the same thing, but with ESDB?
20
31
- Made this code repository and .NET solution.
21
32
- Only the bare bones as of this commit. Will update to include some event sourcing best practices without "getting into the weeds" too much.
33
+
</details>
34
+
22
35
23
36
## 📺 Companion Video
24
37
25
38
A video will be posted on my [YouTube channel](https://www.youtube.com/@event-sourcing) soon.
0 commit comments