We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4ac89 commit b40edc8Copy full SHA for b40edc8
samples/simple-ts/README.md
@@ -11,10 +11,13 @@ Read more in [Emmett getting started guide](https://event-driven-io.github.io/em
11
Sample require EventStoreDB, you can start it by running
12
13
with PostgreSQL:
14
+
15
```bash
16
docker-compose up
17
```
18
19
Alternatively, with YugabyteDB (PostgreSQL-compatible distributed SQL) starting 3 nodes:
20
21
22
docker-compose -f docker-compose-yugabytedb.yml up -d --scale dist=0
23
docker-compose -f docker-compose-yugabytedb.yml up -d --scale dist=1
0 commit comments