简体   繁体   English

使用Google Data Studio分析Google Cloud Datastore中的数据

[英]Analyze data in Google Cloud Datastore using Google Data Studio

I am new to databases, and have some data stored as entities in Google Cloud Datastore. 我是数据库新手,并且有一些数据作为实体存储在Google Cloud Datastore中。 I would like to be able to analyze and plot this data in a web interface, and it seems like Google Data Studio provides an easy-to-use way to do this. 我希望能够在Web界面中分析和绘制这些数据,并且看来Google Data Studio提供了一种易于使用的方式来执行此操作。 However, I'm a bit confused as to how I can actually use the two interfaces together; 但是,对于如何实际使用两个接口,我有些困惑。 it seems like either Google Cloud Storage or Google BigQuery could be a middleman in between, but I'm not sure how this might work. 似乎Google Cloud Storage或Google BigQuery可能是两者之间的中间人,但我不确定这可能如何工作。 Could anyone advise on whether using Google Data Studio would be the best approach to plotting/analyzing data in Google Cloud Datastore, and if so, offer tips on how I could go about this? 谁能建议使用Google Data Studio是否是在Google Cloud Datastore中绘制/分析数据的最佳方法,如果是,请提供有关如何解决此问题的技巧? There are a large number of tutorials but it seems like none that I've found have explained how to load data from the Datastore into a useable file for Data Studio. 有大量的教程,但是我发现似乎没有一个教程解释了如何将数据从数据存储区加载到Data Studio的可用文件中。

Thanks! 谢谢!

As Graham Polley says, the question is answered here . 就像格雷厄姆·波利Graham Polley)所说的, 这里回答这个问题。 The workaround to connect Cloud Datastore to Google Data Studio is to first export Datastore entities to BigQuery, as explained in this guide . 以云存储连接到谷歌的Data Studio解决方法是先出口数据存储实体的BigQuery,因为这在解释指南

Then see this in order to connect Data Studio to BigQuery tables. 然后请参阅为了连接Data Studio到BigQuery表。

Finally in this blog post , there's a tutorial for building a dashboard with Google Data Studio and BigQuery. 最后,在此博客文章中 ,有一个使用Google Data Studio和BigQuery构建仪表板的教程。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将数据存储数据上传到Google云存储中的csv文件? - How To upload datastore data to csv file in google cloud storage? 从 Google Cloud Datastore 到 BigQuery 的增量数据传输 - Incremental Data Transfer from Google Cloud Datastore to BigQuery 如何将 json 数据导入谷歌云数据存储。 如何从代码中将数据从 Datastore 导入 BigQuery - How to import a json data into google cloud datastore. How to import data into BigQuery from Datastore from code 如何为谷歌数据工作室更新谷歌云存储/bigquery中的数据? - How to update data in google cloud storage/bigquery for google data studio? 将数据从Google数据存储区导出到Google Bigquery - Export data from Google Datastore to Google Bigquery 使用Python中的数据流管道将数据从Google数据存储传输到Bigquery - Data Transfer from Google Datastore into Bigquery by using Dataflow Pipeline in Python 将Google数据存储区和bigquery数据连接在一起 - Joining google datastore and bigquery data together 将Google数据存储区备份从数据存储加载到Google BigQuery - Load Google Datastore Backups from Data Storage to Google BigQuery 谷歌云数据流示例 - Google cloud data flow exmaple Google云端平台数据显示 - Google Cloud Platform Data Display
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM