Developing a Google Data Studio Connector: Part 2
In part 1 of this tutorial we learnt about what Data Studio is and How to use it. In this tutorial we will kickstart development of our own data studio connector. So let's begin. What are the requirements? A Google account Knowledge of JavaScript A little information on how to use data studio to create visualizations. What is the goal? Data Studio Community Connectors enable direct connections from Data Studio to any internet accessible data source. Here we will be building a simple connector that connects to public GitHub APIs and compares two users data. We will then create visualizations to analyze the GitHub profiles. Step 1: Create a project on AppScript We will use AppScript to write code for our community connector. AppScript makes it easy to deploy our connector and debug it. Visit AppScript and click on New Script to create a new script file. It will open a new project. Rename the project and remove all the contents of code.gs file. We will start wr