Connect google Datastore to google Data Studio

不打扰是莪最后的温柔 提交于 2019-12-09 11:47:42

问题


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?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/46056916/connect-google-datastore-to-google-data-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!