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
Copy file name to clipboardExpand all lines: aggregating-count/flinksql/README.md
+27-13Lines changed: 27 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,14 +38,21 @@ against Flink and Kafka running in Docker, or with Confluent Cloud.
38
38
<details>
39
39
<summary>Flink Table API-based test</summary>
40
40
41
-
####Prerequisites
41
+
### Prerequisites
42
42
43
43
* Java 17, e.g., follow the OpenJDK installation instructions [here](https://openjdk.org/install/) if you don't have Java.
44
44
* Docker running via [Docker Desktop](https://docs.docker.com/desktop/) or [Docker Engine](https://docs.docker.com/engine/install/)
45
45
46
-
####Run the test
46
+
### Run the test
47
47
48
-
Run the following command to execute [FlinkSqlAggregatingCountTest#testCountAggregation](src/test/java/io/confluent/developer/FlinkSqlAggregatingCountTest.java):
48
+
Clone the `confluentinc/tutorials` GitHub repository (if you haven't already) and navigate to the `tutorials` directory:
Run the following command to execute [FlinkSqlAggregatingCountTest#testCountAggregation](src/test/java/io/confluent/developer/FlinkSqlAggregatingCountTest.java):
49
56
50
57
```plaintext
51
58
./gradlew clean :aggregating-count:flinksql:test
@@ -58,14 +65,21 @@ Run the following command to execute [FlinkSqlAggregatingCountTest#testCountAggr
58
65
<details>
59
66
<summary>Flink SQL Client CLI</summary>
60
67
61
-
####Prerequisites
68
+
### Prerequisites
62
69
63
70
* Docker running via [Docker Desktop](https://docs.docker.com/desktop/) or [Docker Engine](https://docs.docker.com/engine/install/)
64
71
*[Docker Compose](https://docs.docker.com/compose/install/). Ensure that the command `docker compose version` succeeds.
65
72
66
-
#### Run the commands
73
+
### Run the commands
74
+
75
+
Clone the `confluentinc/tutorials` GitHub repository (if you haven't already) and navigate to the `tutorials` directory:
docker compose -f ./docker/docker-compose-flinksql.yml up -d
@@ -123,11 +137,11 @@ Run the following command to execute [FlinkSqlAggregatingCountTest#testCountAggr
123
137
124
138
```plaintext
125
139
title tickets_sold
126
-
---------------- -----------
127
-
Aliens 1
128
-
Die Hard 3
129
-
The Big Lebowski 2
130
-
The Godfather 4
140
+
---------------- ------------
141
+
Aliens 1
142
+
Die Hard 3
143
+
The Big Lebowski 2
144
+
The Godfather 4
131
145
```
132
146
133
147
When you are finished, clean up the containers used for this tutorial by running:
@@ -141,12 +155,12 @@ Run the following command to execute [FlinkSqlAggregatingCountTest#testCountAggr
141
155
<details>
142
156
<summary>Confluent Cloud</summary>
143
157
144
-
####Prerequisites
158
+
### Prerequisites
145
159
146
160
* A [Confluent Cloud](https://confluent.cloud/signup) account
147
161
* A Flink compute pool created in Confluent Cloud. Follow [this](https://docs.confluent.io/cloud/current/flink/get-started/quick-start-cloud-console.html) quick start to create one.
148
162
149
-
####Run the commands
163
+
### Run the commands
150
164
151
165
In the Confluent Cloud Console, navigate to your environment and then click the `Open SQL Workspace` button for the compute
Copy file name to clipboardExpand all lines: aggregating-minmax/flinksql/README.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,21 @@ against Flink and Kafka running in Docker, or with Confluent Cloud.
41
41
<details>
42
42
<summary>Flink Table API-based test</summary>
43
43
44
-
####Prerequisites
44
+
### Prerequisites
45
45
46
46
* Java 17, e.g., follow the OpenJDK installation instructions [here](https://openjdk.org/install/) if you don't have Java.
47
47
* Docker running via [Docker Desktop](https://docs.docker.com/desktop/) or [Docker Engine](https://docs.docker.com/engine/install/)
48
48
49
-
####Run the test
49
+
### Run the test
50
50
51
-
Run the following command to execute [FlinkSqlAggregatingMinMaxTest#testMinMax](src/test/java/io/confluent/developer/FlinkSqlAggregatingMinMaxTest.java):
51
+
Clone the `confluentinc/tutorials` GitHub repository (if you haven't already) and navigate to the `tutorials` directory:
Run the following command to execute [FlinkSqlAggregatingMinMaxTest#testMinMax](src/test/java/io/confluent/developer/FlinkSqlAggregatingMinMaxTest.java):
52
59
53
60
```plaintext
54
61
./gradlew clean :aggregating-minmax:flinksql:test
@@ -61,14 +68,21 @@ Run the following command to execute [FlinkSqlAggregatingMinMaxTest#testMinMax](
61
68
<details>
62
69
<summary>Flink SQL Client CLI</summary>
63
70
64
-
####Prerequisites
71
+
### Prerequisites
65
72
66
73
* Docker running via [Docker Desktop](https://docs.docker.com/desktop/) or [Docker Engine](https://docs.docker.com/engine/install/)
67
74
*[Docker Compose](https://docs.docker.com/compose/install/). Ensure that the command `docker compose version` succeeds.
68
75
69
-
#### Run the commands
76
+
### Run the commands
77
+
78
+
Clone the `confluentinc/tutorials` GitHub repository (if you haven't already) and navigate to the `tutorials` directory:
docker compose -f ./docker/docker-compose-flinksql.yml up -d
@@ -146,12 +160,12 @@ Run the following command to execute [FlinkSqlAggregatingMinMaxTest#testMinMax](
146
160
<details>
147
161
<summary>Confluent Cloud</summary>
148
162
149
-
####Prerequisites
163
+
### Prerequisites
150
164
151
165
* A [Confluent Cloud](https://confluent.cloud/signup) account
152
166
* A Flink compute pool created in Confluent Cloud. Follow [this](https://docs.confluent.io/cloud/current/flink/get-started/quick-start-cloud-console.html) quick start to create one.
153
167
154
-
####Run the commands
168
+
### Run the commands
155
169
156
170
In the Confluent Cloud Console, navigate to your environment and then click the `Open SQL Workspace` button for the compute
Copy file name to clipboardExpand all lines: cumulating-windows/flinksql/README.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,14 +54,21 @@ against Flink and Kafka running in Docker, or with Confluent Cloud.
54
54
<details>
55
55
<summary>Flink Table API-based test</summary>
56
56
57
-
####Prerequisites
57
+
### Prerequisites
58
58
59
59
* Java 17, e.g., follow the OpenJDK installation instructions [here](https://openjdk.org/install/) if you don't have Java.
60
60
* Docker running via [Docker Desktop](https://docs.docker.com/desktop/) or [Docker Engine](https://docs.docker.com/engine/install/)
61
61
62
-
####Run the test
62
+
### Run the test
63
63
64
-
Run the following command to execute [FlinkSqlCumulatingWindowTest#testCumulatingWindows](src/test/java/io/confluent/developer/FlinkSqlCumulatingWindowTest.java):
64
+
Clone the `confluentinc/tutorials` GitHub repository (if you haven't already) and navigate to the `tutorials` directory:
Run the following command to execute [FlinkSqlCumulatingWindowTest#testCumulatingWindows](src/test/java/io/confluent/developer/FlinkSqlCumulatingWindowTest.java):
65
72
66
73
```plaintext
67
74
./gradlew clean :cunulating-windows:flinksql:test
@@ -74,14 +81,21 @@ Run the following command to execute [FlinkSqlCumulatingWindowTest#testCumulatin
74
81
<details>
75
82
<summary>Flink SQL Client CLI</summary>
76
83
77
-
####Prerequisites
84
+
### Prerequisites
78
85
79
86
* Docker running via [Docker Desktop](https://docs.docker.com/desktop/) or [Docker Engine](https://docs.docker.com/engine/install/)
80
87
*[Docker Compose](https://docs.docker.com/compose/install/). Ensure that the command `docker compose version` succeeds.
81
88
82
-
#### Run the commands
89
+
### Run the commands
90
+
91
+
Clone the `confluentinc/tutorials` GitHub repository (if you haven't already) and navigate to the `tutorials` directory:
docker compose -f ./docker/docker-compose-flinksql.yml up -d
@@ -161,12 +175,12 @@ Run the following command to execute [FlinkSqlCumulatingWindowTest#testCumulatin
161
175
<details>
162
176
<summary>Confluent Cloud</summary>
163
177
164
-
####Prerequisites
178
+
### Prerequisites
165
179
166
180
* A [Confluent Cloud](https://confluent.cloud/signup) account
167
181
* A Flink compute pool created in Confluent Cloud. Follow [this](https://docs.confluent.io/cloud/current/flink/get-started/quick-start-cloud-console.html) quick start to create one.
168
182
169
-
####Run the commands
183
+
### Run the commands
170
184
171
185
In the Confluent Cloud Console, navigate to your environment and then click the `Open SQL Workspace` button for the compute
Copy file name to clipboardExpand all lines: deduplication-windowed/flinksql/README.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,14 +50,21 @@ against Flink and Kafka running in Docker, or with Confluent Cloud.
50
50
<details>
51
51
<summary>Flink Table API-based test</summary>
52
52
53
-
####Prerequisites
53
+
### Prerequisites
54
54
55
55
* Java 11, e.g., follow the OpenJDK installation instructions [here](https://openjdk.org/install/) if you don't have Java.
56
56
* Docker running via [Docker Desktop](https://docs.docker.com/desktop/) or [Docker Engine](https://docs.docker.com/engine/install/)
57
57
58
-
####Run the test
58
+
### Run the test
59
59
60
-
Run the following command to execute [FlinkSqlFindingDistinctTest#testFindDistinct](src/test/java/io/confluent/developer/FlinkSqlFindingDistinctTest.java):
60
+
Clone the `confluentinc/tutorials` GitHub repository (if you haven't already) and navigate to the `tutorials` directory:
Run the following command to execute [FlinkSqlFindingDistinctTest#testFindDistinct](src/test/java/io/confluent/developer/FlinkSqlFindingDistinctTest.java):
docker compose -f ./docker/docker-compose-flinksql.yml up -d
@@ -154,12 +168,12 @@ Run the following command to execute [FlinkSqlFindingDistinctTest#testFindDistin
154
168
<details>
155
169
<summary>Confluent Cloud</summary>
156
170
157
-
####Prerequisites
171
+
### Prerequisites
158
172
159
173
* A [Confluent Cloud](https://confluent.cloud/signup) account
160
174
* A Flink compute pool created in Confluent Cloud. Follow [this](https://docs.confluent.io/cloud/current/flink/get-started/quick-start-cloud-console.html) quick start to create one.
161
175
162
-
####Run the commands
176
+
### Run the commands
163
177
164
178
In the Confluent Cloud Console, navigate to your environment and then click the `Open SQL Workspace` button for the compute
Copy file name to clipboardExpand all lines: deduplication/flinksql/README.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,21 @@ against Flink and Kafka running in Docker, or with Confluent Cloud.
46
46
<details>
47
47
<summary>Flink Table API-based test</summary>
48
48
49
-
####Prerequisites
49
+
### Prerequisites
50
50
51
51
* Java 17, e.g., follow the OpenJDK installation instructions [here](https://openjdk.org/install/) if you don't have Java.
52
52
* Docker running via [Docker Desktop](https://docs.docker.com/desktop/) or [Docker Engine](https://docs.docker.com/engine/install/)
53
53
54
-
####Run the test
54
+
### Run the test
55
55
56
-
Run the following command to execute [FlinkSqlFindingDistinctTest#testFindDistinct](src/test/java/io/confluent/developer/FlinkSqlFindingDistinctTest.java):
56
+
Clone the `confluentinc/tutorials` GitHub repository (if you haven't already) and navigate to the `tutorials` directory:
Run the following command to execute [FlinkSqlFindingDistinctTest#testFindDistinct](src/test/java/io/confluent/developer/FlinkSqlFindingDistinctTest.java):
57
64
58
65
```plaintext
59
66
./gradlew clean :deduplication:flinksql:test
@@ -66,14 +73,21 @@ Run the following command to execute [FlinkSqlFindingDistinctTest#testFindDistin
66
73
<details>
67
74
<summary>Flink SQL Client CLI</summary>
68
75
69
-
####Prerequisites
76
+
### Prerequisites
70
77
71
78
* Docker running via [Docker Desktop](https://docs.docker.com/desktop/) or [Docker Engine](https://docs.docker.com/engine/install/)
72
79
*[Docker Compose](https://docs.docker.com/compose/install/). Ensure that the command `docker compose version` succeeds.
73
80
74
-
#### Run the commands
81
+
### Run the commands
82
+
83
+
Clone the `confluentinc/tutorials` GitHub repository (if you haven't already) and navigate to the `tutorials` directory:
docker compose -f ./docker/docker-compose-flinksql.yml up -d
@@ -145,12 +159,12 @@ Run the following command to execute [FlinkSqlFindingDistinctTest#testFindDistin
145
159
<details>
146
160
<summary>Confluent Cloud</summary>
147
161
148
-
####Prerequisites
162
+
### Prerequisites
149
163
150
164
* A [Confluent Cloud](https://confluent.cloud/signup) account
151
165
* A Flink compute pool created in Confluent Cloud. Follow [this](https://docs.confluent.io/cloud/current/flink/get-started/quick-start-cloud-console.html) quick start to create one.
152
166
153
-
####Run the commands
167
+
### Run the commands
154
168
155
169
In the Confluent Cloud Console, navigate to your environment and then click the `Open SQL Workspace` button for the compute
0 commit comments