A Complete Guide to Using Google BigQuery in Java (With Examples)

This post will highlight the basics of BigQuery and how to read, write and administer your BigQuery dataset in a Java application. BigQuery is a managed data warehouse, and is part of the Google Cloud Platform. We can use the official Java client to interact with our datasets. If you just want to see the example code, you can view it on Github BigQuery Jobs Every operation on a BigQuery dataset can be described in terms of a job....

 · Soham Kamani

Running a Maven Project from the Command Line (and Building Jar Files)

This tutorial will show you how to run a basic Java Maven project on the command line (as opposed to on an IDE). We will learn how to: Create a new maven project Compile and execute your Java code into an executable JAR file Add unit test for your code All of these tasks will be done on the command line, so that you can have a better idea on what’s going on under the hood, and how you can run a java application in environments that don’t have a full-featured IDE like Eclipse or IntelliJ....

Last Updated:   · Soham Kamani