diff --git a/bi-tools/datastudio/README.md b/bi-tools/lookerstudio/README.md similarity index 80% rename from bi-tools/datastudio/README.md rename to bi-tools/lookerstudio/README.md index 7f78773..f487290 100644 --- a/bi-tools/datastudio/README.md +++ b/bi-tools/lookerstudio/README.md @@ -1,8 +1,8 @@ -# Using Google Data Studio with the Lumapps Datalake +# Using Google Looker Studio with the Lumapps Datalake -## Connecting Google Data Studio to the lumapps datalake +## Connecting Google Looker Studio to the lumapps datalake -This documentation explains how you can setup a connection from google datastudio to the Lumapps Datalake. +This documentation explains how you can setup a connection from google lookerstudio to the Lumapps Datalake. **prerequisite**: @@ -10,10 +10,10 @@ This documentation explains how you can setup a connection from google datastudi ### Step 1 : Create your first connector based of an example -DataStudio does not support natively the connection to google BigQuery via Service Account. +Looker Studio does not support natively the connection to google BigQuery via Service Account. -If you want to connect Datastudio to BigQuery using a service account, you need to setup a custom connector. -Google gives an example of how it could be done in [their documentation](https://developers.google.com/datastudio/solution/blocks/using-service-accounts) +If you want to connect Looker Studio to BigQuery using a service account, you need to setup a custom connector. +Google gives an example of how it could be done in [their documentation](https://developers.google.com/looker-studio/connector/use-a-service-account) Lumapps tested this method and the connector we built can be used as a template. The source code can be found [here](./examples) @@ -42,12 +42,12 @@ The source code can be found [here](./examples) ![Deploy](assets/4-deploy.jpg) -13. If your deployment is correct, you should see a **DataStudio URL**. Click on it. +13. If your deployment is correct, you should see a **Looker Studio URL**. Click on it. ![Check deployment](assets/5-deploy-success.jpg) 14. **Authorize** the connector, and allow the requested permission. Then click on **Connect** -15. You can now create a Google datastudio "Datastource" +15. You can now create a Google Looker Studio "Datastource" 1. Rename it as you like, you might share it within your organization so the name you choose need to make sense in that context. 2. rename/hide dimensions as you would like. 3. create new fields to expose new "Metrics" as you would like. @@ -65,7 +65,7 @@ The source code can be found [here](./examples) ### Step 2 : Going further -In the previous step, you created your first datastudio connector and you shared it within your organization via a datastudio datastource or a datastudio report +In the previous step, you created your first Looker Studio connector and you shared it within your organization via a Looker Studio datasource or a Looker Studio report You might want to explore other data in the lumapps datalake. To do so : diff --git a/bi-tools/datastudio/assets/1-appscript.jpg b/bi-tools/lookerstudio/assets/1-appscript.jpg similarity index 100% rename from bi-tools/datastudio/assets/1-appscript.jpg rename to bi-tools/lookerstudio/assets/1-appscript.jpg diff --git a/bi-tools/datastudio/assets/2-show-manifest-file.jpg b/bi-tools/lookerstudio/assets/2-show-manifest-file.jpg similarity index 100% rename from bi-tools/datastudio/assets/2-show-manifest-file.jpg rename to bi-tools/lookerstudio/assets/2-show-manifest-file.jpg diff --git a/bi-tools/datastudio/assets/3-script-properties.jpg b/bi-tools/lookerstudio/assets/3-script-properties.jpg similarity index 100% rename from bi-tools/datastudio/assets/3-script-properties.jpg rename to bi-tools/lookerstudio/assets/3-script-properties.jpg diff --git a/bi-tools/datastudio/assets/4-deploy.jpg b/bi-tools/lookerstudio/assets/4-deploy.jpg similarity index 100% rename from bi-tools/datastudio/assets/4-deploy.jpg rename to bi-tools/lookerstudio/assets/4-deploy.jpg diff --git a/bi-tools/datastudio/assets/5-deploy-success.jpg b/bi-tools/lookerstudio/assets/5-deploy-success.jpg similarity index 100% rename from bi-tools/datastudio/assets/5-deploy-success.jpg rename to bi-tools/lookerstudio/assets/5-deploy-success.jpg diff --git a/bi-tools/datastudio/assets/6-configure-datasource.jpg b/bi-tools/lookerstudio/assets/6-configure-datasource.jpg similarity index 100% rename from bi-tools/datastudio/assets/6-configure-datasource.jpg rename to bi-tools/lookerstudio/assets/6-configure-datasource.jpg diff --git a/bi-tools/datastudio/assets/7-sharing-datasource.jpg b/bi-tools/lookerstudio/assets/7-sharing-datasource.jpg similarity index 100% rename from bi-tools/datastudio/assets/7-sharing-datasource.jpg rename to bi-tools/lookerstudio/assets/7-sharing-datasource.jpg diff --git a/bi-tools/datastudio/assets/8-sharing-reports.jpg b/bi-tools/lookerstudio/assets/8-sharing-reports.jpg similarity index 100% rename from bi-tools/datastudio/assets/8-sharing-reports.jpg rename to bi-tools/lookerstudio/assets/8-sharing-reports.jpg diff --git a/bi-tools/datastudio/examples/appscript.json b/bi-tools/lookerstudio/examples/appscript.json similarity index 97% rename from bi-tools/datastudio/examples/appscript.json rename to bi-tools/lookerstudio/examples/appscript.json index b881ae4..d107c16 100644 --- a/bi-tools/datastudio/examples/appscript.json +++ b/bi-tools/lookerstudio/examples/appscript.json @@ -12,7 +12,7 @@ "oauthScopes": [ "https://www.googleapis.com/auth/script.external_request" ], - "dataStudio": { + "lookerStudio": { "name": "Lumapps Datalake", "logoUrl": "https://avatars.githubusercontent.com/u/2465187?s=200&v=4", "company": "Lumapps", diff --git a/bi-tools/datastudio/examples/code.gs b/bi-tools/lookerstudio/examples/code.gs similarity index 100% rename from bi-tools/datastudio/examples/code.gs rename to bi-tools/lookerstudio/examples/code.gs