SlideShare a Scribd company logo
Play FabとApp Centerの
ユーザ情報を連携して
App Centerの機能を活用しよう
2020/01/25
PlayFab Meetup #2
なかしょ(中島進也)
Profile
• 名前:なかしょ(中島 進也)
• Twitter:@nakasho_dev
• ブログ:なかしょの技術日誌
http://nakasho-dev.hatenablog.jp/
• 最近の興味
TDD、アジャイル開発、Xamarin、Chatbot、Tizen
• 主な参加コミュニティ
JXUG、.NETラボ、Cogbot、Teratail、TestNight、JPFUG
※本資料は私個人の意見であり、所属企業・部門見解を代表する
ものではありません。
2
NEW
私のTeratailのランキング(2020/01/24時点)
• 全体: 140位/115,248
• Xamarin: 24位/354
• Unity: 295位/2,405
• C#:236位/4,148
• iOS:11位/2,292
• Swift:7位/2,919
• Android:18位/3071
• Kotlin:3位/411
3
本発表における注意
Play Fabについて使い始めたばかりなので、
間違っていたり不足していたりする認識があ
るかもしれませんがご容赦ください
4
Azure Play Fabの機能
5
参考:https://docs.microsoft.com/ja-jp/gaming/playfab/index#pivot=documentation&panel=quickstarts
Visual Studio App Centerの機能
6
自動ビルド・単体テスト
実機デバイスでUIテストを自動化
テスターやストアへのアプリ配布
クラッシュログの収集
使用状況の分析
ユーザ認証・ID管理
CI/CD
MBaaS
データの管理・保持・同期
プッシュ通知
DATA
認証について
7
Play Fabで可能な認証方式
8
LoginWithIOSDeviceID
LoginWithAndroidDeviceID
LoginWithPlayFab
LoginWithEmailAddress
LoginWithCustomID
LoginWithKongregate
LoginWithSteam
LoginWithTwitch.
LoginWithFacebook
LoginWithGoogleAccount
LoginWithWindowsHello.
LoginWithGameCenter
OpenID(APIを独自に作成)
参考:https://docs.microsoft.com/ja-jp/gaming/playfab/features/authentication/login/login-basics-best-practices
Play Fab独自ログイン
ソーシャルログイン
App Center Authで対応するソーシャルIDプロ
バイダー
•Microsoft Account
•Google
•Facebook
•Linkedin
•Amazon
•Weibo (Preview)
•QQ (Preview)
•WeChat (Preview)
•Twitter
•GitHub (Preview)
ーーーーーーーーー
•OpenID Connect
(Preview)
カスタムIDプロバイダー
9
参考: https://docs.microsoft.com/ja-jp/azure/active-directory-b2c/active-directory-b2c-overview
App Center Auth : ユーザ認証・ID管理
• ユーザの認証機能を提供
• ユーザIDを利用してユーザデータを表示
• Azure Active Directory B2C を利用して機能が提供される
• iOS、Android、React Native、Xamarinに対応
Unityは対応中
10
参考:https://docs.microsoft.com/ja-jp/appcenter/auth/
Azure Active Directory B2C とは?
• 企業ー消費者間のID管理サービス
• ユーザがWeb,デスクトップ、モバイル、SPAと安全に対話す
る方法をカスタマイズしたり制御したりできる。
• ユーザはサインアップ、サインイン、パスワードのリセット、
および、プロファイルの編集ができる。
• OpenID ConnectプロトコルとOAuth2.0プロトコルの一形式
が実装される。
11
参考: https://docs.microsoft.com/ja-jp/azure/active-directory-b2c/active-directory-b2c-overview
App Center Authを使うメリット
• Play Fabで対応していないソーシャルログインに対応できる
• Play FabとAppCenter AuthのユーザIDを紐付けられることで、
お互いのサービスを活用しやすくなる
12
連携例
13
①ClientAppからサインイン
②signIn()を呼び出す
③ログイン画面にリダイレクト
④認証情報のJWTを返却⑤JWTを検証しClaimsを作成
⑦AccountIdをCustomId
として登録
⑥Claimsを返却
App CenterとPlayFabで
ユーザIDが同一となる
障害等の診断について
14
Play Fabの障害等の診断について
• LiveOpsハンドブックのカスタマーサポートに関するベストプラ
クティスに以下のように書かれている。
継続してクラッシュが発生している場合は、プレイヤーがクラッシュ
ログをアップロードできると、エンジニアリング部門に渡して調査する
ことができ便利です。
• でも、クラッシュログ等の自動収集機能はない?
• プレイヤーからの苦情から、すぐにそのプレイヤーのクラッ
シュログを判別し、不具合を特定することは大事!
• App Center Diagnosticsと連携しよう!
15
App Center Diagnostics
• クラッシュとエラー分析
グルーピング
ユーザ識別
(AppCenter Authと連携)
クラッシュ前のイベント
スレッド
• アラートの定義
• バグトラッカーとの連携
Jira Cloud
Azure DevOps
GitHub
16
参考: https://docs.microsoft.com/ja-jp/appcenter/diagnostics/features
Analyticsについて
17
Play FabのAnalyticsについて
• Play Fab のAnalytics機能はそれなりに充実している
• 独自の分析方法を実施するには生データを加工したい。
Play FabがBlobストレージに全イベントを格納できるのはプライベート
プレビュー
• App Center Analyticsなら生データをBlobストレージに格納でき、
PowerBI等で分析できる
18
App Center Analytics
• Overview
Active Users
Engagement
Devices and OS
Countries and Languages
Active Users per Version
• Events Metrics
Events Page
Detailed event view
Events Properties
• Log Flow
• Export
Azure Blob Storage
Azure Application Insights
19
参考: https://docs.microsoft.com/ja-jp/appcenter/analytics/
Dataについて
20
Play FabのDataについて
• Playerデータ
プレイヤー、文字、グループデータ
JSONで登録するの面倒
• CDN
画像、オーディオ、バイナリコンテンツ
• 単純なコンテンツ配信やデータ管理であればPlay Fabで十分だ
けれど、もっと柔軟にデータを扱いたい。
App Center DataならCosmos DBがバックエンドにあり、柔軟な操作が
可能となる
21
参考: https://docs.microsoft.com/ja-jp/gaming/playfab/features/data/playerdata/
App Center Data : データの管理・保持・同期
• クラウド上のアプリケーションデータをオフラインと同期
• ユーザIDを利用してプライベートデータを管理
• Cosmos DBを利用して機能が提供される
Cosmos DB Core SQL APIを使用する
• iOS、Android、Xamarin、Reactに対応
Unityは対応中
22
参考:https://docs.microsoft.com/ja-jp/appcenter/data/
App Center Data : アーキテクチャ
23
App Center Data : 非公開データと公開データ
• 非公開
Azure AD B2Cを介し
てユーザIDに関連付
けられているデータ
認証されたユーザに
読み取り/書き込み権
限を付与する
• 公開
全てのユーザが読み
取り権限を持つデー
タ
24
Pushについて
25
Pushについて
• App Center PushのユーザID指定による送信は1回のPushに100
ユーザの制限がある。
• 現状はあえてApp Center Pushと連携する必要はないかもしれな
い。
26
APIについて
27
APIについて
• PlayFabもApp Centerもほとんどの機能がAPI化されている。
• SDKを使用せず直接APIを叩く方法で、様々なサービスと連携が
可能となる
28
参考:https://docs.microsoft.com/en-us/gaming/playfab/api-references/
参考:https://openapi.appcenter.ms/
Play FabとApp Centerの
Integration
31
Play FabとApp CenterのIntegration
• 2019年3月に発表されたが現在もPrivate Preview
• App Centerの管理画面上に謎のIntegration機能がある
32
参考: https://blog.playfab.com/blog/playfab-visual-studio-app-center-is-a-win-for-developers
33
34
GDPRについて
35
GDPRとは
• General Data Protection Regulation(一般データ保護規則)
• 欧州連合 (EU) 内の全ての個人のためにデータ保護を強化し統合する
ことを意図している規則
• サービス利用者は自分自身の個人情報の消去を要求する権利がある。
• GDPRに従わなかった場合、最大で企業の全世界年間売上高の4%以
下、もしくは2000万ユーロ(約26億円)以下のいずれか高い方が適
用される。
TOYOTAの場合、年間売上30兆円であり、罰則が適用されると1.2兆円
• アプリの提供地域からEUを外すという手もある
• CCPA(カリフォルニア州消費者個人情報保護法)にも気をつけよう
36
参考: https://ja.wikipedia.org/wiki/EU一般データ保護規則
Play FabもApp CenterもGDPRに対応
• Play Fab
https://docs.microsoft.com/ja-
jp/gaming/playfab/features/data/playerdata/playfab-gdpr-deleting-
and-exporting-player-data
• App Center
https://docs.microsoft.com/ja-jp/appcenter/gdpr/
• Play FabとApp CenterにあるGDPRのためのデータ削除機能だ
けでなく、サービス全体でどのように個人情報を扱うかを考え
る必要がある。
37
その他
38
Visual Studio App Center Auth Roadmap
• Auth
[対応済み]Connect an Azure Active Directory B2C identity
management provider
 [対応済み?]Support for React Native and Unity platforms
 Bring your own identity management provider support
(e.g. Auth0 and Firebase Authentication)
 Connect an Azure Active Directory identity management provider
 Free tier without an Azure subscription
 End-user profile dashboards with cross-service integrations
39
参考: https://github.com/Microsoft/appcenter/wiki/Roadmap
Visual Studio App Center のUnity対応
• Build:×
Unityの規約が...
• Test:△
実機で起動確認するのみ
• Distribute:〇
• Crash:〇
• Analtytics:〇
• Auth:〇?
メニューに出てこない
• Data:×
• Push:〇?
40
参考: https://docs.microsoft.com/en-us/appcenter/general/platform-service-matrix
今後のPlay FabとApp Centerについての私見
• Play Fab と App CenterはBaaSとして統合が進むのでは?
• ログ取得、認証、Push等の汎用的な機能をApp Centerで実装し
て、それをPlay Fab側が利用する形になるか?
• 認証機能の連携の際に、App Center Authの無料プランがどこま
で活用できるか気になる。
• 料金体系も気になる。
• Play Fabをガッツリ使ったシステムを構築した後に、利用者が
少ないなどの理由でサービス停止になるのが怖い...
41
まとめ
• Play Fab と App Centerを組み合わせることでBaaSとしての機
能を強化できる
• そのためにはユーザIDの連携は必須
• App CenterのUnity版の対応が遅れているので、開発チームに要
望を届けよう
• Play Fabを盛り上げていきましょう。
42
ご清聴ありがとうございました。
なかしょ(中島 進也)
@nakasho_dev
43

More Related Content

Similar to PlayFabとAppCenterのユーザ情報を連携してAppCenterの機能を活用しよう

Apigee centralite io t webinar july 2015 share (2)
Apigee centralite io t webinar july 2015 share (2)Apigee centralite io t webinar july 2015 share (2)
Apigee centralite io t webinar july 2015 share (2)
Apigee | Google Cloud
 

Similar to PlayFabとAppCenterのユーザ情報を連携してAppCenterの機能を活用しよう (20)

Social Developers London - Facebook F8 and Twitter Developer comparison
Social Developers London - Facebook F8 and Twitter Developer comparisonSocial Developers London - Facebook F8 and Twitter Developer comparison
Social Developers London - Facebook F8 and Twitter Developer comparison
 
TechNet Conference 2013 Berlin-Wie Sie Office 365 mit Windows Azure steuern b...
TechNet Conference 2013 Berlin-Wie Sie Office 365 mit Windows Azure steuern b...TechNet Conference 2013 Berlin-Wie Sie Office 365 mit Windows Azure steuern b...
TechNet Conference 2013 Berlin-Wie Sie Office 365 mit Windows Azure steuern b...
 
Enterprise 2.0 with Open Source Frameworks like Agorava
Enterprise 2.0 with Open Source Frameworks like AgoravaEnterprise 2.0 with Open Source Frameworks like Agorava
Enterprise 2.0 with Open Source Frameworks like Agorava
 
ChatOps Workshop
ChatOps WorkshopChatOps Workshop
ChatOps Workshop
 
Gig jam
Gig jamGig jam
Gig jam
 
Demo Pivotal Circle Of Code
Demo Pivotal Circle Of CodeDemo Pivotal Circle Of Code
Demo Pivotal Circle Of Code
 
Azure for Hackathons
Azure for HackathonsAzure for Hackathons
Azure for Hackathons
 
Building Bots with Azure and consume anywhere.pptx
Building Bots with Azure and consume anywhere.pptxBuilding Bots with Azure and consume anywhere.pptx
Building Bots with Azure and consume anywhere.pptx
 
Intro to Bot Framework v3 with DB
Intro to Bot Framework v3 with DBIntro to Bot Framework v3 with DB
Intro to Bot Framework v3 with DB
 
#Techorama belgium 2018 vincent biret what's new with the #MicrosoftGraph
#Techorama belgium 2018 vincent biret what's new with the #MicrosoftGraph#Techorama belgium 2018 vincent biret what's new with the #MicrosoftGraph
#Techorama belgium 2018 vincent biret what's new with the #MicrosoftGraph
 
When To Use What In Office 365
When To Use What In Office 365 When To Use What In Office 365
When To Use What In Office 365
 
UI Dev in Big data world using open source
UI Dev in Big data world using open sourceUI Dev in Big data world using open source
UI Dev in Big data world using open source
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
Using APIs to Program Disparate IoT Devices
Using APIs to Program Disparate IoT DevicesUsing APIs to Program Disparate IoT Devices
Using APIs to Program Disparate IoT Devices
 
Enterprise 2.0 using Social Frameworks like Agorava (SMWCPH 2014)
Enterprise 2.0 using Social Frameworks like Agorava (SMWCPH 2014)Enterprise 2.0 using Social Frameworks like Agorava (SMWCPH 2014)
Enterprise 2.0 using Social Frameworks like Agorava (SMWCPH 2014)
 
Best Practices for API Adoption - WIP Factory presentation for AnyPresence we...
Best Practices for API Adoption - WIP Factory presentation for AnyPresence we...Best Practices for API Adoption - WIP Factory presentation for AnyPresence we...
Best Practices for API Adoption - WIP Factory presentation for AnyPresence we...
 
AUGNYC June 21 Presentations
AUGNYC June 21 PresentationsAUGNYC June 21 Presentations
AUGNYC June 21 Presentations
 
Apigee centralite io t webinar july 2015 share (2)
Apigee centralite io t webinar july 2015 share (2)Apigee centralite io t webinar july 2015 share (2)
Apigee centralite io t webinar july 2015 share (2)
 
BUDDY White Paper
BUDDY White PaperBUDDY White Paper
BUDDY White Paper
 
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & BotsBeyond The Intranet: Digital Workplace Apps, Solutions & Bots
Beyond The Intranet: Digital Workplace Apps, Solutions & Bots
 

More from Shinya Nakajima

More from Shinya Nakajima (20)

2画面折り畳みデバイスのアプリ開発について
2画面折り畳みデバイスのアプリ開発について2画面折り畳みデバイスのアプリ開発について
2画面折り畳みデバイスのアプリ開発について
 
ペアワークで持続的に成長するチームになろう!
ペアワークで持続的に成長するチームになろう!ペアワークで持続的に成長するチームになろう!
ペアワークで持続的に成長するチームになろう!
 
Adaptive Cardsを使ってみた
Adaptive Cardsを使ってみたAdaptive Cardsを使ってみた
Adaptive Cardsを使ってみた
 
すごろくゲームでPlayFabの活用を検討
すごろくゲームでPlayFabの活用を検討すごろくゲームでPlayFabの活用を検討
すごろくゲームでPlayFabの活用を検討
 
Azure DevOpsとVisual Studio App CenterをモバイルアプリのCI/CDに活用しよう
Azure DevOpsとVisual Studio App CenterをモバイルアプリのCI/CDに活用しようAzure DevOpsとVisual Studio App CenterをモバイルアプリのCI/CDに活用しよう
Azure DevOpsとVisual Studio App CenterをモバイルアプリのCI/CDに活用しよう
 
PlayFabとCognitiveを 連携させて健全なゲーム運営を
PlayFabとCognitiveを連携させて健全なゲーム運営をPlayFabとCognitiveを連携させて健全なゲーム運営を
PlayFabとCognitiveを 連携させて健全なゲーム運営を
 
Azure PipelinesをサーバサイドのCI/CDに活用
Azure PipelinesをサーバサイドのCI/CDに活用Azure PipelinesをサーバサイドのCI/CDに活用
Azure PipelinesをサーバサイドのCI/CDに活用
 
GitHub ActionsでiOSのCIを実現しよう
GitHub ActionsでiOSのCIを実現しようGitHub ActionsでiOSのCIを実現しよう
GitHub ActionsでiOSのCIを実現しよう
 
Visual Studio App CenterにmBaaS機能が増えてきた
Visual Studio App CenterにmBaaS機能が増えてきたVisual Studio App CenterにmBaaS機能が増えてきた
Visual Studio App CenterにmBaaS機能が増えてきた
 
Visual Studio App Center Authの導入方法について
Visual Studio App CenterAuthの導入方法についてVisual Studio App CenterAuthの導入方法について
Visual Studio App Center Authの導入方法について
 
ペアプロするならgit-duetを使おう
ペアプロするならgit-duetを使おうペアプロするならgit-duetを使おう
ペアプロするならgit-duetを使おう
 
AzureDevOpsで始めるAndroidのCI/CD
AzureDevOpsで始めるAndroidのCI/CDAzureDevOpsで始めるAndroidのCI/CD
AzureDevOpsで始めるAndroidのCI/CD
 
社内の遊休PCをAzurePipelinesでCICDに活用しよう
社内の遊休PCをAzurePipelinesでCICDに活用しよう社内の遊休PCをAzurePipelinesでCICDに活用しよう
社内の遊休PCをAzurePipelinesでCICDに活用しよう
 
CI/CD専用モニタと心理的安全性
CI/CD専用モニタと心理的安全性CI/CD専用モニタと心理的安全性
CI/CD専用モニタと心理的安全性
 
Visual Studio App CenterでAndroid開発にCI/CDを導入しよう
Visual Studio App CenterでAndroid開発にCI/CDを導入しようVisual Studio App CenterでAndroid開発にCI/CDを導入しよう
Visual Studio App CenterでAndroid開発にCI/CDを導入しよう
 
Visual Studio App Centerで始めるCI/CD
Visual Studio App Centerで始めるCI/CDVisual Studio App Centerで始めるCI/CD
Visual Studio App Centerで始めるCI/CD
 
Visual Studio App CenterでGitHubのIssue発行を自動化しよう
Visual Studio App CenterでGitHubのIssue発行を自動化しようVisual Studio App CenterでGitHubのIssue発行を自動化しよう
Visual Studio App CenterでGitHubのIssue発行を自動化しよう
 
Visual Studio App CenterでGitHubのPull Requestを効率よく対応しよう
Visual Studio App CenterでGitHubのPull Requestを効率よく対応しようVisual Studio App CenterでGitHubのPull Requestを効率よく対応しよう
Visual Studio App CenterでGitHubのPull Requestを効率よく対応しよう
 
アジャイル開発を円滑に進めるVisual Studio App Center
アジャイル開発を円滑に進めるVisual Studio App Centerアジャイル開発を円滑に進めるVisual Studio App Center
アジャイル開発を円滑に進めるVisual Studio App Center
 
Visual Studio App Centerの始め方
Visual Studio App Centerの始め方Visual Studio App Centerの始め方
Visual Studio App Centerの始め方
 

Recently uploaded

Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Peter Udo Diehl
 

Recently uploaded (20)

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Introduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG EvaluationIntroduction to Open Source RAG and RAG Evaluation
Introduction to Open Source RAG and RAG Evaluation
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya HalderCustom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
Custom Approval Process: A New Perspective, Pavel Hrbacek & Anindya Halder
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
PLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. StartupsPLAI - Acceleration Program for Generative A.I. Startups
PLAI - Acceleration Program for Generative A.I. Startups
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
 
In-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT ProfessionalsIn-Depth Performance Testing Guide for IT Professionals
In-Depth Performance Testing Guide for IT Professionals
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi IbrahimzadeFree and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
Free and Effective: Making Flows Publicly Accessible, Yumi Ibrahimzade
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo DiehlFuture Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
Future Visions: Predictions to Guide and Time Tech Innovation, Peter Udo Diehl
 
IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024IoT Analytics Company Presentation May 2024
IoT Analytics Company Presentation May 2024
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
The architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdfThe architecture of Generative AI for enterprises.pdf
The architecture of Generative AI for enterprises.pdf
 

PlayFabとAppCenterのユーザ情報を連携してAppCenterの機能を活用しよう