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: 0 additions & 4 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ version: ~
start_page: 'index.adoc'

nav:
- modules/getting-started/nav.adoc
- modules/developing/nav.adoc
- modules/operations/nav.adoc
- modules/apis/nav.adoc
- modules/ROOT/nav.adoc

asciidoc:
Expand Down
2 changes: 0 additions & 2 deletions modules/ROOT/examples/check_tenant_exists.sh

This file was deleted.

9 changes: 0 additions & 9 deletions modules/ROOT/examples/create_tenant.sh

This file was deleted.

2 changes: 0 additions & 2 deletions modules/ROOT/examples/delete_tenant_hard.sh

This file was deleted.

2 changes: 0 additions & 2 deletions modules/ROOT/examples/delete_tenant_soft.sh

This file was deleted.

2 changes: 0 additions & 2 deletions modules/ROOT/examples/get_clusters.sh

This file was deleted.

2 changes: 0 additions & 2 deletions modules/ROOT/examples/get_providers.sh

This file was deleted.

3 changes: 0 additions & 3 deletions modules/ROOT/examples/get_tenant_limits.sh

This file was deleted.

2 changes: 0 additions & 2 deletions modules/ROOT/examples/get_tenants.sh

This file was deleted.

2 changes: 0 additions & 2 deletions modules/ROOT/examples/result/check_tenant_exists.result

This file was deleted.

29 changes: 0 additions & 29 deletions modules/ROOT/examples/result/get_clusters.result

This file was deleted.

1 change: 0 additions & 1 deletion modules/ROOT/examples/result/get_tenant_limits.result

This file was deleted.

53 changes: 0 additions & 53 deletions modules/ROOT/examples/test.sh

This file was deleted.

58 changes: 57 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,61 @@
.Get started
* xref:getting-started:index.adoc[]

.Development
* xref:developing:configure-pulsar-env.adoc[]
* xref:developing:astream-functions.adoc[]
* xref:developing:astream-kafka.adoc[]
* xref:developing:astream-rabbit.adoc[]
* Produce and consume messages
** xref:developing:produce-consume-astra-portal.adoc[]
** xref:developing:produce-consume-pulsar-client.adoc[]
** Client applications
*** xref:developing:clients/index.adoc[]
*** xref:developing:clients/java-produce-consume.adoc[]
*** xref:developing:clients/python-produce-consume.adoc[]
*** xref:developing:clients/csharp-produce-consume.adoc[]
*** xref:developing:clients/golang-produce-consume.adoc[]
*** xref:developing:clients/nodejs-produce-consume.adoc[]
*** xref:developing:clients/spring-produce-consume.adoc[]
** {pulsar-short} subscriptions
*** xref:ROOT:astream-subscriptions.adoc[]
*** xref:ROOT:astream-subscriptions-exclusive.adoc[]
*** xref:ROOT:astream-subscriptions-shared.adoc[]
*** xref:ROOT:astream-subscriptions-failover.adoc[]
*** xref:ROOT:astream-subscriptions-keyshared.adoc[]
* xref:developing:astream-cdc.adoc[]
* xref:developing:gpt-schema-translator.adoc[]
* xref:streaming-learning:pulsar-io:connectors/index.adoc[IO connectors]

.Operations
* xref:operations:astream-limits.adoc[]
* xref:operations:astream-pricing.adoc[]
* xref:operations:astream-regions.adoc[]
* xref:operations:astream-georeplication.adoc[]
* xref:developing:astra-cli.adoc[]
* Monitor streaming tenants
** xref:operations:monitoring/index.adoc[]
** xref:operations:astream-scrape-metrics.adoc[]
** xref:operations:monitoring/integration.adoc[]
** xref:operations:monitoring/new-relic.adoc[]
** xref:operations:monitoring/stream-audit-logs.adoc[]
** Grafana dashboards
*** xref:operations:monitoring/metrics.adoc[]
*** xref:operations:monitoring/overview-dashboard.adoc[]
*** xref:operations:monitoring/namespace-dashboard.adoc[]
*** xref:operations:monitoring/topic-dashboard.adoc[]
* Administration
** xref:operations:astream-token-gen.adoc[]
** xref:operations:private-connectivity.adoc[]
** xref:ROOT:astream-org-permissions.adoc[]

.API references
* xref:apis:index.adoc[]
* xref:developing:using-curl.adoc[]
* xref:apis:api-operations.adoc[]

.Frequently asked questions
* xref:ROOT:astream-faq.adoc[]

.Release notes
* xref:operations:astream-release-notes.adoc[]
* xref:operations:astream-release-notes.adoc[]
2 changes: 1 addition & 1 deletion modules/ROOT/pages/astream-faq.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See xref:operations:astream-pricing.adoc[].

== Why is {product} based on {pulsar-reg}?

For information about the decision to use {pulsar}, see https://www.datastax.com/blog/four-reasons-why-apache-pulsar-essential-modern-data-stack[Four Reasons Why {pulsar} is Essential to the Modern Data Stack].
For information about the decision to use {pulsar}, see https://www.ibm.com/think/topics/apache-pulsar[What is {pulsar}].

== What happened to Kesque?

Expand Down
4 changes: 0 additions & 4 deletions modules/apis/nav.adoc

This file was deleted.

1 change: 0 additions & 1 deletion modules/apis/pages/api-operations.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
= API operations

//TODO: Needs more work and clean up of all source blocks.
This {product} workbook is a comprehensive guide that provides detailed examples and practices for managing the {product} platform using the {devops-api}s.
It provides details on the most commonly used APIs for managing {product} and {pulsar-reg} instances.
These details include required parameters and the expected output from the API.
Expand Down
25 changes: 0 additions & 25 deletions modules/developing/nav.adoc

This file was deleted.

6 changes: 2 additions & 4 deletions modules/developing/pages/astra-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:navtitle: {astra-cli}
:description: {astra-cli} provides a one-stop shop for managing your Astra resources through scripts or commands in your local terminal.

The xref:astra-cli:ROOT:index.adoc[{product-short} Command-Line Interface ({astra-cli})] is a set of commands you can use to create and manage {product-short} and {product} resources:
The {product-short} Command-Line Interface ({astra-cli}) is a set of commands you can use to create and manage {product-short} and {product} resources:

* Creation and management of {astra-db} databases, {astra_stream} tenants, and their associated artifacts.
* Querying and data loading.
Expand All @@ -23,6 +23,4 @@ astra streaming create **TENANT_NAME** \

You can use {astra-cli} instead of or in addition to the {astra-ui} and {product-short} APIs.

For more information, see the following:

* https://www.datastax.com/blog/introducing-cassandra-astra-cli[Accelerate your {cass-short} development and automation with the {astra-cli}]
For more information, see the xref:astra-cli:ROOT:index.adoc[{astra-cli} documentation].
Loading