Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Learning Google BigQuery

You're reading from   Learning Google BigQuery A beginner's guide to mining massive datasets through interactive analysis

Arrow left icon
Product type Paperback
Published in Dec 2017
Publisher Packt
ISBN-13 9781787288591
Length 264 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (3):
Arrow left icon
 Berlyant Berlyant
Author Profile Icon Berlyant
Berlyant
 Haridass Haridass
Author Profile Icon Haridass
Haridass
 Brown Brown
Author Profile Icon Brown
Brown
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Title Page
Credits
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Customer Feedback
Dedication
Preface
1. Google Cloud and Google BigQuery FREE CHAPTER 2. Google Cloud SDK 3. Google BigQuery Data Types 4. BigQuery SQL Basic 5. BigQuery SQL Advanced 6. Google BigQuery API 7. Visualizing BigQuery Data 8. 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 beta pubsub topics create exampleTopic

To get help about creating topics via gcloud, run the following command:

 gcloud help beta pubsub...
lock icon The rest of the chapter is locked
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 £13.99/month. Cancel anytime
Visually different images