Skip to content

Commit b586c0e

Browse files
(DOCSP-17228): BI Connector quick wins (#338)
1 parent c1c44f8 commit b586c0e

12 files changed

+65
-112
lines changed

config/redirects

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ raw: bi-connector/release-notes -> ${base}/master/release-notes/
4141
(v2.4-*]: bi-connector/${version}/tutorial/install-auth-plugin-c/ -> ${base}/${version}/reference/auth-plugin-c/
4242
(v2.4-*]: bi-connector/${version}/tutorial/install-auth-plugin-jdbc/ -> ${base}/${version}/reference/auth-plugin-jdbc/
4343
(v2.4-*]: bi-connector/${version}/client-dependencies/ -> ${base}/${version}/authentication/
44+
45+
# quick wins changes https://jira.mongodb.org/browse/DOCSP-17228
46+
47+
[*-v2.13]: bi-connector/${version}/reference/jdbc-driver/ -> ${base}/${version}/components/
48+
[*-v2.13]: bi-connector/${version}/connect/qlik/ -> ${base}/${version}/client-applications/
49+
[*-v2.13]: bi-connector/${version}/connect/microstrategy/ -> ${base}/${version}/client-applications/
50+
[*-v2.13]: bi-connector/${version}/connect/spotfire-cloud/ -> ${base}/${version}/client-applications/
51+
[*-v2.13]: bi-connector/${version}/connect/looker/ -> ${base}/${version}/client-applications/

source/client-applications.txt

Lines changed: 10 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -4,102 +4,20 @@ Connect BI Tools
44

55
.. default-domain:: mongodb
66

7-
.. contents:: On this page
8-
:local:
9-
:backlinks: none
10-
:depth: 1
11-
:class: singlecol
12-
13-
Certified Partner Tools
14-
-----------------------
15-
16-
- `Tableau Desktop <https://www.tableau.com/products/desktop>`_
17-
18-
- `Microsoft Power BI <https://powerbi.microsoft.com/en-us/>`_
19-
20-
- `IBM Cognos Analytics <https://www.ibm.com/products/cognos-analytics>`_
21-
22-
- `Qlik Sense <https://www.qlik.com/us/products/qlik-sense>`_
23-
24-
- `Looker <https://looker.com/product/business-intelligence>`_
25-
26-
.. note::
27-
28-
MongoDB supports using the |bi-short| with tools not listed above on
29-
a best-effort basis.
30-
31-
If you require a custom connector, request one using the
32-
`MongoDB Feedback Engine
33-
<https://feedback.mongodb.com/forums/930952-connectors-bi-kafka-spark>`__.
34-
35-
Connection Tutorials
36-
--------------------
37-
38-
You can connect to the |bi-short| using any of these Business
39-
Intelligence tools.
40-
41-
.. card-group::
42-
:columns: 2
43-
:style: compact
44-
:layout: carousel
45-
46-
.. card::
47-
:cta: Microstrategy
48-
:url: https://docs.mongodb.com/bi-connector/current/connect/microstrategy
49-
:icon: /images/bi-connector/icons/microstrategy-logo.png
50-
:icon-alt: Microstrategy icon
51-
52-
.. card::
53-
:cta: Tableau Desktop
54-
:url: https://docs.mongodb.com/bi-connector/current/connect/tableau
55-
:icon: /images/bi-connector/icons/tableau-logo.png
56-
:icon-alt: Tableau Desktop icon
57-
58-
.. card::
59-
:cta: Microsoft PowerBI
60-
:url: https://docs.mongodb.com/bi-connector/current/connect/powerbi
61-
:icon: /images/bi-connector/icons/power-bi-logo.png
62-
:icon-alt: Microsoft PowerBI icon
63-
64-
.. card::
65-
:cta: QlikSense
66-
:url: https://docs.mongodb.com/bi-connector/current/connect/qlik
67-
:icon: /images/bi-connector/icons/qliksense-logo.png
68-
:icon-alt: QlickSense icon
69-
70-
.. card::
71-
:cta: Microsoft Excel
72-
:url: https://docs.mongodb.com/bi-connector/current/connect/excel
73-
:icon: /images/bi-connector/icons/excel-logo.png
74-
:icon-alt: Microsoft Excel icon
75-
76-
.. card::
77-
:cta: Spotfire Cloud
78-
:url: https://docs.mongodb.com/bi-connector/current/connect/spotfire-cloud
79-
:icon: /images/bi-connector/icons/spotfire-logo.png
80-
:icon-alt: Spotfire Cloud icon
81-
82-
.. card::
83-
:cta: MySQL Client
84-
:url: https://docs.mongodb.com/bi-connector/current/connect/mysql
85-
:icon: /images/bi-connector/icons/mysql-logo.png
86-
:icon-alt: MySQL Client
87-
88-
.. card::
89-
:cta: Looker
90-
:url: https://docs.mongodb.com/bi-connector/current/connect/looker
91-
:icon: /images/bi-connector/icons/looker-logo.png
92-
:icon-alt: Looker icon
7+
After you install and configure the |bi-short|, you can use |odbc| and
8+
|jdbc| drivers to connect from many BI Tools and clients. The sections
9+
below provide basic instructions for connecting to |bi-short| using each
10+
tool.
9311

12+
- :doc:`Tableau Desktop </connect/tableau>`
13+
- :doc:`Microsoft Power BI Desktop </connect/powerbi>`
14+
- :doc:`Microsoft Excel </connect/excel>`
15+
- :doc:`MySQL Client </connect/mysql>`
9416

9517
.. toctree::
9618
:titlesonly:
9719

98-
/connect/excel
99-
/connect/mysql
10020
/connect/tableau
101-
/connect/qlik
102-
/connect/microstrategy
10321
/connect/powerbi
104-
/connect/spotfire-cloud
105-
/connect/looker
22+
/connect/excel
23+
/connect/mysql

source/components.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ The following tools are available for use with the |bi|:
4545
/reference/mongodrdl
4646
/reference/mongotranslate
4747
MongoDB ODBC Driver </reference/odbc-driver>
48+
/reference/jdbc-driver

source/connect/powerbi.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Connect from Microsoft Power BI Desktop
1313
:class: singlecol
1414

1515
This tutorial demonstrates how to connect to the |bi| using
16-
`Microsoft Power BI Desktop <https://powerbi.microsoft.com/>`_.
16+
`Microsoft Power BI Desktop
17+
<https://powerbi.microsoft.com/en-us/desktop/>`_.
1718

1819
.. include:: /includes/client-connection-prereqs.rst
1920

3.44 KB
Loading
-14.8 KB
Loading
Loading
Loading

source/includes/steps-local-quickstart.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ ref: start-sql-client
101101
level: 4
102102
stepnum: 4
103103
content: |
104-
Most BI tools can import data from an ODBC DSN. There are
105-
instructions for connecting with :doc:`several applications
106-
</client-applications>` elsewhere in the |bi-short|
107-
documentation.
104+
To learn how to connect from your BI Tool, see
105+
:doc:`several applications </client-applications>`.
106+
108107
...

source/local-quickstart.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,21 @@ Quick Start Guide for Windows
1515
*Estimated Time to Complete: ~15 minutes*
1616

1717
This guide provides step-by-step instructions to quickly set up the
18-
required components for the |bi-short| on your local system. This guide
19-
is recommended for users who would like to experiment
18+
required components for the |bi-short| on your local system using a
19+
|odbc| driver.
20+
21+
This guide is recommended for users who would like to experiment
2022
with the |bi-short| or create a local environment for development or
21-
testing.
23+
testing on Microsoft Windows.
2224

2325
In this tutorial you will:
2426

2527
- Start a local MongoDB :manual:`mongod </reference/program/mongod/>`
2628
process
2729
- Start a local |bi-short| :doc:`mongosqld </reference/mongosqld>`
2830
process
29-
- Create a :doc:`data source name </tutorial/create-system-dsn>` (DSN)
31+
- Install the |odbc| driver and create a
32+
:doc:`data source name </tutorial/create-system-dsn>` (DSN)
3033
- Connect with a BI tool of your choice
3134

3235
Prerequisites

0 commit comments

Comments
 (0)