Skip to content

Google data studio connector that fetches data from api endpoint

Notifications You must be signed in to change notification settings

osvaldoM/data-studio-rest-api-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data studio connector

This is a community connector that is able to fetch json data from a given url and send it to google data studio for processing.

This is not a complete connector as it does not address some use cases(see missing features section).

I built this for my specific needs, without generalizing it too much and decided to share it in case anyone else could benefit from it, since there is little content online about building custom google data studio connectors.

Nonetheless, it can serve simple purposes and anyone is free to copy and adapt it to cater for their specific use case.

TLDR;

you can understand most of this code by completing the codelab at: https://codelabs.developers.google.com/codelabs/community-connectors/#9

Usage

Follow step 13 of https://codelabs.developers.google.com/codelabs/community-connectors/#13

Please note that the API must return a json array, objects are not yet supported.

Dependencies

Missing features

  • Support fetching data for custom date ranges.
  • Custom post parameters
  • Custom HTTP headers
  • Different authentication types for using the connector
  • Tests.

License

MIT

Helper articles:

About

Google data studio connector that fetches data from api endpoint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published