Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add a note in the readme
  • Loading branch information
ruf-io authored Apr 27, 2022
commit 134b4d831f90588b1e1ef09e3d92f848d5d1e1b3
2 changes: 2 additions & 0 deletions ecommerce-redpanda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ You'll need to have [docker and docker-compose installed](https://materialize.co
```

_(This is just a shortcut to a docker container with postgres-client pre-installed, if you already have psql you could run `psql -U materialize -h localhost -p 6875 materialize`)_

> :zap: If you want to skip the schema creation steps and load everything at once, you can run `psql -U materialize -h localhost -p 6875 -f schema.sql`

7. Now that you're in the Materialize CLI, define all of the tables in `mysql.shop` as Kafka sources:

Expand Down