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
160
ワークショップまとめ資料3
hiroki8080
May 28, 2016
Tweet
Share
More Decks by hiroki8080
See All by hiroki8080
オンラインワークショップ資料
hiroki8080
0
220
オンラインワークショップ資料
hiroki8080
0
250
オンラインワークショップ資料
hiroki8080
0
200
ワークショップまとめ資料2
hiroki8080
0
140
ワークショップまとめ資料
hiroki8080
0
210
Other Decks in Programming
See All in Programming
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
110
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
420
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
910
猫の手も借りたい!ので AIエージェント猫を作って社内に放した話 Claude Code × Container Lambda の Slack Bot "DevNeko"
naramomi7
0
240
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
220
atmaCup #23でAIコーディングを活用した話
ml_bear
4
740
Raku Raku Notion 20260128
hareyakayuruyaka
0
430
AHC061解説
shun_pi
0
320
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
440
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
510
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
200
浮動小数の比較について
kishikawakatsumi
0
370
Featured
See All Featured
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
0
2.4k
Ruling the World: When Life Gets Gamed
codingconduct
0
160
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
97
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
65
Git: the NoSQL Database
bkeepers
PRO
432
66k
Testing 201, or: Great Expectations
jmmastey
46
8.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
The Curse of the Amulet
leimatthew05
1
9.5k
Transcript
第 1 回 テ ー マ : サ ー バ
レ ス ア ー キ テ ク チ ャ オンラインワークショップ
今回の活動 • 各自仕様調整&実装作業
全体構成 ファイル アップローダー Amazon S3 AWS Lambda エンド ポイント API
ファイル 読み込み、 データ分 割API データ量に応じて、 複数のAPIを呼び出す データ 圧縮 圧縮データ のパッケー ジング ダウンロードURLを 発行
データの圧縮について • 議論の結果、簡易的な圧縮ロジックを実装してみることに決定 • バイナリ形式でデータを読み込み、以下の様なルールで圧縮 • AAAAABBBCCC→A:5,B:3,C:3 • 圧縮データにはインデックスを付けておき、解凍時には上記の逆 の処理を順番に行えるようにする。
今回決まったこと • 今週は仕様の調整とか軽い実装作業で終わったので、次 回までに実装を行い、今テーマの最終回とする。(次回 に作業するのも可)