calvin620707 / pubsub-lib

A generic purpose pub/sub broker to dispatch subscribed topics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

pubsub-lib

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

Prerequisites

  • Python 3.5+ is required for ayncio.
  • 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.

About

A generic purpose pub/sub broker to dispatch subscribed topics

License:Apache License 2.0


Languages

Language:Python 100.0%