简体   繁体   English

如何在Java中为bigquery API进行编码

[英]how to code in java for bigquery API

I'm trying to learn to use bigquery API to get data from google database and import it to another sql database. 我正在尝试学习使用bigquery API从Google数据库获取数据并将其导入到另一个sql数据库。 I'm using eclipse java what application project should I set up? 我正在使用eclipse java应该设置哪个应用程序项目? what plugin should I install?anyone has experience with this? 我应该安装什么插件?有人有经验吗?

I'm more of a C# person,I used windows app form before, dont know how to do that in java. 我更像是一个C#人员,我以前使用过Windows应用程序形式,不知道如何在Java中做到这一点。 can anyone give some advise? 有人可以给些建议吗? Thanks! 谢谢!

To be more specific,I simply want to create an ETL to get bigquery data to our datawarehosue,it doesn't have to be a UI,i just need it to run on the backend. 更具体地说,我只想创建一个ETL即可将bigquery数据获取到我们的数据仓库中,它不必是UI,我只需要在后端运行即可。 I install google plugin4.3 我安装了Google plugin4.3 在此处输入图片说明

Which project is the easiest for me to use? 哪个项目对我来说最容易使用? Any successful code to get data from bigquery servlet to somewhere else? 是否有任何成功的代码可以将数据从bigquery servlet获取到其他地方? I don't know how to plug the code in from: https://cloud.google.com/bigquery/bigquery-api-quickstart Any instruction will be appreciated, thanks! 我不知道如何从以下位置插入代码: https : //cloud.google.com/bigquery/bigquery-api-quickstart任何指令将不胜感激,谢谢!

It sounds like you're looking for more of a general Eclipse tutorial than something BigQuery specific. 听起来您在寻找更多的通用Eclipse教程,而不是特定于BigQuery的东西。 You'd nominally create a "Java Project" to run simple Java code, but you'll need to set up the project to include your dependencies and so forth. 您名义上会创建一个“ Java项目”来运行简单的Java代码,但是您需要设置该项目以包含依赖项等等。

You may want to check these tutorials out : http://eclipsetutorial.sourceforge.net/totalbeginner.html 您可能需要查看以下教程: http : //eclipsetutorial.sourceforge.net/totalbeginner.html

Alternately, you could Google for "eclipse tutorial" or "eclipse quickstart". 或者,您可以在Google上进行“ Eclipse教程”或“ Eclipse快速入门”。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM