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

What's hot (20)

ChatGPTは思ったほど賢くない
ChatGPTは思ったほど賢くないChatGPTは思ったほど賢くない
ChatGPTは思ったほど賢くない
 
エンジニアの個人ブランディングと技術組織
エンジニアの個人ブランディングと技術組織エンジニアの個人ブランディングと技術組織
エンジニアの個人ブランディングと技術組織
 
シリコンバレーの「何が」凄いのか
シリコンバレーの「何が」凄いのかシリコンバレーの「何が」凄いのか
シリコンバレーの「何が」凄いのか
 
オーバーエンジニアリングって何? #devsumi #devsumiA
オーバーエンジニアリングって何? #devsumi #devsumiAオーバーエンジニアリングって何? #devsumi #devsumiA
オーバーエンジニアリングって何? #devsumi #devsumiA
 
ナレッジグラフ入門
ナレッジグラフ入門ナレッジグラフ入門
ナレッジグラフ入門
 
爆速クエリエンジン”Presto”を使いたくなる話
爆速クエリエンジン”Presto”を使いたくなる話爆速クエリエンジン”Presto”を使いたくなる話
爆速クエリエンジン”Presto”を使いたくなる話
 
マッチングサービスにおけるKPIの話
マッチングサービスにおけるKPIの話マッチングサービスにおけるKPIの話
マッチングサービスにおけるKPIの話
 
ChatGPT 人間のフィードバックから強化学習した対話AI
ChatGPT 人間のフィードバックから強化学習した対話AIChatGPT 人間のフィードバックから強化学習した対話AI
ChatGPT 人間のフィードバックから強化学習した対話AI
 
ユーザーインタビューするときは、どうやらゾンビのおでましさ
ユーザーインタビューするときは、どうやらゾンビのおでましさユーザーインタビューするときは、どうやらゾンビのおでましさ
ユーザーインタビューするときは、どうやらゾンビのおでましさ
 
ヤフーのAIプラットフォーム紹介 ~AIテックカンパニーを支えるデータ基盤~ #yjtc
ヤフーのAIプラットフォーム紹介 ~AIテックカンパニーを支えるデータ基盤~ #yjtcヤフーのAIプラットフォーム紹介 ~AIテックカンパニーを支えるデータ基盤~ #yjtc
ヤフーのAIプラットフォーム紹介 ~AIテックカンパニーを支えるデータ基盤~ #yjtc
 
テスト文字列に「うんこ」と入れるな
テスト文字列に「うんこ」と入れるなテスト文字列に「うんこ」と入れるな
テスト文字列に「うんこ」と入れるな
 
え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~
え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~
え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~
 
リクルートのWebサービスを支える「RAFTEL」
リクルートのWebサービスを支える「RAFTEL」リクルートのWebサービスを支える「RAFTEL」
リクルートのWebサービスを支える「RAFTEL」
 
事業の進展とデータマネジメント体制の進歩(+プレトタイプの話)
事業の進展とデータマネジメント体制の進歩(+プレトタイプの話)事業の進展とデータマネジメント体制の進歩(+プレトタイプの話)
事業の進展とデータマネジメント体制の進歩(+プレトタイプの話)
 
リクルートを支える横断データ基盤と機械学習の適用事例
リクルートを支える横断データ基盤と機械学習の適用事例リクルートを支える横断データ基盤と機械学習の適用事例
リクルートを支える横断データ基盤と機械学習の適用事例
 
え!?データがオンプレにあるけどPower BI で BI したいの?
え!?データがオンプレにあるけどPower BI で BI したいの?え!?データがオンプレにあるけどPower BI で BI したいの?
え!?データがオンプレにあるけどPower BI で BI したいの?
 
Python 3.9からの新定番zoneinfoを使いこなそう
Python 3.9からの新定番zoneinfoを使いこなそうPython 3.9からの新定番zoneinfoを使いこなそう
Python 3.9からの新定番zoneinfoを使いこなそう
 
各種データベースの特徴とパフォーマンス比較
各種データベースの特徴とパフォーマンス比較各種データベースの特徴とパフォーマンス比較
各種データベースの特徴とパフォーマンス比較
 
JDMC LT#1 - なぜモノタロウでデータマネジメントが必要になったのか
JDMC LT#1 - なぜモノタロウでデータマネジメントが必要になったのかJDMC LT#1 - なぜモノタロウでデータマネジメントが必要になったのか
JDMC LT#1 - なぜモノタロウでデータマネジメントが必要になったのか
 
フロー効率性とリソース効率性、再入門 #devlove #devkan
フロー効率性とリソース効率性、再入門 #devlove #devkanフロー効率性とリソース効率性、再入門 #devlove #devkan
フロー効率性とリソース効率性、再入門 #devlove #devkan
 

Viewers also liked

Get Competitive with Driverless AI
Get Competitive with Driverless AIGet Competitive with Driverless AI
Get Competitive with Driverless AI
Sri Ambati
 
Scalable Automatic Machine Learning in H2O
Scalable Automatic Machine Learning in H2OScalable Automatic Machine Learning in H2O
Scalable Automatic Machine Learning in H2O
Sri Ambati
 

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.
 
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
Sanjay Jha
 
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
 

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

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

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Recently uploaded (20)

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

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