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
In this section, you will start a GitHub Codespaces session in your browser.
8
8
9
-
::: info
10
-
GitHub Codespaces provides an instant and preconfigured development environment all within your browser. This environment contains all the tools and code to complete this tutorial. To learn more about Github Codespaces, [click here](https://github.com/features/codespaces).
11
-
:::
9
+
::: info
10
+
GitHub Codespaces provides an instant and preconfigured development environment all within your browser. This environment contains all the tools and code to complete this tutorial. To learn more about Github Codespaces, [click here](https://github.com/features/codespaces).
11
+
:::
12
12
13
13
You will then initialize KurrentDB by appending sample events that mimic an e-commerce application. The events are appended using a data generator program.
14
14
@@ -30,7 +30,6 @@ You will then initialize KurrentDB by appending sample events that mimic an e-co
30
30
31
31
5. Wait for your Codespace to build. This can take up to a few minutes.
32
32
33
-
34
33
::: tip
35
34
For this quickstart, you can safely ignore and close any Codespaces notifications that appear on the bottom right of the page.
36
35
:::
@@ -63,7 +62,7 @@ For this quickstart, you can safely ignore and close any Codespaces notification
## Step 3: Browse Sample Events in KurrentDB's Admin UI
69
68
@@ -73,24 +72,24 @@ For this quickstart, you can safely ignore and close any Codespaces notification
73
72
74
73
2. You should see an ordered list of the appended events associated with two distinct, virtual shopping carts.
75
74
76
-
::: info Introducing shopping cart events
77
-
In KurrentDB, events for each shopping cart are appended to a stream like `cart-2fbe05d1dcf043d782ea24923298ae3a`, where `2fbeone05d1dcf043d782ea24923298ae3a` is the cart's unique ID.
75
+
::: info Introducing shopping cart events
76
+
In KurrentDB, events for each shopping cart are appended to a stream like `cart-2fbe05d1dcf043d782ea24923298ae3a`, where `2fbeone05d1dcf043d782ea24923298ae3a` is the cart's unique ID.
0 commit comments