Skip to content

candicontrols/pubSub-Python-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pubSub-Python-example

Description

This sample python code allows you to:

  1. Receive pushed data from Google Pub/Sub. Example works from https://{yourDomain}/pubSubListener
  2. Pull data from Google Pub/Sub. Example can begin listening from https://{yourDomain}/pubSubWorker
  3. List all data that has been pushed or pulled from https://{yourDomain}/

Google Pub/Sub Overview Documentation

https://candicontrols.atlassian.net/wiki/spaces/PAR/pages/190873601/Google+Pub+Sub+Overview

This Python 3.6.3 Pub/Sub example uses the following python libs:

  • cachetools==2.0.1
  • certifi==2017.11.5
  • chardet==3.0.4
  • click==6.7
  • dill==0.2.7.1
  • Flask==0.12.2
  • Flask-MySQL==1.4.0
  • future==0.16.0
  • gapic-google-cloud-datastore-v1==0.15.3
  • gapic-google-cloud-error-reporting-v1beta1==0.15.3
  • gapic-google-cloud-logging-v2==0.91.3
  • google-api-core==0.1.1
  • google-auth==1.2.1
  • google-cloud==0.31.0
  • google-cloud-bigquery==0.28.0
  • google-cloud-bigtable==0.28.1
  • google-cloud-core==0.28.0
  • google-cloud-datastore==1.4.0
  • google-cloud-dns==0.28.0
  • google-cloud-error-reporting==0.28.0
  • google-cloud-firestore==0.28.0
  • google-cloud-language==1.0.0
  • google-cloud-logging==1.4.0
  • google-cloud-monitoring==0.28.0
  • google-cloud-pubsub==0.29.2
  • google-cloud-resource-manager==0.28.0
  • google-cloud-runtimeconfig==0.28.0
  • google-cloud-spanner==0.29.0
  • google-cloud-speech==0.30.0
  • google-cloud-storage==1.6.0
  • google-cloud-trace==0.16.0
  • google-cloud-translate==1.3.0
  • google-cloud-videointelligence==1.0.0
  • google-cloud-vision==0.28.0
  • google-gax==0.15.16
  • google-resumable-media==0.3.1
  • googleapis-common-protos==1.5.3
  • grpc-google-iam-v1==0.11.4
  • grpcio==1.7.0
  • httplib2==0.10.3
  • idna==2.6
  • itsdangerous==0.24
  • Jinja2==2.10
  • MarkupSafe==1.0
  • oauth2client==3.0.0
  • ply==3.8
  • pprint==0.1
  • proto-google-cloud-datastore-v1==0.90.4
  • proto-google-cloud-error-reporting-v1beta1==0.15.3
  • proto-google-cloud-logging-v2==0.91.3
  • protobuf==3.5.0.post1
  • psutil==5.4.1
  • pyasn1==0.4.2
  • pyasn1-modules==0.2.1
  • PyMySQL==0.7.11
  • requests==2.18.4
  • rsa==3.4.2
  • six==1.11.0
  • urllib3==1.22
  • Werkzeug==0.12.2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published