-
Procedure for installing Golang can be found here: https://golang.org/doc/install/source.
-
Clone this project into your local repository where Gopath is set.
-
Edit the client id and client secret key in the lines 34 and 35 of logincontroller/logincontroller.go.
-
Use command go run DraftSolution.go to build and run the project.
-
Open http://127.0.0.1:9090/login in any of the browsers to see the working project, where It enables you to login with your google credentials.
-
The file Bqdataset.go allows you to manually create dataset and table in Google Bigquery.
-
You can use the documentation in https://developers.google.com/ad-exchange/rtb/open-bidder/google-app-guide to create your own project.
-
Edit the lines 16,25 and 40 in Bqdataset.go to update names of your project, dataset and table.
-
Use command go run Bqdataset.go to build and run this project.
-
In your Bigquery console, changes in dataset, table can be seen.