Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GCPUG.TW 201611 Meetup - Pubsub簡介

Simon Su
November 02, 2016

GCPUG.TW 201611 Meetup - Pubsub簡介

This is present by myself, the organizer of GCPUG.TW. I introduce the 4 core command for create pubsub topic, subscriber and then publish and subscribe data...

Simon Su

November 02, 2016
Tweet

More Decks by Simon Su

Other Decks in Technology

Transcript

  1. var simon = {/** I am at GCPUG.TW **/}; simon.aboutme

    = 'https://developers.google.com/experts/people/peihsin-su'; simon.github = ‘https://github.com/peihsinsu'; simon.blogs = [ 'http://gappsnews.blogspot.tw', ‘http://peihsinsu.blogspot.com']; simon.slides = ‘http://slideshare.net/peihsinsu/'; simon.email = ‘[email protected]’; simon.say(‘Good luck to everybody!');
  2. 大資料的時代 大資料的架構 Devices Physical or virtual servers as frontend data

    receiver MapReduce servers for large data transformation in batch way or streaming Strong queue service for handling large scale data injection Large scale data store for storing data and serve query workload Smart devices, IoT devices and Sensors 1M Devices 16.6K Events/sec 16.6K Events/sec 43B Events/month
  3. 整合範例 Google BigData Flow - Streaming data input to PubSub

    - Using Dataflow streaming mode to process and write to BigQuery for analysis