Skip to content

Commit bef98a0

Browse files
authored
payg and external links (#113)
1 parent 8b15d21 commit bef98a0

28 files changed

+106
-104
lines changed

modules/ROOT/pages/astream-faq.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Follow our simple xref:getting-started:index.adoc[getting started guide] to sign up for Astra and get your first streaming tenant created.
88

99
== How is {product_name} priced?
10-
{product_name} offers customers a pay-as-you-go, consumption based pricing model that allows customers to use {product_name} with a cost model that scales as they grow.
10+
{product_name} offers customers a *Pay As You Go*, consumption based pricing model that allows customers to use {product_name} with a cost model that scales as they grow.
1111

1212
Customers can opt to customize their deployment to meet specific requirements which will adjust their pricing up or down depending on their specific requirement. These customizations options include items such as:
1313

@@ -19,7 +19,7 @@ Customers can opt to customize their deployment to meet specific requirements wh
1919
== Why did DataStax opt to base {product_name} on Apache Pulsar?
2020
See our https://www.datastax.com/blog/four-reasons-why-apache-pulsar-essential-modern-data-stack[blog post] that explains why we are excited about Apache Pulsar and why we decided it was the best technology to base {product_name} on.
2121

22-
== What are DataStax’s plans for Kesque?
22+
== What is DataStax plan for Kesque?
2323
{product_name} is based heavily on technology originally created as part of Kesque. With the launch of {product_name} we will begin the process of shutting down the Kesque service and migrating customers to the new {product_name} platform.
2424

2525
== How can I get started with {product_name}?
@@ -43,7 +43,7 @@ Each tenant can have multiple *namespaces*, a logical container for creating and
4343
A *topic* is a named channel for transmitting messages from producers to consumers.
4444
A *sink* feeds data from {product_name} to an external system, such as Cassandra or Elastic Search.
4545

46-
== Next
46+
== See also
4747

4848
* xref:getting-started:index.adoc[Getting started with Astra Streaming]
4949
* Browse the xref:apis:index.adoc[]

modules/apis/pages/api-operations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Output: No reply means successful.
240240

241241
== Namespace DevOps APIs
242242

243-
For managing Astra Streaming Namespaces, we use the native https://pulsar.apache.org/admin-rest-api/[Pulsar REST APIs]{external-link-icon}. These are documented on the Apache Pulsar Docs for REST API.
243+
For managing Astra Streaming Namespaces, we use the native https://pulsar.apache.org/admin-rest-api/[Pulsar REST APIs]. These are documented on the Apache Pulsar Docs for REST API.
244244

245245
=== List Existing Namespaces
246246
[tabs]

modules/apis/pages/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
Management of Pulsar tenants and its resources are seperated into 2 APIs. The DevOps API is used to manage higher level objects associated with your account. The Pulsar Admin API is used to manage specific resources such as namespaces, topics, and subscriptions within a specific tenant.
1010

11-
xref:astra-streaming:apis:attachment$devops.html[{product_name} DevOps API,role=external,window=_blank]{external-link-icon}
11+
xref:astra-streaming:apis:attachment$devops.html[{product_name} DevOps API,role=external]
1212

1313
The Astra Streaming DevOps API is used to manage change data capture (CDC) settings, Pulsar tenants, geo-replications, Pulsar stats, and Pulsar tokens. This API uses your Astra Org token for bearer authentication.
1414

15-
xref:astra-streaming:apis:attachment$pulsar-admin.html[{product_name} Pulsar Admin API,role=external,window=_blank]{external-link-icon}
15+
xref:astra-streaming:apis:attachment$pulsar-admin.html[{product_name} Pulsar Admin API,role=external]
1616

1717
The Pulsar Admin API is used to manage Pulsar resources such as namespaces, topics, and subscriptions. This API uses your Pulsar token for bearer authentication.
1818

1919
[NOTE]
20-
The open source Pulsar project offers https://pulsar.apache.org/admin-rest-api[documentation about the Pulsar Admin API^]. However, the Pulsar Admin API in Astra Streaming is slightly different. In OSS Pulsar you manage instances, the clusters within each instance, the tenants in the cluster, etc. +
20+
The open source Pulsar project offers https://pulsar.apache.org/admin-rest-api[documentation about the Pulsar Admin API]. However, the Pulsar Admin API in Astra Streaming is slightly different. In OSS Pulsar you manage instances, the clusters within each instance, the tenants in the cluster, etc. +
2121
+
2222
However, in Astra Streaming clusters are provided to you as a managed service, so you manage the tenants and resources within those tenants. Some endpoints have not been implemented in the Astra Streaming Pulsar Admin API because they are not applicable to the managed service.

modules/developing/pages/astra-cli.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Result::
7272

7373
== What's next?
7474

75-
* See the {astra_cli} https://docs.datastax.com/en/astra-cli/docs/0.2/[documentation, window="_blank"].
75+
* See the {astra_cli} https://docs.datastax.com/en/astra-cli/docs/0.2/[documentation].
7676

77-
* See the https://awesome-astra.github.io/docs/pages/astra/astra-cli/[Astra CLI install instructions^]{external-link-icon}.
77+
* See the https://awesome-astra.github.io/docs/pages/astra/astra-cli/[Astra CLI install instructions].
7878

modules/developing/pages/astream-kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ video::Qy2ZlelLjXg[youtube, list=PL2g2h-wyI4SqeKH16czlcQ5x4Q_z-X7_m, height=445p
104104

105105
== What's next?
106106

107-
* {kafka_for_astra} is based on the DataStax https://github.com/datastax/starlight-for-kafka[Starlight for Kafka^] project.
107+
* {kafka_for_astra} is based on the DataStax https://github.com/datastax/starlight-for-kafka[Starlight for Kafka] project.
108108

109109
* Follow our xref:getting-started:index.adoc[simple guide] to get started with Astra now.

modules/developing/pages/astream-rabbit.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ channel.basic_publish(exchange='header_logs',
164164

165165
== What's Next?
166166

167-
* {starlight_rabbitmq} is based on the DataStax https://github.com/datastax/starlight-for-rabbitmq[Starlight for RabbitMQ^] project.
167+
* {starlight_rabbitmq} is based on the DataStax https://github.com/datastax/starlight-for-rabbitmq[Starlight for RabbitMQ] project.
168168
* Follow our xref:getting-started:index.adoc[simple guide] to get started with Astra now.
169169
* For using Kafka with {product_name}, see xref:astream-kafka.adoc[Starlight for Kafka].
170170

modules/developing/pages/clients/csharp-produce-consume.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66

77
You will need the following prerequisites in place to complete this guide:
88

9-
* .NET 7 SDK installed (https://learn.microsoft.com/en-us/dotnet/core/install/[install now,title=Install .net sdk]{external-link-icon})
9+
* .NET 7 SDK installed (https://learn.microsoft.com/en-us/dotnet/core/install/[install now,title=Install .net sdk])
1010
* A working Pulsar topic (get started xref:getting-started:index.adoc[here] if you don't have a topic)
1111
* A basic text editor or IDE
1212

1313
[TIP]
1414
====
15-
Visit our https://github.com/datastax/astra-streaming-examples[examples repo^]{external-link-icon} to see the complete source of this example.
15+
Visit our https://github.com/datastax/astra-streaming-examples[examples repo] to see the complete source of this example.
1616
====
1717

1818
== Create a console project
1919

20-
Create a new console project and add a reference to the https://www.nuget.org/packages/DotPulsar/[dotpulsar client^]{external-link-icon}
20+
Create a new console project and add a reference to the https://www.nuget.org/packages/DotPulsar/[dotpulsar client]
2121

2222
[source,shell]
2323
----

modules/developing/pages/clients/golang-produce-consume.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You will need the following prerequisites in place to complete this guide:
1414

1515
[TIP]
1616
====
17-
Visit our https://github.com/datastax/astra-streaming-examples[examples repo^]{external-link-icon} to see the complete source of this example.
17+
Visit our https://github.com/datastax/astra-streaming-examples[examples repo] to see the complete source of this example.
1818
====
1919

2020
== Create a project

modules/developing/pages/clients/java-produce-consume.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
You will need the following prerequisites in place to complete this guide:
1010

11-
* JRE 8 installed (https://sdkman.io/[install now^,title=Install java]{external-link-icon})
12-
* (https://maven.apache.org/install.html[Maven^,title=Maven]{external-link-icon}) or (https://gradle.org/install/[Gradle^,title=Gradle]{external-link-icon}) installed
11+
* JRE 8 installed (https://sdkman.io/[install now,title=Install java])
12+
* (https://maven.apache.org/install.html[Maven,title=Maven]) or (https://gradle.org/install/[Gradle,title=Gradle]) installed
1313
* A working Pulsar topic (get started xref:getting-started:index.adoc[here] if you don't have a topic)
1414
* A basic text editor or IDE
1515

1616
[TIP]
1717
====
18-
Visit our https://github.com/datastax/astra-streaming-examples[examples repo^]{external-link-icon} to see the complete source of this example.
18+
Visit our https://github.com/datastax/astra-streaming-examples[examples repo] to see the complete source of this example.
1919
====
2020

2121
== Create a project

modules/developing/pages/clients/nodejs-produce-consume.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You will need the following prerequisites in place to complete this guide:
1515

1616
[TIP]
1717
====
18-
Visit our https://github.com/datastax/astra-streaming-examples[examples repo^]{external-link-icon} to see the complete source of this example.
18+
Visit our https://github.com/datastax/astra-streaming-examples[examples repo] to see the complete source of this example.
1919
====
2020

2121
== Setup environment

0 commit comments

Comments
 (0)