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
#kanrk08 / 公開版 PicoRubyとマイコンでの自作トレーニング計測装置を用いたワークアウトの理想と現実
bash0c7
1
770
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
120
AIプログラマーDevinは PHPerの夢を見るか?
shinyasaita
1
230
RailsGirls IZUMO スポンサーLT
16bitidol
0
190
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
120
テスト駆動Kaggle
isax1015
0
150
PHPでWebSocketサーバーを実装しよう2025
kubotak
0
290
XP, Testing and ninja testing
m_seki
3
250
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
240
Blazing Fast UI Development with Compose Hot Reload (droidcon New York 2025)
zsmb
1
290
「Cursor/Devin全社導入の理想と現実」のその後
saitoryc
0
830
生成AI時代のコンポーネントライブラリの作り方
touyou
1
220
Featured
See All Featured
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
Building an army of robots
kneath
306
45k
Mobile First: as difficult as doing things right
swwweet
223
9.7k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
820
Measuring & Analyzing Core Web Vitals
bluesmoon
7
510
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Typedesign – Prime Four
hannesfritz
42
2.7k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Thoughts on Productivity
jonyablonski
69
4.7k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.5k
Transcript
第 1 回 テ ー マ : サ ー バ
レ ス ア ー キ テ ク チ ャ オンラインワークショップ
今回の活動 • 各自仕様調整&実装作業
全体構成 ファイル アップローダー Amazon S3 AWS Lambda エンド ポイント API
ファイル 読み込み、 データ分 割API データ量に応じて、 複数のAPIを呼び出す データ 圧縮 圧縮データ のパッケー ジング ダウンロードURLを 発行
データの圧縮について • 議論の結果、簡易的な圧縮ロジックを実装してみることに決定 • バイナリ形式でデータを読み込み、以下の様なルールで圧縮 • AAAAABBBCCC→A:5,B:3,C:3 • 圧縮データにはインデックスを付けておき、解凍時には上記の逆 の処理を順番に行えるようにする。
今回決まったこと • 今週は仕様の調整とか軽い実装作業で終わったので、次 回までに実装を行い、今テーマの最終回とする。(次回 に作業するのも可)