cloud-dataflow-nyc-taxi-tycoon
cloud-dataflow-nyc-taxi-tycoon copied to clipboard
Visualizer: connecting to pubsub stream
Any ideas why the visualizer app is currently not allowing authorization via google oauth? https://googlecodelabs.github.io/cloud-dataflow-nyc-taxi-tycoon/
If I do want too connect to the pubsub stream from the map what are the steps required?
- Do I host the app at a fqdn?
- get credentials from pubsub API?
- put them somewhere? maybe here: https://github.com/googlecodelabs/cloud-dataflow-nyc-taxi-tycoon/blob/master/visualizer/googleapiaccess.js#L54-L59
thanks for any help.