SlideShare a Scribd company logo
1 of 84
Download to read offline
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
• ( https://ring.education/ )
-
- https://ring.education/research/2016_hs_al_experiment_report_02/
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
id grade_id gender school_id
AAA 001 female 0000X
BBB 002 male 0000Y
CCC 005 male 0000Z
id label
001
002
003
id label
0000X X
0000Y Y
0000Z Z
id grade gender school
AAA female X
BBB male Y
CCC male Z
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
Rails
Kinesis
Lambda
TD SDK
web JS app native
web Single Page Application
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
/(^o^)
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
embulk-input-mongodb
by @hakobera
embulk-input-postgresql
embulk-parser-json
embulk-filter-expand_json
embulk-filter-hash
by @kamatama41
embulk-filter-mask
by @beniyama
embulk-output-td
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
Embulk Hive / Presto
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
class DailyVideoRatingReport(luigi_td.Query):
type = 'hive'
database = LuigiConfig().main_db
report_database = LuigiConfig().report_db
source = ‘queries/hive/daily/history/daily_video_rating_report.sql’
jst_date = luigi.DateParameter(default=DateTimeUtil.get_jst_date())
def requires(self):
return [
DailyUserMasterCreate(self.jst_date),
DailyContentsMasterCreate(self.jst_date)
]
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
def run(self):
TdUtil.drop_partition(
table=‘video_rating_report’,
to_jst_date=self.jst_date
)
super(DailyVideoRatingReport, self).run()
def output(self):
return luigi_td.ResultTarget(
'{0}/DailyVideoRatingReport-{1}.txt'.format(
LuigiConfig().output_path,
self.jst_date.strftime('%Y-%m-%d')
),
'td://@/reports/video_rating_report?mode=append'
)
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
+video_rating_report:
+partial_delete:
td_partial_delete>: video_rating_report
database: reports
from: ${moment(session_time).utc().add("days", -1).unix()}
to: ${moment(session_time).utc().unix()}
+insert_records:
td>: queries/reporting/video_rating_report_insert.sql
database: reports
engine: presto
insert_into: video_rating_report
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
+fetch_records:
td>: queries/reporting/video_ratings_fetch.sql
database: reports
engine: presto
store_last_results: true
+slack_notification:
http>: https://hooks.slack.com/services/XXXXXXXX
method: POST
content:
text: “Average rating is ${td.last_results.average_ratings}”
link_names: true
content_format: json
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
web console
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.
(C) Recruit Marketing Partners Co.,Ltd. All rights reserved.

More Related Content

What's hot

世界一わかりやすいClean Architecture
世界一わかりやすいClean Architecture世界一わかりやすいClean Architecture
世界一わかりやすいClean ArchitectureAtsushi Nakamura
 
グラフ構造のデータモデルをPower BIで可視化してみた
グラフ構造のデータモデルをPower BIで可視化してみたグラフ構造のデータモデルをPower BIで可視化してみた
グラフ構造のデータモデルをPower BIで可視化してみたCData Software Japan
 
Azure でサーバーレス、 Infrastructure as Code どうしてますか?
Azure でサーバーレス、 Infrastructure as Code どうしてますか?Azure でサーバーレス、 Infrastructure as Code どうしてますか?
Azure でサーバーレス、 Infrastructure as Code どうしてますか?Kazumi IWANAGA
 
ビッグデータ処理データベースの全体像と使い分け
ビッグデータ処理データベースの全体像と使い分けビッグデータ処理データベースの全体像と使い分け
ビッグデータ処理データベースの全体像と使い分けRecruit Technologies
 
SQLアンチパターン - 開発者を待ち受ける25の落とし穴 (拡大版)
SQLアンチパターン - 開発者を待ち受ける25の落とし穴 (拡大版)SQLアンチパターン - 開発者を待ち受ける25の落とし穴 (拡大版)
SQLアンチパターン - 開発者を待ち受ける25の落とし穴 (拡大版)Takuto Wada
 
今だから知りたい BigQuery 再入門 | Google Cloud INSIDE Games & Apps: Online
今だから知りたい BigQuery 再入門 | Google Cloud INSIDE Games & Apps: Online今だから知りたい BigQuery 再入門 | Google Cloud INSIDE Games & Apps: Online
今だから知りたい BigQuery 再入門 | Google Cloud INSIDE Games & Apps: OnlineGoogle Cloud Platform - Japan
 
データ収集の基本と「JapanTaxi」アプリにおける実践例
データ収集の基本と「JapanTaxi」アプリにおける実践例データ収集の基本と「JapanTaxi」アプリにおける実践例
データ収集の基本と「JapanTaxi」アプリにおける実践例Tetsutaro Watanabe
 
ChatGPT 人間のフィードバックから強化学習した対話AI
ChatGPT 人間のフィードバックから強化学習した対話AIChatGPT 人間のフィードバックから強化学習した対話AI
ChatGPT 人間のフィードバックから強化学習した対話AIShota Imai
 
事業成長にコミットするエンジニア組織への道のり
事業成長にコミットするエンジニア組織への道のり事業成長にコミットするエンジニア組織への道のり
事業成長にコミットするエンジニア組織への道のりRecruit Lifestyle Co., Ltd.
 
データ履歴管理のためのテンポラルデータモデルとReladomoの紹介 #jjug_ccc #ccc_g3
データ履歴管理のためのテンポラルデータモデルとReladomoの紹介 #jjug_ccc #ccc_g3 データ履歴管理のためのテンポラルデータモデルとReladomoの紹介 #jjug_ccc #ccc_g3
データ履歴管理のためのテンポラルデータモデルとReladomoの紹介 #jjug_ccc #ccc_g3 Hiroshi Ito
 
Cookpad TechConf 2016 - DWHに必要なこと
Cookpad TechConf 2016 - DWHに必要なことCookpad TechConf 2016 - DWHに必要なこと
Cookpad TechConf 2016 - DWHに必要なことMinero Aoki
 
Using or not using magic onion
Using or not using magic onionUsing or not using magic onion
Using or not using magic onionGoichi Shinohara
 
GoによるWebアプリ開発のキホン
GoによるWebアプリ開発のキホンGoによるWebアプリ開発のキホン
GoによるWebアプリ開発のキホンAkihiko Horiuchi
 
Python 3.9からの新定番zoneinfoを使いこなそう
Python 3.9からの新定番zoneinfoを使いこなそうPython 3.9からの新定番zoneinfoを使いこなそう
Python 3.9からの新定番zoneinfoを使いこなそうRyuji Tsutsui
 
Kinesis + Elasticsearchでつくるさいきょうのログ分析基盤
Kinesis + Elasticsearchでつくるさいきょうのログ分析基盤Kinesis + Elasticsearchでつくるさいきょうのログ分析基盤
Kinesis + Elasticsearchでつくるさいきょうのログ分析基盤Amazon Web Services Japan
 
トランザクションスクリプトのすすめ
トランザクションスクリプトのすすめトランザクションスクリプトのすすめ
トランザクションスクリプトのすすめpospome
 
DeNA_Techcon2017_DeNAでのチート・脆弱性診断への取り組み
DeNA_Techcon2017_DeNAでのチート・脆弱性診断への取り組みDeNA_Techcon2017_DeNAでのチート・脆弱性診断への取り組み
DeNA_Techcon2017_DeNAでのチート・脆弱性診断への取り組みToshiharu Sugiyama
 

What's hot (20)

世界一わかりやすいClean Architecture
世界一わかりやすいClean Architecture世界一わかりやすいClean Architecture
世界一わかりやすいClean Architecture
 
グラフ構造のデータモデルをPower BIで可視化してみた
グラフ構造のデータモデルをPower BIで可視化してみたグラフ構造のデータモデルをPower BIで可視化してみた
グラフ構造のデータモデルをPower BIで可視化してみた
 
Azure でサーバーレス、 Infrastructure as Code どうしてますか?
Azure でサーバーレス、 Infrastructure as Code どうしてますか?Azure でサーバーレス、 Infrastructure as Code どうしてますか?
Azure でサーバーレス、 Infrastructure as Code どうしてますか?
 
ビッグデータ処理データベースの全体像と使い分け
ビッグデータ処理データベースの全体像と使い分けビッグデータ処理データベースの全体像と使い分け
ビッグデータ処理データベースの全体像と使い分け
 
SQLアンチパターン - 開発者を待ち受ける25の落とし穴 (拡大版)
SQLアンチパターン - 開発者を待ち受ける25の落とし穴 (拡大版)SQLアンチパターン - 開発者を待ち受ける25の落とし穴 (拡大版)
SQLアンチパターン - 開発者を待ち受ける25の落とし穴 (拡大版)
 
今だから知りたい BigQuery 再入門 | Google Cloud INSIDE Games & Apps: Online
今だから知りたい BigQuery 再入門 | Google Cloud INSIDE Games & Apps: Online今だから知りたい BigQuery 再入門 | Google Cloud INSIDE Games & Apps: Online
今だから知りたい BigQuery 再入門 | Google Cloud INSIDE Games & Apps: Online
 
データ収集の基本と「JapanTaxi」アプリにおける実践例
データ収集の基本と「JapanTaxi」アプリにおける実践例データ収集の基本と「JapanTaxi」アプリにおける実践例
データ収集の基本と「JapanTaxi」アプリにおける実践例
 
ChatGPT 人間のフィードバックから強化学習した対話AI
ChatGPT 人間のフィードバックから強化学習した対話AIChatGPT 人間のフィードバックから強化学習した対話AI
ChatGPT 人間のフィードバックから強化学習した対話AI
 
事業成長にコミットするエンジニア組織への道のり
事業成長にコミットするエンジニア組織への道のり事業成長にコミットするエンジニア組織への道のり
事業成長にコミットするエンジニア組織への道のり
 
MLOpsはバズワード
MLOpsはバズワードMLOpsはバズワード
MLOpsはバズワード
 
データ履歴管理のためのテンポラルデータモデルとReladomoの紹介 #jjug_ccc #ccc_g3
データ履歴管理のためのテンポラルデータモデルとReladomoの紹介 #jjug_ccc #ccc_g3 データ履歴管理のためのテンポラルデータモデルとReladomoの紹介 #jjug_ccc #ccc_g3
データ履歴管理のためのテンポラルデータモデルとReladomoの紹介 #jjug_ccc #ccc_g3
 
Marp Tutorial
Marp TutorialMarp Tutorial
Marp Tutorial
 
Cookpad TechConf 2016 - DWHに必要なこと
Cookpad TechConf 2016 - DWHに必要なことCookpad TechConf 2016 - DWHに必要なこと
Cookpad TechConf 2016 - DWHに必要なこと
 
Using or not using magic onion
Using or not using magic onionUsing or not using magic onion
Using or not using magic onion
 
GoによるWebアプリ開発のキホン
GoによるWebアプリ開発のキホンGoによるWebアプリ開発のキホン
GoによるWebアプリ開発のキホン
 
Python 3.9からの新定番zoneinfoを使いこなそう
Python 3.9からの新定番zoneinfoを使いこなそうPython 3.9からの新定番zoneinfoを使いこなそう
Python 3.9からの新定番zoneinfoを使いこなそう
 
TLS, HTTP/2演習
TLS, HTTP/2演習TLS, HTTP/2演習
TLS, HTTP/2演習
 
Kinesis + Elasticsearchでつくるさいきょうのログ分析基盤
Kinesis + Elasticsearchでつくるさいきょうのログ分析基盤Kinesis + Elasticsearchでつくるさいきょうのログ分析基盤
Kinesis + Elasticsearchでつくるさいきょうのログ分析基盤
 
トランザクションスクリプトのすすめ
トランザクションスクリプトのすすめトランザクションスクリプトのすすめ
トランザクションスクリプトのすすめ
 
DeNA_Techcon2017_DeNAでのチート・脆弱性診断への取り組み
DeNA_Techcon2017_DeNAでのチート・脆弱性診断への取り組みDeNA_Techcon2017_DeNAでのチート・脆弱性診断への取り組み
DeNA_Techcon2017_DeNAでのチート・脆弱性診断への取り組み
 

Viewers also liked

GPU Accelerated Machine Learning
GPU Accelerated Machine LearningGPU Accelerated Machine Learning
GPU Accelerated Machine LearningSri Ambati
 
Using H2O AutoML for Kaggle Competitions
Using H2O AutoML for Kaggle CompetitionsUsing H2O AutoML for Kaggle Competitions
Using H2O AutoML for Kaggle CompetitionsSri Ambati
 
Intro to Machine Learning for GPUs
Intro to Machine Learning for GPUsIntro to Machine Learning for GPUs
Intro to Machine Learning for GPUsSri Ambati
 
Get Competitive with Driverless AI
Get Competitive with Driverless AIGet Competitive with Driverless AI
Get Competitive with Driverless AISri Ambati
 
Scalable Automatic Machine Learning in H2O
Scalable Automatic Machine Learning in H2OScalable Automatic Machine Learning in H2O
Scalable Automatic Machine Learning in H2OSri Ambati
 
H2O.ai's Driverless AI
H2O.ai's Driverless AIH2O.ai's Driverless AI
H2O.ai's Driverless AISri Ambati
 
Googleのインフラ技術から考える理想のDevOps
Googleのインフラ技術から考える理想のDevOpsGoogleのインフラ技術から考える理想のDevOps
Googleのインフラ技術から考える理想のDevOpsEtsuji Nakai
 
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @DenaICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @DenaTakanori Nakai
 
言葉のもつ広がりを、モデルの学習に活かそう -one-hot to distribution in language modeling-
言葉のもつ広がりを、モデルの学習に活かそう -one-hot to distribution in language modeling-言葉のもつ広がりを、モデルの学習に活かそう -one-hot to distribution in language modeling-
言葉のもつ広がりを、モデルの学習に活かそう -one-hot to distribution in language modeling-Takahiro Kubo
 
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会Eiji Sekiya
 
ICLR読み会 奥村純 20170617
ICLR読み会 奥村純 20170617ICLR読み会 奥村純 20170617
ICLR読み会 奥村純 20170617Jun Okumura
 
[ICLR2017読み会 @ DeNA] ICLR2017紹介
[ICLR2017読み会 @ DeNA] ICLR2017紹介[ICLR2017読み会 @ DeNA] ICLR2017紹介
[ICLR2017読み会 @ DeNA] ICLR2017紹介Takeru Miyato
 

Viewers also liked (17)

GPU Accelerated Machine Learning
GPU Accelerated Machine LearningGPU Accelerated Machine Learning
GPU Accelerated Machine Learning
 
Using H2O AutoML for Kaggle Competitions
Using H2O AutoML for Kaggle CompetitionsUsing H2O AutoML for Kaggle Competitions
Using H2O AutoML for Kaggle Competitions
 
Intro to Machine Learning for GPUs
Intro to Machine Learning for GPUsIntro to Machine Learning for GPUs
Intro to Machine Learning for GPUs
 
Get Competitive with Driverless AI
Get Competitive with Driverless AIGet Competitive with Driverless AI
Get Competitive with Driverless AI
 
Scalable Automatic Machine Learning in H2O
Scalable Automatic Machine Learning in H2OScalable Automatic Machine Learning in H2O
Scalable Automatic Machine Learning in H2O
 
H2O.ai's Driverless AI
H2O.ai's Driverless AIH2O.ai's Driverless AI
H2O.ai's Driverless AI
 
Googleのインフラ技術から考える理想のDevOps
Googleのインフラ技術から考える理想のDevOpsGoogleのインフラ技術から考える理想のDevOps
Googleのインフラ技術から考える理想のDevOps
 
AI Development with H2O.ai
AI Development with H2O.aiAI Development with H2O.ai
AI Development with H2O.ai
 
リクルート式AIの活用法
リクルート式AIの活用法リクルート式AIの活用法
リクルート式AIの活用法
 
医療データ解析界隈から見たICLR2017
医療データ解析界隈から見たICLR2017医療データ解析界隈から見たICLR2017
医療データ解析界隈から見たICLR2017
 
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @DenaICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
ICLR2017読み会 Data Noising as Smoothing in Neural Network Language Models @Dena
 
言葉のもつ広がりを、モデルの学習に活かそう -one-hot to distribution in language modeling-
言葉のもつ広がりを、モデルの学習に活かそう -one-hot to distribution in language modeling-言葉のもつ広がりを、モデルの学習に活かそう -one-hot to distribution in language modeling-
言葉のもつ広がりを、モデルの学習に活かそう -one-hot to distribution in language modeling-
 
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会
Semi-Supervised Classification with Graph Convolutional Networks @ICLR2017読み会
 
ICLR読み会 奥村純 20170617
ICLR読み会 奥村純 20170617ICLR読み会 奥村純 20170617
ICLR読み会 奥村純 20170617
 
[ICLR2017読み会 @ DeNA] ICLR2017紹介
[ICLR2017読み会 @ DeNA] ICLR2017紹介[ICLR2017読み会 @ DeNA] ICLR2017紹介
[ICLR2017読み会 @ DeNA] ICLR2017紹介
 
170614 iclr reading-public
170614 iclr reading-public170614 iclr reading-public
170614 iclr reading-public
 
Q prop
Q propQ prop
Q prop
 

Similar to スタディサプリを支えるデータ分析基盤 ~設計の勘所と利活用事例~

Customer Growth Hacking for Lean Startups: How Silicon Valley is Creating Bil...
Customer Growth Hacking for Lean Startups: How Silicon Valley is Creating Bil...Customer Growth Hacking for Lean Startups: How Silicon Valley is Creating Bil...
Customer Growth Hacking for Lean Startups: How Silicon Valley is Creating Bil...Rod King, Ph.D.
 
Customer Growth Factory: A Better Way to Visualize Lean Startups and Establis...
Customer Growth Factory: A Better Way to Visualize Lean Startups and Establis...Customer Growth Factory: A Better Way to Visualize Lean Startups and Establis...
Customer Growth Factory: A Better Way to Visualize Lean Startups and Establis...Rod King, Ph.D.
 
Competitor Analysis Framework PowerPoint Presentation Slides
Competitor Analysis Framework PowerPoint Presentation SlidesCompetitor Analysis Framework PowerPoint Presentation Slides
Competitor Analysis Framework PowerPoint Presentation SlidesSlideTeam
 
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...Amazon Web Services
 
Successful Crowdfunding via Kickstarter
Successful Crowdfunding via KickstarterSuccessful Crowdfunding via Kickstarter
Successful Crowdfunding via KickstarterRaj Anand
 
pitch deck presentation template for startups
pitch deck presentation template for startupspitch deck presentation template for startups
pitch deck presentation template for startupsssuser7102d2
 
Recruiter Investor Presentation September 2020
Recruiter Investor Presentation September 2020Recruiter Investor Presentation September 2020
Recruiter Investor Presentation September 2020RedChip Companies, Inc.
 
Project Appraisal Concepts Methods And Techniques PowerPoint Presentation Sli...
Project Appraisal Concepts Methods And Techniques PowerPoint Presentation Sli...Project Appraisal Concepts Methods And Techniques PowerPoint Presentation Sli...
Project Appraisal Concepts Methods And Techniques PowerPoint Presentation Sli...SlideTeam
 
Angel Funding Made Easy - Shanti Mohan, Founder @LetsVenture
Angel Funding Made Easy - Shanti Mohan, Founder @LetsVentureAngel Funding Made Easy - Shanti Mohan, Founder @LetsVenture
Angel Funding Made Easy - Shanti Mohan, Founder @LetsVentureSanjay Jha
 
A summer training report
A summer training reportA summer training report
A summer training reportHitesh Patel
 
The way C-MAP works is ................
The way C-MAP works is ................The way C-MAP works is ................
The way C-MAP works is ................Dave Ricker
 
AWS STARTUP DAY 2018 I Scaling at Amazon Speed - Best Practices for Recruitin...
AWS STARTUP DAY 2018 I Scaling at Amazon Speed - Best Practices for Recruitin...AWS STARTUP DAY 2018 I Scaling at Amazon Speed - Best Practices for Recruitin...
AWS STARTUP DAY 2018 I Scaling at Amazon Speed - Best Practices for Recruitin...AWS Germany
 
Competitor Analysis Framework PowerPoint Presentation Slides
Competitor Analysis Framework PowerPoint Presentation SlidesCompetitor Analysis Framework PowerPoint Presentation Slides
Competitor Analysis Framework PowerPoint Presentation SlidesSlideTeam
 
Smu mba sem 2 summer 2015 assignments
Smu mba sem 2 summer 2015 assignmentsSmu mba sem 2 summer 2015 assignments
Smu mba sem 2 summer 2015 assignmentssolved_assignments
 
Pitch-Deck-White.pptx
Pitch-Deck-White.pptxPitch-Deck-White.pptx
Pitch-Deck-White.pptxHeryAden1
 
Professional Overview: Lynn Hunsaker - ClearAction
Professional Overview: Lynn Hunsaker - ClearActionProfessional Overview: Lynn Hunsaker - ClearAction
Professional Overview: Lynn Hunsaker - ClearActionClearAction
 
Solving The Agile Contract Puzzle
Solving The Agile Contract PuzzleSolving The Agile Contract Puzzle
Solving The Agile Contract PuzzleAgile Montréal
 

Similar to スタディサプリを支えるデータ分析基盤 ~設計の勘所と利活用事例~ (20)

Customer Growth Hacking for Lean Startups: How Silicon Valley is Creating Bil...
Customer Growth Hacking for Lean Startups: How Silicon Valley is Creating Bil...Customer Growth Hacking for Lean Startups: How Silicon Valley is Creating Bil...
Customer Growth Hacking for Lean Startups: How Silicon Valley is Creating Bil...
 
Customer Growth Factory: A Better Way to Visualize Lean Startups and Establis...
Customer Growth Factory: A Better Way to Visualize Lean Startups and Establis...Customer Growth Factory: A Better Way to Visualize Lean Startups and Establis...
Customer Growth Factory: A Better Way to Visualize Lean Startups and Establis...
 
Competitor Analysis Framework PowerPoint Presentation Slides
Competitor Analysis Framework PowerPoint Presentation SlidesCompetitor Analysis Framework PowerPoint Presentation Slides
Competitor Analysis Framework PowerPoint Presentation Slides
 
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...
Use Amazon Rekognition to Power Video Creative Asset Production (ADT202) - AW...
 
Successful Crowdfunding via Kickstarter
Successful Crowdfunding via KickstarterSuccessful Crowdfunding via Kickstarter
Successful Crowdfunding via Kickstarter
 
pitch deck presentation template for startups
pitch deck presentation template for startupspitch deck presentation template for startups
pitch deck presentation template for startups
 
Recruiter Investor Presentation September 2020
Recruiter Investor Presentation September 2020Recruiter Investor Presentation September 2020
Recruiter Investor Presentation September 2020
 
Project Appraisal Concepts Methods And Techniques PowerPoint Presentation Sli...
Project Appraisal Concepts Methods And Techniques PowerPoint Presentation Sli...Project Appraisal Concepts Methods And Techniques PowerPoint Presentation Sli...
Project Appraisal Concepts Methods And Techniques PowerPoint Presentation Sli...
 
Angel Funding Made Easy - Shanti Mohan, Founder @LetsVenture
Angel Funding Made Easy - Shanti Mohan, Founder @LetsVentureAngel Funding Made Easy - Shanti Mohan, Founder @LetsVenture
Angel Funding Made Easy - Shanti Mohan, Founder @LetsVenture
 
A summer training report
A summer training reportA summer training report
A summer training report
 
The way C-MAP works is ................
The way C-MAP works is ................The way C-MAP works is ................
The way C-MAP works is ................
 
AWS STARTUP DAY 2018 I Scaling at Amazon Speed - Best Practices for Recruitin...
AWS STARTUP DAY 2018 I Scaling at Amazon Speed - Best Practices for Recruitin...AWS STARTUP DAY 2018 I Scaling at Amazon Speed - Best Practices for Recruitin...
AWS STARTUP DAY 2018 I Scaling at Amazon Speed - Best Practices for Recruitin...
 
Competitor Analysis Framework PowerPoint Presentation Slides
Competitor Analysis Framework PowerPoint Presentation SlidesCompetitor Analysis Framework PowerPoint Presentation Slides
Competitor Analysis Framework PowerPoint Presentation Slides
 
Smu mba sem 2 summer 2015 assignments
Smu mba sem 2 summer 2015 assignmentsSmu mba sem 2 summer 2015 assignments
Smu mba sem 2 summer 2015 assignments
 
Aif360 2018-21 dec-eno_kyam
Aif360 2018-21 dec-eno_kyamAif360 2018-21 dec-eno_kyam
Aif360 2018-21 dec-eno_kyam
 
Pitch-Deck-White.pptx
Pitch-Deck-White.pptxPitch-Deck-White.pptx
Pitch-Deck-White.pptx
 
Professional Overview: Lynn Hunsaker - ClearAction
Professional Overview: Lynn Hunsaker - ClearActionProfessional Overview: Lynn Hunsaker - ClearAction
Professional Overview: Lynn Hunsaker - ClearAction
 
Computer Database 05.pptx
Computer Database 05.pptxComputer Database 05.pptx
Computer Database 05.pptx
 
Solving The Agile Contract Puzzle
Solving The Agile Contract PuzzleSolving The Agile Contract Puzzle
Solving The Agile Contract Puzzle
 
Sales
SalesSales
Sales
 

More from Tetsuo Yamabe

StudySapuri Data Analytics Platform with Treasure Data
StudySapuri Data Analytics Platform with Treasure DataStudySapuri Data Analytics Platform with Treasure Data
StudySapuri Data Analytics Platform with Treasure DataTetsuo Yamabe
 
SXSWedu 2016 報告会 〜EdTech JAPAN 世界への挑戦 セッション紹介(山邉分)
SXSWedu 2016 報告会 〜EdTech JAPAN 世界への挑戦 セッション紹介(山邉分)SXSWedu 2016 報告会 〜EdTech JAPAN 世界への挑戦 セッション紹介(山邉分)
SXSWedu 2016 報告会 〜EdTech JAPAN 世界への挑戦 セッション紹介(山邉分)Tetsuo Yamabe
 
『GMOプライベートDMP』の開発にあたって取り組んできた DevOps、更にその反省点と現在進行中のカイゼン事例の紹介
『GMOプライベートDMP』の開発にあたって取り組んできた DevOps、更にその反省点と現在進行中のカイゼン事例の紹介『GMOプライベートDMP』の開発にあたって取り組んできた DevOps、更にその反省点と現在進行中のカイゼン事例の紹介
『GMOプライベートDMP』の開発にあたって取り組んできた DevOps、更にその反省点と現在進行中のカイゼン事例の紹介Tetsuo Yamabe
 
GMO プライベート DMP で ビッグデータ解析をするために アプリクラウドで Apache Spark の検証をしてみた
GMO プライベート DMP で ビッグデータ解析をするために アプリクラウドで Apache Spark の検証をしてみたGMO プライベート DMP で ビッグデータ解析をするために アプリクラウドで Apache Spark の検証をしてみた
GMO プライベート DMP で ビッグデータ解析をするために アプリクラウドで Apache Spark の検証をしてみたTetsuo Yamabe
 
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望Tetsuo Yamabe
 
継続的デリバリーと読み解く Web 開発あるあるとその対策
継続的デリバリーと読み解く Web 開発あるあるとその対策継続的デリバリーと読み解く Web 開発あるあるとその対策
継続的デリバリーと読み解く Web 開発あるあるとその対策Tetsuo Yamabe
 
Augmented Reality Go: Extending Traditional Game Play with Interactive Self-L...
Augmented Reality Go: Extending Traditional Game Play with Interactive Self-L...Augmented Reality Go: Extending Traditional Game Play with Interactive Self-L...
Augmented Reality Go: Extending Traditional Game Play with Interactive Self-L...Tetsuo Yamabe
 
Prototyping Augmented Traditional Games: Concept, Design and Case Studies
Prototyping Augmented Traditional Games: Concept, Design and Case StudiesPrototyping Augmented Traditional Games: Concept, Design and Case Studies
Prototyping Augmented Traditional Games: Concept, Design and Case StudiesTetsuo Yamabe
 
A System Framework for Decision Support in Ambient Intelligence
A System Framework for Decision Support in Ambient IntelligenceA System Framework for Decision Support in Ambient Intelligence
A System Framework for Decision Support in Ambient IntelligenceTetsuo Yamabe
 
Empowering End-users to Find Point-of-interests with a Public Display
Empowering End-users to Find Point-of-interests with a Public DisplayEmpowering End-users to Find Point-of-interests with a Public Display
Empowering End-users to Find Point-of-interests with a Public DisplayTetsuo Yamabe
 
Activity-Based Micro-pricing: Realizing Sustainable Behavior Changes through ...
Activity-Based Micro-pricing: Realizing Sustainable Behavior Changes through ...Activity-Based Micro-pricing: Realizing Sustainable Behavior Changes through ...
Activity-Based Micro-pricing: Realizing Sustainable Behavior Changes through ...Tetsuo Yamabe
 
Design Issues and Empirical Study in Mobility Oriented Service Developmentﰀ
Design Issues and Empirical Study in Mobility Oriented Service DevelopmentﰀDesign Issues and Empirical Study in Mobility Oriented Service Developmentﰀ
Design Issues and Empirical Study in Mobility Oriented Service DevelopmentﰀTetsuo Yamabe
 
Citron : Context Information Acquisition Framework on Personal Devices
Citron : Context Information Acquisition Framework on Personal DevicesCitron : Context Information Acquisition Framework on Personal Devices
Citron : Context Information Acquisition Framework on Personal DevicesTetsuo Yamabe
 

More from Tetsuo Yamabe (14)

StudySapuri Data Analytics Platform with Treasure Data
StudySapuri Data Analytics Platform with Treasure DataStudySapuri Data Analytics Platform with Treasure Data
StudySapuri Data Analytics Platform with Treasure Data
 
SXSWedu 2016 報告会 〜EdTech JAPAN 世界への挑戦 セッション紹介(山邉分)
SXSWedu 2016 報告会 〜EdTech JAPAN 世界への挑戦 セッション紹介(山邉分)SXSWedu 2016 報告会 〜EdTech JAPAN 世界への挑戦 セッション紹介(山邉分)
SXSWedu 2016 報告会 〜EdTech JAPAN 世界への挑戦 セッション紹介(山邉分)
 
『GMOプライベートDMP』の開発にあたって取り組んできた DevOps、更にその反省点と現在進行中のカイゼン事例の紹介
『GMOプライベートDMP』の開発にあたって取り組んできた DevOps、更にその反省点と現在進行中のカイゼン事例の紹介『GMOプライベートDMP』の開発にあたって取り組んできた DevOps、更にその反省点と現在進行中のカイゼン事例の紹介
『GMOプライベートDMP』の開発にあたって取り組んできた DevOps、更にその反省点と現在進行中のカイゼン事例の紹介
 
GMO プライベート DMP で ビッグデータ解析をするために アプリクラウドで Apache Spark の検証をしてみた
GMO プライベート DMP で ビッグデータ解析をするために アプリクラウドで Apache Spark の検証をしてみたGMO プライベート DMP で ビッグデータ解析をするために アプリクラウドで Apache Spark の検証をしてみた
GMO プライベート DMP で ビッグデータ解析をするために アプリクラウドで Apache Spark の検証をしてみた
 
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望
GMO プライベート DMP 開発で 取り組んできた DevOps と今後の展望
 
継続的デリバリーと読み解く Web 開発あるあるとその対策
継続的デリバリーと読み解く Web 開発あるあるとその対策継続的デリバリーと読み解く Web 開発あるあるとその対策
継続的デリバリーと読み解く Web 開発あるあるとその対策
 
Augmented Reality Go: Extending Traditional Game Play with Interactive Self-L...
Augmented Reality Go: Extending Traditional Game Play with Interactive Self-L...Augmented Reality Go: Extending Traditional Game Play with Interactive Self-L...
Augmented Reality Go: Extending Traditional Game Play with Interactive Self-L...
 
Prototyping Augmented Traditional Games: Concept, Design and Case Studies
Prototyping Augmented Traditional Games: Concept, Design and Case StudiesPrototyping Augmented Traditional Games: Concept, Design and Case Studies
Prototyping Augmented Traditional Games: Concept, Design and Case Studies
 
A System Framework for Decision Support in Ambient Intelligence
A System Framework for Decision Support in Ambient IntelligenceA System Framework for Decision Support in Ambient Intelligence
A System Framework for Decision Support in Ambient Intelligence
 
EmoPoker
EmoPokerEmoPoker
EmoPoker
 
Empowering End-users to Find Point-of-interests with a Public Display
Empowering End-users to Find Point-of-interests with a Public DisplayEmpowering End-users to Find Point-of-interests with a Public Display
Empowering End-users to Find Point-of-interests with a Public Display
 
Activity-Based Micro-pricing: Realizing Sustainable Behavior Changes through ...
Activity-Based Micro-pricing: Realizing Sustainable Behavior Changes through ...Activity-Based Micro-pricing: Realizing Sustainable Behavior Changes through ...
Activity-Based Micro-pricing: Realizing Sustainable Behavior Changes through ...
 
Design Issues and Empirical Study in Mobility Oriented Service Developmentﰀ
Design Issues and Empirical Study in Mobility Oriented Service DevelopmentﰀDesign Issues and Empirical Study in Mobility Oriented Service Developmentﰀ
Design Issues and Empirical Study in Mobility Oriented Service Developmentﰀ
 
Citron : Context Information Acquisition Framework on Personal Devices
Citron : Context Information Acquisition Framework on Personal DevicesCitron : Context Information Acquisition Framework on Personal Devices
Citron : Context Information Acquisition Framework on Personal Devices
 

Recently uploaded

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 

Recently uploaded (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 

スタディサプリを支えるデータ分析基盤 ~設計の勘所と利活用事例~