Skip to content

Commit c55246b

Browse files
Merge pull request #3 from hazelcast-guides/DOCS-778_sql_gen_data_tutorial
Viridian -> Cloud
2 parents 7e6fa9c + fa3bb1f commit c55246b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/modules/ROOT/pages/sql-gen-data.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ As of Hazelcast 5.3, you can:
3030

3131
[NOTE]
3232
====
33-
In an upcoming release of Hazelcast, the Kafka Connect connector will expose SQL, eliminating the need for an external Kafka server to feed data into the pipeline API.
33+
Hazelcast 5.4 exposes SQL through the Kafka Connect connector, eliminating the need for an external Kafka server to feed data into the pipeline API. For further information on using the Kafka Connect connector, refer to the link:https://docs.hazelcast.com/hazelcast/latest/sql/mapping-to-kafka[Platform documentation,window=_blank].
3434
====
3535

3636
// Optional: What does the reader need before starting this tutorial? Think about tools or knowledge. Delete this section if your readers can dive straight into the lesson without requiring any prerequisite knowledge.
3737
== Before you Begin
3838

3939
Before starting this tutorial, make sure that you meet the following prerequisites:
4040

41-
* Running cluster of Hazelcast, either Viridian Cloud or Platform
41+
* Running cluster of Hazelcast, either Cloud or Platform
4242
* Connection to SQL command line, either through CLC or through Management Center
43-
* (For Step 2) a Kafka instance accessible by your Hazelcast cluster
43+
* For Step 2, a Kafka instance accessible by your Hazelcast cluster
4444

4545

4646
== Step 1. Generating Data
@@ -55,7 +55,7 @@ You can choose one of these approaches to write your tutorial part:
5555
Whatever option you choose when designing your tutorial should be carried through in subsequent parts.
5656
////
5757

58-
. Look through the following SQL code from the link:https://docs.hazelcast.com/tutorials/sql-on-viridian[SQL Basics on Viridian Cloud (Stock Ticker Demo)] tutorial. The comments explain what the code is doing.
58+
. Look through the following SQL code from the link:https://docs.hazelcast.com/tutorials/sql_stock_ticker__cloud[SQL Basics on Cloud (Stock Ticker Demo)] tutorial. The comments explain what the code is doing.
5959

6060
+
6161
```sql

0 commit comments

Comments
 (0)