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
これから IoT やるなら 「 サーバレス 」にしておけ! v1/Serverless-fit...
Search
Kohei "Max" MATSUSHITA
May 19, 2019
Technology
0
170
これから IoT やるなら 「 サーバレス 」にしておけ! v1/Serverless-fits-IoT-system
「データの発生毎に処理をする仕組み」を実現する方法を解説
Kohei "Max" MATSUSHITA
May 19, 2019
Tweet
Share
More Decks by Kohei "Max" MATSUSHITA
See All by Kohei "Max" MATSUSHITA
こんにちは!AWS re:Invent 2024 です!/JAWS-UG TOHOKU-hi-threre-aws-reinvent-2024-1
ma2shita
0
83
Not only Claude 3 and Amazon Forecast! Get the Future by Chronos of Amazon's Time series FM/get-the-future-by-chronos-of-amazons-time series-fm
ma2shita
0
89
さらなるアウトプットに、Let's ライトニングトーク! ― LTのやり方
ma2shita
2
830
AWS アーキテクチャ作図入門/aws-architecture-diagram-101
ma2shita
23
8.6k
Starlinkと宇宙の話/what-is-starlink-and-the-universe
ma2shita
0
110
Build will change the World!!
ma2shita
0
140
もうサーバーは作らない!手間も費用もかからない「サーバーレス」の選び方と始め方のコツ/lets-serverless
ma2shita
0
89
IoTデバイスを安心して使う「技適」特例の概要から届出~廃止まで && Amazon Monitronのご紹介/telec-and-amazon-monitron
ma2shita
0
700
明日話したくなる!「SIM」の世界、入門編!
ma2shita
0
240
Other Decks in Technology
See All in Technology
CDKのコードを書く環境を作りました with Amazon Q
nobuhitomorioka
1
110
2025-02-21 ゆるSRE勉強会 Enhancing SRE Using AI
yoshiiryo1
1
420
Autonomous Database Serverless 技術詳細 / adb-s_technical_detail_jp
oracle4engineer
PRO
17
45k
深層学習と古典的画像アルゴリズムを組み合わせた類似画像検索内製化
shutotakahashi
1
260
【Developers Summit 2025】プロダクトエンジニアから学ぶ、 ユーザーにより高い価値を届ける技術
niwatakeru
2
1.6k
2024.02.19 W&B AIエージェントLT会 / AIエージェントが業務を代行するための計画と実行 / Algomatic 宮脇
smiyawaki0820
15
4.1k
あれは良かった、あれは苦労したB2B2C型SaaSの新規開発におけるCloud Spanner
hirohito1108
2
770
白金鉱業Meetup Vol.17_あるデータサイエンティストのデータマネジメントとの向き合い方
brainpadpr
7
910
Helm , Kustomize に代わる !? 次世代 k8s パッケージマネージャー Glasskube 入門 / glasskube-entry
parupappa2929
0
270
ソフトウェアエンジニアと仕事するときに知っておいたほうが良いこと / Key points for working with software engineers
pinkumohikan
1
130
明日からできる!技術的負債の返済を加速するための実践ガイド~『ホットペッパービューティー』の事例をもとに~
recruitengineers
PRO
3
510
オブザーバビリティの観点でみるAWS / AWS from observability perspective
ymotongpoo
9
1.6k
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
40
2k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
It's Worth the Effort
3n
184
28k
Gamification - CAS2011
davidbonilla
80
5.1k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Raft: Consensus for Rubyists
vanstee
137
6.8k
A Philosophy of Restraint
colly
203
16k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Transcript
これから IoT やるなら 「サーバレス」にしておけ! v1 Max の LT シリーズ。 ソラコムのテック・エバ
“Max” まつした
株式会社ソラコム テクノロジー・エバンジェリスト 松下享平 (まつした こうへい) "Max" 講演回数 140超/年 保有スライド枚数 8000枚超
オーバーラン常習犯 Max と呼んでね!
活用すべきは サーバレス
サーバレスって サーバとか OSとか 実行環境とか 全部あいつら※が準備してくれている
俺たちは コードを書くだけで OK
IoT データは「いつ発生するかわからない」 AWS Lambda Azure Functions Google Cloud Functions 仮想サーバ
• 稼働時間で課金 向いている処理 • 「バッチ」型 稼働時間が処理量と 比例する処理 サーバレス • 実行時間で課金 向いている処理 • 「イベント発生時」型 いつ発生するか わからない処理 IoT のデータ処理に 適している 例) ドアの開閉をセンシングしたい データの待ち時間が ムダになりがち
私が駆逐したい事
Amazon API Gateway や Google IoT Core や Microsoft Power
BI の 劣化コピー
作ってんじゃねぇよ!!! あいつら※が作ったすげぇサービスなんだから、すげぇんだよ。
今からサーバレスやるなら AWS なら • Amazon API Gateway • AWS Lambda
• AWS IoT ファミリー • 最終的には; • Amazon S3 • Amazon DynamoDB Microsoft Azure なら • Azure Functions • Azure Logic Apps • Stream Analytics • 最終的には; • Cosmos DB Google Cloud Platform なら • Google Cloud Functions • Google Cloud Pub/Sub • 最終的には; • BigQuery
クラウド側アーキテクチャ例 ― AWS https://d1.awsstatic.com/events/jp/2017/summit/slide/D3T5-8.pdf SORACOM Beam ダウンロード SORACOM Funnel 外部サービス
SORACOM Funk AWS IoT Core AWS IoT Analytics Amazon Kinesis Data Firehose Amazon S3 AWS Lambda Amazon Athena Amazon SageMaker
クラウド側アーキテクチャ例 ― Azure Cosmos DB Event Hubs https://docs.microsoft.com/ja-jp/azure/stream-analytics/stream-analytics-real-time-event-processing-reference-architecture Stream Analytics
ダウンロード Blog Storage Power BI HDInsight SORACOM Beam IoT Hub Azure Functions 外部サービス SORACOM Funnel SORACOM Funk
クラウド側アーキテクチャ例 ― GCP Cloud BigQuery Cloud Pub/Sub https://cloud.google.com/dataflow/?hl=ja Cloud Dataflow
SORACOM Funnel ダウンロード Cloud Storage Data Studio SORACOM Beam Cloud IoT Core Cloud Functions 外部サービス SORACOM Funk
作るんじゃ無いよ!利用しようよ。
Max の願い 謎クラウドや 劣化コピーの撲滅を目指して
世界中のヒトとモノをつなげ 共鳴する社会へ