Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added modules/ROOT/attachments/web-clicks-website.zip
Binary file not shown.
Binary file added modules/ROOT/images/real-time-data-pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.Get started
* xref:getting-started:index.adoc[]
* xref:getting-started:real-time-data-pipelines-tutorial.adoc[]
Comment thread
aimurphy marked this conversation as resolved.

.Development
* xref:developing:configure-pulsar-env.adoc[]
Expand Down
8 changes: 4 additions & 4 deletions modules/getting-started/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
= {product} quickstart
:navtitle: Get started

{product} is a serverless data streaming and event stream processing service integrated in the {astra-ui} and powered by {pulsar-reg}.
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.

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

== Prerequisites

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

Your new topic is ready to produce and consume messages.
There are several different ways to do this:
There are several ways to do this, for example:

* xref:developing:produce-consume-astra-portal.adoc[{astra-ui}]: Use {product}'s **Try Me** feature in the {astra-ui}.
* xref:developing:produce-consume-pulsar-client.adoc[{pulsar-short} Client]: Use the {pulsar-short} CLI to interact with the topic.
* xref:developing:clients/index.adoc[Runtime Clients]: Create a client application that interacts with {pulsar-short}.
* xref:developing:clients/index.adoc[Runtime Clients]: Create a client application that interacts with {pulsar-short}.
* 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}.
Loading