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
4 changes: 2 additions & 2 deletions modules/pulsar-io/pages/connectors/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ curl::
You need a {pulsar-short} token for REST API authentication.
This is different from your {astra-db} application tokens.

. In the {astra-ui-link}, click *Streaming tenants*.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.

. Click your tenant's name, and then click the *Settings* tab.

Expand Down Expand Up @@ -310,7 +310,7 @@ curl::
You need a {pulsar-short} token for REST API authentication.
This is different from your {astra-db} application tokens.

. In the {astra-ui-link}, click *Streaming tenants*.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.

. Click your tenant's name, and then click the *Settings* tab.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
You need a {pulsar-short} token for REST API authentication.
This is different from your {astra-db} application tokens.

. In the {astra-ui-link}, click *Streaming tenants*.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.

. Click your tenant's name, and then click the *Settings* tab.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
You need a {pulsar-short} token for REST API authentication.
This is different from your {astra-db} application tokens.

. In the {astra-ui-link}, click *Streaming tenants*.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.

. Click your tenant's name, and then click the *Settings* tab.

Expand Down
4 changes: 2 additions & 2 deletions modules/pulsar-io/partials/connectors/sources/monitoring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ curl::
You need a {pulsar-short} token for REST API authentication.
This is different from your {astra-db} application tokens.

. In the {astra-ui-link}, click *Streaming tenants*.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.

. Click your tenant's name, and then click the *Settings* tab.

Expand Down Expand Up @@ -85,7 +85,7 @@ curl::
You need a {pulsar-short} token for REST API authentication.
This is different from your {astra-db} application tokens.

. In the {astra-ui-link}, click *Streaming tenants*.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.

. Click your tenant's name, and then click the *Settings* tab.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ This guide is part of a series that creates a real-time data pipeline with {prod

== Creating message topics to capture the stream of click data

. In the {astra-ui-link}, click *Create tenant*.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], select *Streaming*, and then click **Create tenant**.

. Name the new streaming tenant `webstore-clicks`, select any cloud provider and region, and then click **Create Tenant**.

. Name the new streaming tenant `webstore-clicks`, select any cloud provider and region, and then click **Create tenant**.

. From your tenant's overview page, click the **Namespace and Topics** tab.

Expand All @@ -27,7 +28,7 @@ You now have a `production` namespace with two topics, as well as the `default`

== Storing the stream of click data

. From your tenant's page, click **Dashboard**, and then click **Serverless databases**.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *{product-short}*.

. Click **Create database**, and then complete the fields as follows:
+
Expand Down Expand Up @@ -139,8 +140,7 @@ CREATE TABLE click_data.product_clicks (

== Connecting the topics to the store

. To return to the *Streaming tenants* dashboard from the CQL console, click your user name, and then select the org your `webstore-clicks` streaming tenant was created in.
. In the {astra-ui-link}, click *Streaming tenants*.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.

. Click your `webstore-clicks` streaming tenant.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This guide is part of a series that creates a real-time data pipeline with {prod

To connect {product} to Decodable, you need some information from your {product} tenant.

. In the {astra-ui-link}, click *Streaming tenants*, and then click your `webstore-clicks` streaming tenant.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], select *Streaming*, and then click your `webstore-clicks` streaming tenant.
+
image:decodable-data-pipeline/02/image4.png[]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ image:decodable-data-pipeline/04/image2.png["Delete decodable connection"]

=== Removing {product-short} objects

. In the {astra-ui-link}, click *Streaming tenants*.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select *Streaming*.

. Find the `webstore-clicks` tenant, click icon:ellipsis-vertical[name="More"], and then select **Delete**.
+
This removes the tenant and all associated sinks, topics, messages, and namespaces.

. Click **Serverless databases** to switch to the Serverless databases dashboard.
. In the {astra-ui-link} header, click icon:grip[name="Applications"], and then select **{product-short}**.

. Find the `webstore-clicks` database, click icon:ellipsis-vertical[name="More"], and then select **Terminate**.
+
Expand Down