Skip to content

Commit 217d8aa

Browse files
authored
DOC-5599 Move real-time data pipeline tutorial from Streaming Learning to Astra Streaming (#156)
* move files from streaming * change file name * revise architecture section * add note about difficulty level
1 parent 6027323 commit 217d8aa

5 files changed

Lines changed: 713 additions & 4 deletions

File tree

2.25 MB
Binary file not shown.
137 KB
Loading

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.Get started
22
* xref:getting-started:index.adoc[]
3+
* xref:getting-started:real-time-data-pipelines-tutorial.adoc[]
34
45
.Development
56
* xref:developing:configure-pulsar-env.adoc[]

modules/getting-started/pages/index.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
= {product} quickstart
2-
:navtitle: Get started
32

43
{product} is a serverless data streaming and event stream processing service integrated in the {astra-ui} and powered by {pulsar-reg}.
54
Using {product}, you can create {pulsar-short} instances, manage streaming clusters, scale across cloud regions, and manage {pulsar-short} resources such as topics, connectors, functions and subscriptions.
65

7-
This quickstart demonstrates how to create and use a streaming tenant running {pulsar-short}.
6+
This quickstart explains how to create and use a streaming tenant running {pulsar-short}.
87

98
== Prerequisites
109

@@ -89,8 +88,9 @@ Disregard the https://pulsar.apache.org/docs/concepts-messaging/#partitioned-top
8988
== Next steps
9089

9190
Your new topic is ready to produce and consume messages.
92-
There are several different ways to do this:
91+
There are several ways to do this, for example:
9392

9493
* xref:developing:produce-consume-astra-portal.adoc[{astra-ui}]: Use {product}'s **Try Me** feature in the {astra-ui}.
9594
* xref:developing:produce-consume-pulsar-client.adoc[{pulsar-short} Client]: Use the {pulsar-short} CLI to interact with the topic.
96-
* xref:developing:clients/index.adoc[Runtime Clients]: Create a client application that interacts with {pulsar-short}.
95+
* xref:developing:clients/index.adoc[Runtime Clients]: Create a client application that interacts with {pulsar-short}.
96+
* xref:getting-started:real-time-data-pipelines-tutorial.adoc[Third-party integrations]: Follow a step-by-step tutorial that shows you how to build real-time data pipelines that use {product}.

0 commit comments

Comments
 (0)