Connect google Datastore to google Data Studio

前端 未结 3 1042
旧时难觅i
旧时难觅i 2021-02-15 18:20

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

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-15 18:28

    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.

提交回复
热议问题