Top Banner
on TOMOYUKI Chikanaga Groovenauts, Inc.
19
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Magellan on Google Cloud Platform

on

TOMOYUKI ChikanagaGroovenauts, Inc.

Page 2: Magellan on Google Cloud Platform

- Game Server- Mobile Application Platform

Page 3: Magellan on Google Cloud Platform

- Mobile Application Platform

- High Volume Transaction- High Availability

Page 4: Magellan on Google Cloud Platform

- Application Plaform- Docker Container- Multi Stage

- Multi Protocol- HTTP(S)- HTTP/2- MQTT- and more...

Page 5: Magellan on Google Cloud Platform
Page 6: Magellan on Google Cloud Platform

Open Beta http://magellanic-clouds.com/

Page 7: Magellan on Google Cloud Platform

on

Page 8: Magellan on Google Cloud Platform

Compute Engine BigQuery

Cloud Storage

Cloud DNS Cloud Dataflow

Cloud SQL

Page 9: Magellan on Google Cloud Platform

Compute Engine BigQuery

Cloud Storage

Cloud DNS Cloud Dataflow

Cloud SQL

Page 10: Magellan on Google Cloud Platform

- Quick Deployment- Interoperability- High Availability- Developer Friendly API

Google Compute Engine

Page 11: Magellan on Google Cloud Platform

- Quick Deployment- Create Instance 〜 30sec- Enough for scale out in mild

trafic peak- AppEngine is the best solution for

rapid trafic peak…

Google Compute Engine

Page 12: Magellan on Google Cloud Platform

- Interoperability- scope for Google Cloud API- compute_engine(read, read/write)- storage(read, write, read/write)- bigquery- cloudsql

Google Compute Engine

Page 13: Magellan on Google Cloud Platform

- High Availability- Live Migration

Google Compute Engine

Page 14: Magellan on Google Cloud Platform

- Your System must be redundant

Google Compute Engine

Page 15: Magellan on Google Cloud Platform

- Developer Friendly API- Web Console

- Every operation has it’s equivalent of REST API or command line

- REST API (Client Libraries)- google-client-ruby-api(ruby)- Ansible+libcloud(python)- etc...

- SDK (command line tool)- gcloud- bq

Google Compute Engine

Page 16: Magellan on Google Cloud Platform

Google BigQuery

- Log Aggregation- Easy to Streaming Insert- Incredibly Scalable Query- High Cost Performance

Page 17: Magellan on Google Cloud Platform

Google BigQuery

- Log Aggregation- Resouce Usage Analysis- Activity Analysis- Accounting

- Easy to streaming insert- fluentd (fluent-plugin-bigquery)

- Incredibly Scalable Query- Almost Constant Response Time

Page 18: Magellan on Google Cloud Platform

Google BigQuery

- High Cost Performance- Storage Cost

- BigQuery < GCS < AWS S3- Import/Export

- Free- Streaming Insert

- $0.01 per 100,000 rows- Query

- Depends on processed data volume

Page 19: Magellan on Google Cloud Platform

on