Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Google BigQuery

You're reading from  Learning Google BigQuery

Product type Book
Published in Dec 2017
Publisher Packt
ISBN-13 9781787288591
Pages 264 pages
Edition 1st Edition
Languages
Authors (3):
Thirukkumaran Haridass Thirukkumaran Haridass
Profile icon Thirukkumaran Haridass
Mikhail Berlyant Mikhail Berlyant
Eric Brown Eric Brown
Profile icon Eric Brown
View More author details

Table of Contents (9) Chapters

Preface Google Cloud and Google BigQuery Google Cloud SDK Google BigQuery Data Types BigQuery SQL Basic BigQuery SQL Advanced Google BigQuery API Visualizing BigQuery Data Google Cloud Pub/Sub

Cloud Pub/Sub via Google Cloud SDK

This section explains how to create Cloud Pub/Sub topics and subscriptions, and how to send and receive messages using the gcloud utility in the Google Cloud SDK. To get started, update the Google Cloud SDK by running the following command:

gcloud components update

Run the following command to install Cloud Pub/Sub in the Google Cloud SDK. This command will also install additional components that are in the beta release:

gcloud components install beta

Run the following command to choose the right project to execute the commands against. If you just want to verify the project already configured in Google Cloud SDK, run the gcloud init command:

gcloud init

Run the following command to create a topic for the messages to be sent. This command creates a topic in the selected project, and this can be verified in the Cloud Console:

gcloud...
lock icon The rest of the chapter is locked
arrow left Previous Chapter
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}