Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any API to get data from database into Google Data Studio through rest API only

Want to get the data from spectrum hub and use that same for report generation but, unable to get request data studio link for get method to pass it in postman with their respective parameters

like image 676
prajakta Avatar asked Oct 28 '22 06:10

prajakta


People also ask

Can Google Data Studio connect to a REST API?

You can build your own connector for Data Studio that fetches data from a certain REST API.

Can Google Data Studio Connect to access database?

SQL Access to Access Data from ApplicationsNow you have a direct connection to live Access data from your Google Data Studio workbook. You can create more data sources and new visualizations, build reports, and more — all without replicating Access data.

Does Data Studio have an API?

Azure Data Studio provides an API that extensions can use to interact with other parts of Azure Data Studio, such as Object Explorer.


2 Answers

You can build your own connector for Data Studio that fetches data from a certain REST API. See guides and reference on Community Connectors.

like image 154
Minhaz Kazi Avatar answered Nov 23 '22 01:11

Minhaz Kazi


As there are different data sources available to connect with Google Data Studio, you may use any of them as the source for GDS Reporting. What you can do is:

  1. Pull out the data from the API and create a CSV file and upload it to GDS.
  2. Push the API data into Google Sheet.
  3. Push the API data to MySQL and then connect it with the GDS
like image 22
shishir Avatar answered Nov 23 '22 00:11

shishir