Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
第一次自建雲端服務就上手
Search
Andy Cheng
May 08, 2014
Programming
0
69
第一次自建雲端服務就上手
Andy Cheng
May 08, 2014
Tweet
Share
More Decks by Andy Cheng
See All by Andy Cheng
The Clean Coder
ccjeng
0
4.4k
Android Backup
ccjeng
0
43
Android Backup Demo
ccjeng
0
32
No SQL
ccjeng
0
74
.NET Framework update
ccjeng
0
45
Book Sharing 2013
ccjeng
0
60
MS SQL 2012 BI Update
ccjeng
0
37
Other Decks in Programming
See All in Programming
動作確認やテストで漏れがちな観点3選
starfish719
6
1k
負債になりにくいCSSをデザイナとつくるには?
fsubal
9
2.3k
Compose でデザインと実装の差異を減らすための取り組み
oidy
1
300
時計仕掛けのCompose
mkeeda
1
280
CloudNativePGがCNCF Sandboxプロジェクトになったぞ! 〜CloudNativePGの仕組みの紹介〜
nnaka2992
0
220
Rails アプリ地図考 Flush Cut
makicamel
1
110
Honoとフロントエンドの 型安全性について
yodaka
4
250
Formの複雑さに立ち向かう
bmthd
1
720
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
210
なぜイベント駆動が必要なのか - CQRS/ESで解く複雑系システムの課題 -
j5ik2o
7
2.5k
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
5
3.8k
富山発の個人開発サービスで日本中の学校の業務を改善した話
krpk1900
4
370
Featured
See All Featured
Building an army of robots
kneath
302
45k
Automating Front-end Workflow
addyosmani
1367
200k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
How to train your dragon (web standard)
notwaldorf
90
5.8k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Agile that works and the tools we love
rasmusluckow
328
21k
4 Signs Your Business is Dying
shpigford
182
22k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
10
1.3k
Unsuck your backbone
ammeep
669
57k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
29
2.2k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.6k
Transcript
第一次自建雲端服務就上手 Andy Cheng 2014.05.08
SPI Model
None
On-premises solution 運行在企業本地自建環境中的解決方案 Data Center
IaaS Infrastructure as a Service
IaaS Infrastructure as a Service
SaaS Software as a Service
SaaS Software as a Service
PaaS Platform as a Service
PaaS 平台即服務提供使用者能將雲端基礎設施部署與建 立至用戶端,或者藉此獲得使用程式語言、程式庫與 服務。 使用者不需要管理與控制雲端基礎設施,包含網路、 伺服器、作業系統或儲存,但需要控制上層的應用程 式部署與應用代管的環境
On-Premises IaaS PaaS SaaS 彈性 最高 高 中 低 平均花費
$$ $$ $$$ 建置成本 $$$$$ $$$ $$ $$$ 維護成本 $$$$ $$$ $$ $ 轉換成本 $$$$ $$ $ $$$
Git 一種分散式的版本控管系統 Introduction to Git
Github 一個提供Git服務的網站
BYOC Bring Your Own Cloud
Cloud9 IDE 一個IDE (開發工具)的雲端服務
Heroku 一個PaaS服務
OpenShift 另一個PaaS服務
Node.JS 事件驅動I/O伺服器端Javascript環境 Node.js for .NET Developers
Express Node.JS的MVC套件
RESTful API 一種基於http/uri的網路服務
Live Demo
Demo 1 基於BYOC架構下 使用PaaS平台 開發聊天室服務
Demo環境 • Cloud9 IDE: Development Site • Github: Version control
• Heroku: Production
Deployment Push
Demo 2 台北市垃圾車追蹤 Github Link
None
Thank You