You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* DOC-13407 Enterprise Analytics GA
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)
* update preview playbook with Analytics SDKs
* Rebrand Capella Analytics (retain "Columnar SDK" for now)
retaining Columnar SDK for now, as I don't understand the spec,
for @RichardSmedley / @zeba-shireen to agree.
* honour remote override of docs-site branch
* update columnar to release/2.0
The first release is 2.0, 😕
* Update {sqlppc}
* top nav dropdown
* Remove duplicate line
* update UI bundle
* indentation issue
Co-authored-by: Copilot <[email protected]>
* no longer cloud-only
* Analytics SDKs in main landing page
* add Enterprise Analytics links to landing page
---------
Co-authored-by: Richard Smedley <[email protected]>
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: home/modules/ROOT/pages/columnar-sdk.adoc
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,39 @@
1
-
= Develop with Capella Columnar
1
+
= Develop with Capella Analytics
2
2
:page-layout: landing-page-top-level-sdk
3
3
:page-role: tiles
4
4
:page-rank: 75
5
5
:!sectids:
6
6
7
-
= Develop with Capella Columnar
7
+
= Develop with Capella Analytics
8
8
9
9
include::partial$info-banner.adoc[]
10
10
11
-
////
12
-
TIP box on analytics, after EA GA.
13
-
////
11
+
xref:analytics:intro:intro.adoc[Capella Analytics] is a real-time analytical database (RT-OLAP) for real time apps and operational intelligence.
12
+
Capella Analytics is a standalone, managed offering from Couchbase under the Capella family of products --
13
+
a self-managed xref:enterprise-analytics:intro:intro.adoc[Enterprise Analytics] product is also available.
14
+
15
+
TIP
16
+
.Which Analytics Service?
17
+
====
18
+
Capella Analytics and Enterprise Analytics are column-based real-time analytical databases.
19
+
20
+
Capella Analytics SDKs, also known as Columnar SDKs, are similar to the Enterprise Analytics SDKs.
21
+
They must be used to connect to the current Capella Analytics Service, as it presents a different connection interface, without Enterprise Analytics' load balancer.
22
+
23
+
To connect to self-managed Enterprise Analytics, use our xref:analytics-sdk.adoc[Enterprise Analytics SDKs].
24
+
25
+
xref:server:learn:services-and-indexes/services/analytics-service.adoc[CBAS (Couchbase Analytics Service)] is our classic OLAP available as part of self-managed Couchbase Server and Capella Operational.
26
+
Use the xref:sdk.adoc[operational SDKs] to develop for this service.
27
+
====
14
28
15
-
xref:columnar:intro:intro.adoc[Capella Columnar] is a real-time analytical database (RT-OLAP) for real time apps and operational intelligence.
16
-
Capella Columnar is a standalone, cloud-only offering from Couchbase under the Capella family of products.
29
+
30
+
== SDK APIs to work with Capella Analytics:
17
31
18
32
Columnar SDKs are developed from the ground-up and while they maintain some syntactic similarities with the xref:sdk.adoc[operational SDKs],
19
-
they are purpose built for Columnar's analytical use cases.
33
+
they are purpose built for Capella Analytics's real-time analytical use cases.
20
34
They support streaming APIs to handle large datasets, as well as the common features expected to be present in any modern database SDK --
21
35
such as connection management and robust error handling.
SDKs for xref:analytics:intro:intro.adoc[Enterprise Analytics] --
31
+
SDKs for xref:enterprise-analytics:intro:intro.adoc[Enterprise Analytics] --
33
32
Couchbase's analytical database (RT-OLAP) for real time apps and operational intelligence --
34
33
are xref:analytics-sdk.adoc[available] for the Go, Java, Node.js, and Python platforms.
35
34
36
-
37
-
SDKs for xref:columnar:intro:intro.adoc[Capella Analytics] are similar to the Enterprise Analytics SDKs.
35
+
SDKs for xref:analytics:intro:intro.adoc[Capella Analytics] are similar to the Enterprise Analytics SDKs.
38
36
They must be used to connect to the current Capella Analytics Service, as it presents a different connection interface, without Enterprise Analytics' load balancer.
39
37
They are xref:columnar-sdk.adoc[available] for the Go, Java, Node.js, and Python platforms.
40
-
////
41
-
SDKs for xref:columnar:intro:intro.adoc[Capella Columnar] are xref:columnar-sdk.adoc[available] for the Go, Java, Node.js, and Python platforms.
0 commit comments