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
facebook ro_r application on heroku #TechLunch
Search
Livesense Inc.
PRO
April 23, 2014
Technology
0
73
facebook ro_r application on heroku #TechLunch
2011/06/01(水) @ Livesense TechLunch
発表者:桂 大介
Livesense Inc.
PRO
April 23, 2014
Tweet
Share
More Decks by Livesense Inc.
See All by Livesense Inc.
27新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
0
2.4k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
51
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.5k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
440
26新卒_総合職採用_会社説明資料
livesense
PRO
0
11k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
37k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
13k
中途セールス職_会社説明資料
livesense
PRO
0
260
EM候補者向け転職会議説明資料
livesense
PRO
0
130
Other Decks in Technology
See All in Technology
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
1
200
おやつは300円まで!の最適化を模索してみた
techtekt
PRO
0
290
大「個人開発サービス」時代に僕たちはどう生きるか
sotarok
20
9.6k
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
300
MCPで変わる Amebaデザインシステム「Spindle」の開発
spindle
PRO
3
3.2k
フィンテック養成勉強会#56
finengine
0
140
AWSで推進するデータマネジメント
kawanago
1
1.3k
Flutterでキャッチしないエラーはどこに行く
taiju59
0
220
EncryptedSharedPreferences が deprecated になっちゃった!どうしよう! / Oh no! EncryptedSharedPreferences has been deprecated! What should I do?
yanzm
0
150
研究開発と製品開発、両利きのロボティクス
youtalk
1
510
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.5k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.7k
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Fireside Chat
paigeccino
39
3.6k
The Language of Interfaces
destraynor
161
25k
Automating Front-end Workflow
addyosmani
1370
200k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
GraphQLとの向き合い方2022年版
quramy
49
14k
Site-Speed That Sticks
csswizardry
10
810
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Why Our Code Smells
bkeepers
PRO
339
57k
The Invisible Side of Design
smashingmag
301
51k
GitHub's CSS Performance
jonrohan
1032
460k
A Tale of Four Properties
chriscoyier
160
23k
Transcript
Facebook RoR Application On Heroku
[email protected]
Database on heroku • Shared Database • Dedicated Database •
Amazon RDS • others •
Shared Database • PostgreSQL 8.3 • Shared databases are suitable
for staging, testing, and low-scale production applications.
Dedicated Database • PostgreSQL 9 • Dedicated databases are suitable
for large- scale production applications. All plans have a 2TB database max. • Features include consistent high performance, direct psql access, stored procedures, and more.
Dedicated Database
None
Shared vs. Dedicated • とりあえず Shared で開発して・・ • 人気が出てきたら Dedicated
に移行 • 以後、段階的に Dedicated をスケールアップ
Amazon RDS • • • via Add-on • MySQL 5.1
or Oracle Database 11g • http://aws.amazon.com/jp/rds/
Others
今回は ... お財布に優しい Shared Database !!
設定は ... • • • Heroku automatically generates a new
database.yml file on deployment.
Let's Develop the Rails App • • • Eclipse プラグインは
...
None
None
鋭意制作中 ( 画面は scaffold です。 )
次回テーマ Facebook RoR Applicatio n On Heroku #2