This is not an official Google product
This Data Studio Community Connector lets users query npm downloads for specific packages. This Community Connector uses the package download counts api.
You can try out the managed deployment of the latest code: npm Downloads Community Connector
Use the deployment guide to deploy the Community Connector yourself.
- No third-party authentication
This community connector does not require any third-party authentication. This lean example is good for beginners to try out. - Error handling and messaging
Example of using error handling methods and providing useful error messages to users. - Using the sampleExtraction property
Example of returning pre-defined sample data-set for more efficientgetData()
queries when sampleExtraction istrue
. Learn more about sampleExtraction.