Google Pub/Sub
Set up
You will need:
A Google Cloud Platform account
A Google Cloud Platform project: https://cloud.google.com/resource-manager/docs/creating-managing-projects;
An Access Control on this project: https://cloud.google.com/resource-manager/docs/access-control-proj;
To create and activate your service accounts (generate credentials file): https://cloud.google.com/iam/docs/understanding-service-accounts https://cloud.google.com/compute/docs/access/create-enable-service-accounts-for-instances
TO SUM IT UP: You can click here https://console.cloud.google.com/iam-admin/serviceaccounts, create a service account, and edit it to create a Key in a JSON format (this is the credential file);
Click on Create Service Account :

Give your service account a name, select the right account access (Pub/Sub Publisher, Pub/Sub Editor) and save.

Once your Service Account is created, you can generate your key :



credentials.json file example:
To create a Google Cloud Platform Pub/Sub instance. Pub/Sub documentation: https://cloud.google.com/pubsub/docs/quickstart-py-mac until Quickstart setup > Create service account credentials (included) should be enough to begin.
NOTE: Here is the Google Pub/Sub Pricing documentation:
Last updated
Was this helpful?