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
ワークショップまとめ資料3
Search
hiroki8080
May 28, 2016
Programming
0
150
ワークショップまとめ資料3
hiroki8080
May 28, 2016
Tweet
Share
More Decks by hiroki8080
See All by hiroki8080
オンラインワークショップ資料
hiroki8080
0
220
オンラインワークショップ資料
hiroki8080
0
240
オンラインワークショップ資料
hiroki8080
0
200
ワークショップまとめ資料2
hiroki8080
0
140
ワークショップまとめ資料
hiroki8080
0
200
Other Decks in Programming
See All in Programming
MDN Web Docs に日本語翻訳でコントリビュートしたくなる
ohmori_yusuke
1
130
Railsアプリケーションと パフォーマンスチューニング ー 秒間5万リクエストの モバイルオーダーシステムを支える事例 ー Rubyセミナー 大阪
falcon8823
5
1.1k
初学者でも今すぐできる、Claude Codeの生産性を10倍上げるTips
s4yuba
16
11k
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
2
310
XP, Testing and ninja testing
m_seki
3
250
Rails Frontend Evolution: It Was a Setup All Along
skryukov
0
160
PicoRuby on Rails
makicamel
2
130
RailsGirls IZUMO スポンサーLT
16bitidol
0
190
iOS 26にアップデートすると実機でのHot Reloadができない?
umigishiaoi
0
130
チームのテスト力を総合的に鍛えて品質、スピード、レジリエンスを共立させる/Testing approach that improves quality, speed, and resilience
goyoki
5
900
猫と暮らす Google Nest Cam生活🐈 / WebRTC with Google Nest Cam
yutailang0119
0
140
Porting a visionOS App to Android XR
akkeylab
0
470
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Designing for Performance
lara
610
69k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
The Cult of Friendly URLs
andyhume
79
6.5k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
The Language of Interfaces
destraynor
158
25k
Transcript
第 1 回 テ ー マ : サ ー バ
レ ス ア ー キ テ ク チ ャ オンラインワークショップ
今回の活動 • 各自仕様調整&実装作業
全体構成 ファイル アップローダー Amazon S3 AWS Lambda エンド ポイント API
ファイル 読み込み、 データ分 割API データ量に応じて、 複数のAPIを呼び出す データ 圧縮 圧縮データ のパッケー ジング ダウンロードURLを 発行
データの圧縮について • 議論の結果、簡易的な圧縮ロジックを実装してみることに決定 • バイナリ形式でデータを読み込み、以下の様なルールで圧縮 • AAAAABBBCCC→A:5,B:3,C:3 • 圧縮データにはインデックスを付けておき、解凍時には上記の逆 の処理を順番に行えるようにする。
今回決まったこと • 今週は仕様の調整とか軽い実装作業で終わったので、次 回までに実装を行い、今テーマの最終回とする。(次回 に作業するのも可)