Connect google Datastore to google Data Studio

2019-03-28 16:24发布

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 approach doing this?

2条回答
Melony?
2楼-- · 2019-03-28 17:07

Your options are pretty limited. You'll probably have to move/convert your datastore entities into a database that can act as a data source for Data Studio. The following link will help you get started:

https://support.google.com/datastudio/topic/6370347?hl=en&ref_topic=7441382

查看更多
狗以群分
3楼-- · 2019-03-28 17:18

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.

查看更多
登录 后发表回答