-
Notifications
You must be signed in to change notification settings - Fork 94
DOC-13407 Enterprise Analytics GA #832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR: - updates the Nav: - renames `columnar` to `analytics` as per main@docs-columnar change - adds `enterprise-analytics` to Server section - folds in @RichardSmedley's changes to Analytics SDK section, both sources and startPage - updates UI to prod-214 (includes "Analytics" label rename) - updates the sources for docs-columnar, with comments. - the legacy `columnar` component allows us to set a page alias from "columnar" to "analytics", reducing the scope of PRs in different components that already referred to columnar. - adds sources for new "analytics SDK" (as opposed to "columnar SDK" which continue to exist side-by-side for now)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements the Enterprise Analytics GA release by updating navigation structure and adding new analytics SDK documentation sources. The changes rename "columnar" references to "analytics" across the documentation system while maintaining backward compatibility through page aliases.
- Reorganizes navigation to separate "SDKs" and "Analytics SDKs" sections with updated component mappings
- Updates UI bundle to prod-214 which includes the "Analytics" label rename
- Adds new analytics SDK documentation sources alongside existing columnar SDK sources for transitional support
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
antora-playbook.yml | Updates navigation structure, renames columnar to analytics, adds enterprise-analytics component, includes new analytics SDK sources, and updates UI bundle |
antora-playbook.preview.yml | Adds columnar SDK sources to preview configuration for development purposes |
retaining Columnar SDK for now, as I don't understand the spec, for @RichardSmedley / @zeba-shireen to agree.
67a9120
to
26361bc
Compare
The first release is 2.0, 😕
antora-playbook.yml
Outdated
{ "title": "Columnar SDKs", "startPage": "home::columnar-sdk.adoc", "components": ["*-columnar-sdk"] }, | ||
{ "title": "SDKs", "startPage": "home::sdk.adoc", "components": ["dotnet-sdk", "efcore-provider", "c-sdk", "cxx-sdk", "go-sdk", "java-sdk", "quarkus-extension", "kotlin-sdk", "nodejs-sdk", "php-sdk", "python-sdk", "ruby-sdk", "scala-sdk", "elasticsearch-connector", "kafka-connector", "spark-connector", "tableau-connector", "power-bi-connector", "superset-connector", "sdk-extensions"] }, | ||
|
||
{ "title": "Analytics SDKs", "startPage": "home::analytics-sdk.adoc", "components": ["*-analytics-sdk", "*-columnar-sdk"] }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@osfameron Can we add in the top-nav dropdown changes in the staging playbook that we discussed with @TimLFletcher - looks like they built okay at https://docs-staging.couchbase.com/home/developer.html
Capella Columnar is a real-time analytical database (RT-OLAP) for real time apps and operational intelligence. | ||
Capella Columnar is a standalone, cloud-only offering from Couchbase under the Capella family of products. | ||
Capella Analytics is a real-time analytical database (RT-OLAP) for real time apps and operational intelligence. | ||
Capella Analytics is a standalone, cloud-only offering from Couchbase under the Capella family of products. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it correct to call it cloud only, since it's functionally identical to EA?
@@ -64,12 +64,12 @@ xref:cloud::index.adoc[Couchbase Capella] | |||
|
|||
{empty} + | |||
|
|||
.Capella Columnar (RT-OLAP) | |||
.Capella Analytics (RT-OLAP) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is EA going to get added here too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! Just looking at this with @zeba-shireen now 👍
This PR:
updates the Nav:
renames
columnar
toanalytics
as per main@docs-columnar changeadds
enterprise-analytics
to Server sectionfolds in @RichardSmedley's changes to Analytics SDK section, both sources and startPage
updates UI to prod-214 (includes "Analytics" label rename)
updates the sources for docs-columnar, with comments.
columnar
component allows us to set a page alias from "columnar" to "analytics", reducing the scope of PRs in different components that already referred to columnar.adds sources for new "analytics SDK" (as opposed to "columnar SDK" which continue to exist side-by-side for now)