Skip to content

Commit 73d9314

Browse files
committed
docs: Update the APIs & integrations diagram
1 parent ec2c2ec commit 73d9314

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/pages/product/apis-integrations.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,38 @@ redirect_from:
88
With a rich set of APIs, Cube can power and deliver data to all kinds of data
99
applications.
1010

11-
<Diagram src="https://ucarecdn.com/df9de86e-4829-4c9d-9882-0984fbd8c719/" />
12-
1311
[Data APIs](#data-apis) are used to run queries against the data model.
1412
Despite using various transports and query formats, all data APIs share common
1513
[querying concepts][ref-queries].
1614

15+
<Diagram src="https://ucarecdn.com/023ca78a-aa96-493a-9799-95955a6d8948/" />
16+
1717
Also, there are [management APIs](#management-apis) to control Cube deployments
1818
externally.
1919

20+
<Diagram src="https://ucarecdn.com/8b9c0a27-c9bf-4f32-86b7-223c9fae8cc8/" />
21+
2022
## Data APIs
2123

2224
A few rules of thumb to help you choose an API:
2325

24-
When implementing internal or self-serve [business intelligence][cube-issbi] use
26+
* When implementing internal or self-serve [business intelligence][cube-issbi] use
2527
case, pick the [SQL API][ref-sql-api] and [Semantic Layer Sync][ref-sls]. The
2628
SQL API allows querying Cube with a Postgres-compatible [dialect of
2729
SQL][ref-sql-syntax], either by writing queries manually or generating them with
2830
BI tools.
2931

30-
To connect to Microsoft Excel, use the [MDX API][ref-mdx-api]. To connect to Google Sheets, use [Cube Cloud for Sheets][ref-cube-cloud-for-sheets].
32+
* To connect to Microsoft Excel, use the [MDX API][ref-mdx-api]. To connect to
33+
Google Sheets, use [Cube Cloud for Sheets][ref-cube-cloud-for-sheets].
3134

32-
When implementing [embedded analytics][cube-ea] and [real-time
35+
* When implementing [embedded analytics][cube-ea] and [real-time
3336
analytics][cube-rta] use cases, pick [REST API][ref-rest-api] or [GraphQL
3437
API][ref-graphql-api]. Also, the [JavaScript SDK][ref-js-sdk] will simplify
3538
integration with your front-end code. The REST API uses a [JSON-based query
3639
format][ref-json-syntax], and the GraphQL API accepts [GraphQL
3740
queries][ref-graphql-syntax].
3841

39-
For AI use cases, consider using the [AI API][ref-ai-api].
42+
* For AI use cases, consider using the [AI API][ref-ai-api].
4043

4144
<ReferenceBox>
4245

0 commit comments

Comments
 (0)