Skip to content

Commit

Permalink
add external connection links
Browse files Browse the repository at this point in the history
  • Loading branch information
bensonlee5 committed Nov 15, 2024
1 parent e6569a8 commit 76aacf0
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/app/admin/AdminControls.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,19 @@ In order to allow Ganymede Flows to read and write to an S3 bucket, follow the s

Ganymede can generate Service Account credentials for use with other tools, such as BigQuery or ODBC. Access using these credentials is restricted to read-only data of the environment in which they were generated.

Some examples of tools that can be connected to Ganymede using Service Account credentials include:
Some examples of tools that can be connected to Ganymede using this approach include:

#### Dashboarding Tools
- [Tableau](https://help.tableau.com/current/pro/desktop/en-us/examples_googlebigquery.htm)
- [Looker](https://cloud.google.com/looker/docs/db-config-google-bigquery)
- [PowerBI](https://learn.microsoft.com/en-us/power-query/connectors/google-bigquery)
- [Posit](https://solutions.posit.co/connections/db/databases/big-query/)

#### Data Analysis Tools
- [Posit Connect (R)](https://solutions.posit.co/connections/db/databases/big-query/)
- [Spotfire](https://www.cdata.com/kb/tech/bigquery-odbc-spotfire.rst)
- [JMP](https://community.jmp.com/t5/Discussions/ODBC-connection-to-Google-BigQuery/td-p/346253)
- [MATLAB](https://github.com/mathworks-ref-arch/matlab-google-bigquery/blob/main/Documentation/BasicUsage.md)
- [Excel](https://cloud.google.com/blog/products/bigquery/how-to-connect-bigquery-to-microsoft-excel-and-other-apps-with-our-new-odbc-driver)

#### Generating Service Account Credentials

Expand Down

0 comments on commit 76aacf0

Please sign in to comment.