Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Debezium CDC examples for Postgres & SQL Server & MySQL #93

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
4 changes: 2 additions & 2 deletions integrations/debezium/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you want to try it right now, follow these steps:
docker compose up -d --build
```

**This may take several minutes to complete the first time you run it.** If all goes well, you'll have everything running in their own containers, with Debezium configured to ship changes from MySQL into Redpanda.
**This may take one or two minutes to complete the first time you run it.** If all goes well, you'll have everything running in their own containers, with Debezium configured to ship changes from MySQL into Redpanda.

1. Confirm that everything is running as expected:
bobbyiliev marked this conversation as resolved.
Show resolved Hide resolved

Expand Down Expand Up @@ -60,7 +60,7 @@ Example:

Otherwise, you can find the steps to install and use your CLI of choice under [Supported tools](https://materialize.com/docs/integrations/sql-clients/#supported-tools).

1. Now that you're in the Materialize CLI, define the connection to the Redpanda broker and the schema registry:
1. Now that you're in the Materialize, define the connection to the Redpanda broker and the schema registry:
bobbyiliev marked this conversation as resolved.
Show resolved Hide resolved

```sql
-- Create Redpanda connection
Expand Down
2 changes: 0 additions & 2 deletions integrations/debezium/mysql/deploy/mysql_dbz.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ fi
# - updated_at
##

# Start generating reviews
# Start generating reviews
# Start generating reviews
echo "Generating reviews..."
id=1
Expand Down
4 changes: 0 additions & 4 deletions integrations/debezium/mysql/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,3 @@ services:
environment:
- MYSQL_PASSWORD='mysqlpwd'
- EXTERNAL_IP=${EXTERNAL_IP:-redpanda}
# metabase:
# image: materialize/metabase:1.0.3
# ports:
# - 3030:3000
4 changes: 2 additions & 2 deletions integrations/debezium/postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you want to try it right now, follow these steps:
docker compose up -d --build
```

**This may take several minutes to complete the first time you run it.** If all goes well, you'll have everything running in their own containers, with Debezium configured to ship changes from Postgres into Redpanda.
**This may take one or two minutes to complete the first time you run it.** If all goes well, you'll have everything running in their own containers, with Debezium configured to ship changes from Postgres into Redpanda.

1. Confirm that everything is running as expected:

Expand Down Expand Up @@ -60,7 +60,7 @@ Example:

Otherwise, you can find the steps to install and use your CLI of choice under [Supported tools](https://materialize.com/docs/integrations/sql-clients/#supported-tools).

1. Now that you're in the Materialize CLI, define the connection to the Redpanda broker and the schema registry:
1. Now that you're in the Materialize, define the connection to the Redpanda broker and the schema registry:
bobbyiliev marked this conversation as resolved.
Show resolved Hide resolved

```sql
-- Create Redpanda connection
Expand Down
2 changes: 1 addition & 1 deletion integrations/debezium/sqlserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ If you want to try it right now, follow these steps:

Otherwise, you can find the steps to install and use your CLI of choice under [Supported tools](https://materialize.com/docs/integrations/sql-clients/#supported-tools).

1. Now that you're in the Materialize CLI, define the connection to the Redpanda broker and the schema registry:
1. Now that you're in the Materialize, define the connection to the Redpanda broker and the schema registry:
bobbyiliev marked this conversation as resolved.
Show resolved Hide resolved

```sql
-- Create Redpanda connection
Expand Down