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
Copy file name to clipboardExpand all lines: tutorial/markdown/connectors/looker-studio/columnar/readme.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,15 +34,21 @@ Connect Looker Studio to Couchbase Columnar for data analysis and visualization.
34
34
35
35
The connector authenticates with Basic Auth to the Columnar API (`/api/v1/request`) and infers schema automatically using `array_infer_schema` so Looker Studio fields are created with reasonable types.
36
36
37
-
## Getting Access
37
+
## Prerequisites
38
38
39
-
To use this connector, you need access to Couchbase Columnar:
39
+
To use this connector, you need:
40
40
41
+
### Couchbase Columnar Access
41
42
-**Sign up**: Visit [Couchbase Capella](https://cloud.couchbase.com/) to create your account
42
43
-**Free Trial**: Start with a free trial to test the connector
43
44
-**Columnar Service**: Enable Columnar analytics in your Capella cluster
44
45
-**Pricing**: Columnar is billed based on compute and storage usage. See [Capella Pricing](https://www.couchbase.com/pricing/capella/) for details
45
46
47
+
### Technical Requirements
48
+
- A Couchbase Columnar deployment reachable from Looker Studio. For setup information, see [Getting Started with Couchbase Columnar](https://www.couchbase.com/products/analytics/).
49
+
- A database user with permissions to read from the target Tabular Analytics Views (TAVs) and execute queries.
50
+
- Network access from Looker Studio to your Columnar host.
51
+
46
52
## Installation
47
53
48
54
To add the Couchbase Columnar connector to your Looker Studio reports:
@@ -54,12 +60,6 @@ To add the Couchbase Columnar connector to your Looker Studio reports:
54
60
5.**Authorize**: Grant necessary permissions when prompted
55
61
6.**Configure**: Follow the authentication and configuration steps below
56
62
57
-
## Prerequisites
58
-
59
-
- A Couchbase Columnar deployment reachable from Looker Studio. For setup information, see [Getting Started with Couchbase Columnar](https://www.couchbase.com/products/analytics/).
60
-
- A database user with permissions to read from the target Tabular Analytics Views (TAVs) and execute queries.
61
-
- Network access from Looker Studio to your Columnar host.
0 commit comments