Skip to content

Latest commit

 

History

History
 
 

stackoverflow-questions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Stack Overflow Questions Community Connector for Data Studio

This is not an official Google product

This Data Studio Community Connector lets users query Stack Overflow questions for a specific tag. This Community Connector uses the questions end point of Stack Exchange API.

Try the Community Connector in Data Studio

You can try out the managed deployment of the latest code: Stack Overflow Questions Community Connector

Deploy the Community Connector yourself

Use the deployment guide to deploy the Community Connector yourself.

Examples and use cases covered in the connector

  • API key based authentication (shared API Key)
    You can use this Community Connector as an example to implement API key based authentication or quota management for shared API keys(i.e. instances where a single API key can be used for all users of the Community Connector.).
  • Logging
    Example of using a global flag to toggle logging and also logging method parameters and output to Stackdriver.
  • Defining a namespace
    Example of Defining a namespace for your connector.
  • Using the sampleExtraction property
    Example of returning pre-defined sample data-set for more efficient getData() queries when sampleExtraction is true. Learn more about sampleExtraction.
  • Caching data
    Example of Using Apps Script Cache Service to store UrlFetch results.