Skip to content

Commit b0186ec

Browse files
committed
readme clarity, fixes, collapsing of text
1 parent 6993f02 commit b0186ec

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,44 @@
22

33
An application showing the absolute basics of event sourcing with [EventStoreDB (ESDB)](https://www.eventstore.com/).
44

5+
56
## 💡 Inspiration
67

78
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!
89

9-
### 🤔 Mini-Log / Thoughts / Brian Dump
1010

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>
1221
- Updated some code, fixed some bugs and typos.
1322
- Decided this repository will have multiple versions.
1423
- One that works nearly the same as Nick's original in-memory incarnation.
1524
- Another using ESDB and some of the most frequently used commands with the ESDB .NET client.
1625
- Could have a potential third version if there is some demand from the community.
1726
- 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>
1930
- Watched Nick's initial video. Awesome. Wait, what if we did the same thing, but with ESDB?
2031
- Made this code repository and .NET solution.
2132
- 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+
2235

2336
## 📺 Companion Video
2437

2538
A video will be posted on my [YouTube channel](https://www.youtube.com/@event-sourcing) soon.
2639

2740
Ideally on my birthday, May 22nd!
2841

42+
2943
## 🐋 Requirements
3044

3145
1. [Docker](https://www.docker.com/products/docker-desktop/)
@@ -89,6 +103,7 @@ dotnet run --project .\StudentEnrollment01\StudentEnrollment01.csproj
89103

90104
Instructions will go here, but will basically be the same as above!
91105

106+
92107
## 🔗 Resources
93108

94109
Erik Shafer (me):
@@ -101,6 +116,7 @@ Nick Chapsas:
101116
- [youtube.com/@nickchapsas](https://www.youtube.com/@nickchapsas) - YouTube channel
102117
- [Dometrain](https://dometrain.com/) - Courses crafted by real engineers for the real world.
103118

119+
104120
## License
105121

106122
To Be Determined.

0 commit comments

Comments
 (0)