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.5k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
53
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.5k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
440
26新卒_総合職採用_会社説明資料
livesense
PRO
0
11k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
38k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
13k
中途セールス職_会社説明資料
livesense
PRO
0
270
EM候補者向け転職会議説明資料
livesense
PRO
0
130
Other Decks in Technology
See All in Technology
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
品質視点から考える組織デザイン/Organizational Design from Quality
mii3king
0
210
バイブスに「型」を!Kent Beckに学ぶ、AI時代のテスト駆動開発
amixedcolor
2
580
株式会社ログラス - 会社説明資料【エンジニア】/ Loglass Engineer
loglass2019
4
65k
AIエージェント開発用SDKとローカルLLMをLINE Botと組み合わせてみた / LINEを使ったLT大会 #14
you
PRO
0
130
KotlinConf 2025_イベントレポート
sony
1
140
Evolución del razonamiento matemático de GPT-4.1 a GPT-5 - Data Aventura Summit 2025 & VSCode DevDays
lauchacarro
0
210
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/06 - 2025/08
oracle4engineer
PRO
0
110
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
2
1.1k
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
470
AI時代を生き抜くエンジニアキャリアの築き方 (AI-Native 時代、エンジニアという道は 「最大の挑戦の場」となる) / Building an Engineering Career to Thrive in the Age of AI (In the AI-Native Era, the Path of Engineering Becomes the Ultimate Arena of Challenge)
jeongjaesoon
0
240
roppongirb_20250911
igaiga
1
240
Featured
See All Featured
A Tale of Four Properties
chriscoyier
160
23k
Music & Morning Musume
bryan
46
6.8k
4 Signs Your Business is Dying
shpigford
184
22k
RailsConf 2023
tenderlove
30
1.2k
A designer walks into a library…
pauljervisheath
207
24k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
The Cult of Friendly URLs
andyhume
79
6.6k
Balancing Empowerment & Direction
lara
3
620
Practical Orchestrator
shlominoach
190
11k
Writing Fast Ruby
sferik
628
62k
How STYLIGHT went responsive
nonsquared
100
5.8k
Facilitating Awesome Meetings
lara
55
6.5k
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