Skip to content

Commit 8fa00a6

Browse files
Update README.md
1 parent 7fd811d commit 8fa00a6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

ibm-demo/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@
55
This repository demonstrates how to integrate with IBM technologies (IBM MQ and DB2). Two connectors will be started up: Datagen source, to mock clickstream data and IBM MQ Connetor source. Then we'll use KSQL to join the two sources together. We'll also configure a IBM DB2 source connector to read data from DB2. The resut of the ksqlDB join will be sent to IBM MQ using a sink connector.
66

77
## Download the demo
8-
Using your terminal, clone the [confluentinc/demo-scene](https://github.com/confluentinc/demo-scene) GitHub repository..
8+
Using your terminal, Download the zip containing this [confluentinc/demo-scene](https://github.com/confluentinc/demo-scene) GitHub repository..
99

1010
```bash
11-
git clone https://github.com/confluentinc/demo-scene
12-
cd demo-scene/ibm-demo
11+
wget http://github.com/confluentinc/demo-scene/archive/master.zip
12+
```
13+
14+
Then unzip the file and enter in the directory demo-scene-master/ibm-demo from your teminal.
15+
If you are using a Mac or similar commands should be:
16+
17+
```bash
18+
unzip master.zip
19+
cd demo-scene-master/ibm-demo
1320
```
1421

1522
## Make commands

0 commit comments

Comments
 (0)