soocii-pubsub-lib

Library for Soocii back-end services to integrate with Google Cloud Pub/Sub service.


License
Apache-2.0
Install
pip install soocii-pubsub-lib==1.2

Documentation

Build Status Coverage Status

pubsub-lib

A generic purpose google cloud pub/sub broker to dispatch subscribed topics.

Prerequisites

  • Setting Up Authentication for Server to Server Production Applications
    1. Go to the Create service account key page in the GCP Console.
    2. From the Service account drop-down list, select New service account.
    3. Input a name into the Service account name field.
    4. From the Role drop-down list, select Project > Owner.
    5. Click Create. A JSON file that contains your key downloads to your computer.