I want to use google\'s Data Studio tool to make visualizations for the data I have in the Datastore. But it is not available as a source of data on the interface. How can I app
You can write your own Community Connector to fetch data using the Cloud Datastore API. One thing to keep in mind here is that Data Studio only accepts tabular data so you will need to reshape your data using the connector code if necessary.