SlideShare a Scribd company logo
Data	Project	Strategy	
A	Case	Study	on	Data	Pla5orm	
Qiaoliang	Xiang	
Head	of	Data	Science	@	ShopBack	
qiaoliang@shopback.com	qiaoliangxiang@gmail.com	
Big	Data	&	AnalyFcs	InnovaFon	Summit	Singapore	2017-03-02
Outline	
•  IntroducFon	
•  Project	
•  Strategy	
•  Data	Pla5orm	
•  Conclusion
IntroducFon	–	ShopBack
IntroducFon	–	Teams	
•  Product	Team	
–  Design		
–  Valuable	
•  Tech	Team		
–  Implement	
–  Reliable	
•  Data	Team	
–  OpFmize	
–  Smart	
Product	
Tech	
Team	
Data	
Team	
Product	
Team
Project	–	ClassificaFon	
•  Data	Engineering	–	Data	
–  Collect/Crawl/Process/Store/Serve	
•  Data	AnalyFcs	–	Insight		
–  Analysis/Reports/Dashboard	
•  Data	Science	–	Model	
–  Product	CategorizaFon/Matching	
–  RecommendaFon/Search/Fraud	DetecFon
Project	–	RelaFonship	
•  Data	Engineering	
–  Process	Data	
–  Data	Management	
•  Data	AnalyFcs	
–  Find	Insights	
–  Decision	Making	
•  Data	Science		
–  Build	Models	
–  Predic:on	
Data	Engineering	
Data	AnalyFcs	
Data	Science	
Data	->	Insight	->	Model
Project	–	Skills	
•  Data	Engineering	
–  So=ware	Engineering/Data	Pipeline/Infrastructure/Pla5orm	
–  Python/Scala/Spark	Streaming/AWS/Hadoop/NoSQL/Airflow	
•  Data	AnalyFcs	
–  Web	Metrics/AARRR/Conversion/Funnel/Cohort	
–  Python/Spark	SQL/Pandas/Excel	
•  Data	Science	
–  Machine	Learning/NLP/Image	Processing/Data	Mining	
–  Python/Spark	MLLib/Scikit-learn/Tensorflow/R
Strategy	–	DefiniFon	
•  DefiniFon	
–  Goal:	OpFmizaFon	
–  Constraint:	Trade-off	
–  Process:	QuesFon	
–  Result:	Guidelines
Strategy	–	Guidelines	
•  Flexible	(General/Unified)	
–  Flexible	to	support	different	kinds	of	tasks	
•  Convenient		
–  Convenient	for	the	most	frequent	tasks	
•  Scalable	
–  Scalable	to	handle	a	lot	of	data
Data	Pla5orm	–	IntroducFon	
•  Data	
–  MulFple	Sources	
–  MulFple	Formats	
•  Problems	
–  Process/Monitor	
–  Aggregate/Analyze	
•  Goal	
–  A	Unified	Data	Pla5orm	
NoSQL	
Excel	
Google	Analy:cs	
Mixpanel	
Report	1	
RDBMS	
Report	2	
Report	N
Data	Pla5orm	–	Design	
		
Source	 Sink	
Transform	
Stream	 Stream	
Load	 Save	
Source	
Source	
Stream	
Stream	
Load	
Load
Data	Pla5orm	–	Sources	
•  Data	Sources	
–  Internal	
•  RDBMS	(MySQL,	PostgreSQL)	
•  NoSQL	(MongoDB,	Cassandra,	Redis)	
•  Files	(CSV,	JSON,	Excel,	Google	Spread	Sheet)	
–  External	
•  Google	AnalyFcs	
•  Mixpanel	
•  AppsFlyer
Data	Pla5orm	–	Stream	
•  What	we	want?	
–  A	unified	representaFon	of	data	
–  Independent	of	data	sources/sinks/formats	
•  Stream	
–  A	collec:on	of	bounded/unbounded	data	items	
–  An	item	is	a	JSON	or	text	(serialized	format)	
Item	N	 Item	2	 Item	1	.	.	.
Data	Pla5orm	–	Sink	
•  Data	Sink	
–  Public	Cloud	(Managed)	
•  Amazon	S3	(Separate	Storage	from	Compute)	
•  Amazon	EMR	
–  Private	Cloud	(Dedicated)	
•  Hadoop	Cluster	
–  Hybrid	Cloud
Data	Pla5orm	–	Pipeline	
•  Pipeline	
–  Loader:	Source	->	Stream	
–  Transformer:	Stream	->	Stream	
–  Saver:	Stream	->	Sink	
Source	 Sink	
Transform	
Stream	 Stream	
Load	 Save
Data	Pla5orm	–	S3	Sink	
•  S3	Sink	(Key-Value	Store	->	File	Store)	
–  S3	Object	(All	objects	are	under	one	bucket)	
•  Data:	JSON	(each	line	is	a	JSON	string)	
•  User-Defined	Metadata	–	VerificaFon	
–  MD5,	last	modified,	content	size,	UUID	
–  RDBMS	–	VerificaFon	&	Monitoring	&	DocumentaFon	
•  Logical	Name:	mulFple	fields	(i.e.,	country,	project,	table,	day)	
•  S3	Object	Key:	path	
•  S3	Object	Metadata:	MD5,	last	modified,	content	size,	eTag,	UUID	
•  Other:	documentaFon,	owner,	etc.	
–  File	System	API:	read,	write,	delete,	copy,	list,	…
Data	Pla5orm	–	API	
•  write(country,	project,	table,	day,	data)	
API	
RDBMS	
Stream	 File	
Metadata	
S3	
Metadata	
Metadata	
Check	&	Merge	
File	exists?	
Compute	 Fetch	
Upload	Write	
Insert/Update
Data	Pla5orm	–	API	
•  read(country,	project,	table,	day)	
API	 RDBMS	
Stream	 S3	 Metadata	
Metadata	
Exists?	
Fetch	Streaming	
Fetch	
Check	
A	File-like	object
Data	Pla5orm	–	Architecture	
NoSQL	
Excel	
Google	Sheets	
Google	Analy:cs	
Mixpanel	
Stream	
RDBMS	
S3	
Object	
RDBMS	
Metadata	
Flexible	
Convenient	
Scalable	Managed	
Monitor	
DocumentaFon	
…
Data	Pla5orm	–	ApplicaFon	
S3-Based	
Data	
Pla5orm	
Redshil/
NoSQL	Website	
Data	
AnalyFcs	
ProducFon	
Database	
Data	
Science	
BI
Conclusion	
•  Data	Projects	
–  Data	Engineering	(Data)	
–  Data	AnalyFcs	(Insight)	
–  Data	Science	(Model)	
•  Data	Strategy		
–  Flexible/Convenient/Scalable	
•  Data	Pla5orm	–	Unified:	One	Source/Format/Schema	
–  Flexible	–	Stream	(JSON)	
–  Convenient	–	One	Loader	per	Source	
–  Scalable	–	Store	files	in	S3

More Related Content

Viewers also liked

Elastic @ ShopBack
Elastic @ ShopBackElastic @ ShopBack
Elastic @ ShopBack
Alberto Resco Pérez
 
Organizational strategy
Organizational strategy Organizational strategy
Organizational strategy
Tyler Johnson
 
Chap 2 Organization Strategy
Chap 2 Organization StrategyChap 2 Organization Strategy
Chap 2 Organization Strategy
project management
 
Science, Strategy and Sustainable Solutions, a Collaboration on the Direction...
Science, Strategy and Sustainable Solutions, a Collaboration on the Direction...Science, Strategy and Sustainable Solutions, a Collaboration on the Direction...
Science, Strategy and Sustainable Solutions, a Collaboration on the Direction...
Ed Dodds
 
Client engagemen 12t
Client engagemen 12tClient engagemen 12t
Client engagemen 12t
JJJulieann
 
Tips on building chatbots
Tips on building chatbotsTips on building chatbots
Tips on building chatbots
Aung Myint Thein
 
[可理解的荣格].Understandable.Jung.哈里·威尔默.Chs.扫描版
[可理解的荣格].Understandable.Jung.哈里·威尔默.Chs.扫描版[可理解的荣格].Understandable.Jung.哈里·威尔默.Chs.扫描版
[可理解的荣格].Understandable.Jung.哈里·威尔默.Chs.扫描版Joan Shi
 
Trabalho final gap - ricardo p v serra
Trabalho final    gap - ricardo p v serraTrabalho final    gap - ricardo p v serra
Trabalho final gap - ricardo p v serra
Rui Calado
 
Aluminum pg clamp extrude type
Aluminum pg clamp extrude typeAluminum pg clamp extrude type
Aluminum pg clamp extrude typeChetan Shah
 
аргументы по вопросу
аргументы по вопросуаргументы по вопросу
аргументы по вопросуDenis_Kostrov
 
Strategy
StrategyStrategy
Technology Strategy & You
Technology Strategy & YouTechnology Strategy & You
Technology Strategy & You
Paul Di Gangi
 
IT Strategy: Aligning IT and the Business
IT Strategy: Aligning IT and the BusinessIT Strategy: Aligning IT and the Business
IT Strategy: Aligning IT and the Business
Sparkhound Inc.
 
Ppt Tatiana
Ppt TatianaPpt Tatiana
Ppt Tatiana
guestbdfa67
 

Viewers also liked (14)

Elastic @ ShopBack
Elastic @ ShopBackElastic @ ShopBack
Elastic @ ShopBack
 
Organizational strategy
Organizational strategy Organizational strategy
Organizational strategy
 
Chap 2 Organization Strategy
Chap 2 Organization StrategyChap 2 Organization Strategy
Chap 2 Organization Strategy
 
Science, Strategy and Sustainable Solutions, a Collaboration on the Direction...
Science, Strategy and Sustainable Solutions, a Collaboration on the Direction...Science, Strategy and Sustainable Solutions, a Collaboration on the Direction...
Science, Strategy and Sustainable Solutions, a Collaboration on the Direction...
 
Client engagemen 12t
Client engagemen 12tClient engagemen 12t
Client engagemen 12t
 
Tips on building chatbots
Tips on building chatbotsTips on building chatbots
Tips on building chatbots
 
[可理解的荣格].Understandable.Jung.哈里·威尔默.Chs.扫描版
[可理解的荣格].Understandable.Jung.哈里·威尔默.Chs.扫描版[可理解的荣格].Understandable.Jung.哈里·威尔默.Chs.扫描版
[可理解的荣格].Understandable.Jung.哈里·威尔默.Chs.扫描版
 
Trabalho final gap - ricardo p v serra
Trabalho final    gap - ricardo p v serraTrabalho final    gap - ricardo p v serra
Trabalho final gap - ricardo p v serra
 
Aluminum pg clamp extrude type
Aluminum pg clamp extrude typeAluminum pg clamp extrude type
Aluminum pg clamp extrude type
 
аргументы по вопросу
аргументы по вопросуаргументы по вопросу
аргументы по вопросу
 
Strategy
StrategyStrategy
Strategy
 
Technology Strategy & You
Technology Strategy & YouTechnology Strategy & You
Technology Strategy & You
 
IT Strategy: Aligning IT and the Business
IT Strategy: Aligning IT and the BusinessIT Strategy: Aligning IT and the Business
IT Strategy: Aligning IT and the Business
 
Ppt Tatiana
Ppt TatianaPpt Tatiana
Ppt Tatiana
 

Similar to Data Project Strategy - A Case Study on Data Platform

ODSC East 2018
ODSC East 2018ODSC East 2018
ODSC East 2018
Cameron Sim
 
Enterprise Data Architecture Deliverables
Enterprise Data Architecture DeliverablesEnterprise Data Architecture Deliverables
Enterprise Data Architecture Deliverables
Lars E Martinsson
 
Lean Analytics: How to get more out of your data science team
Lean Analytics: How to get more out of your data science teamLean Analytics: How to get more out of your data science team
Lean Analytics: How to get more out of your data science team
Digital Transformation EXPO Event Series
 
Taking Data Science to Enterprise level
Taking Data Science to Enterprise levelTaking Data Science to Enterprise level
Taking Data Science to Enterprise level
Christos Charmatzis
 
Metadata discovery for enterprise packages - a better approach
Metadata discovery for enterprise packages - a better approachMetadata discovery for enterprise packages - a better approach
Metadata discovery for enterprise packages - a better approach
Roland Bullivant
 
First Steps on Big Data
First Steps on Big DataFirst Steps on Big Data
First Steps on Big Data
Alexandre Simundi
 
FINAL-PDAG-May2016--IST-EA-Update
FINAL-PDAG-May2016--IST-EA-UpdateFINAL-PDAG-May2016--IST-EA-Update
FINAL-PDAG-May2016--IST-EA-Update
Colin Bell
 
Operations and Supply Chain CC
Operations and Supply Chain CCOperations and Supply Chain CC
Operations and Supply Chain CC
SupportGCI
 
Career Sessions OPS/SCM
Career Sessions OPS/SCMCareer Sessions OPS/SCM
Career Sessions OPS/SCM
SupportGCI
 
OM SCM
OM SCMOM SCM
OM SCM
SupportGCI
 
Career Sessions OM SCM
Career Sessions OM SCMCareer Sessions OM SCM
Career Sessions OM SCM
SupportGCI
 
Progress IST-EA: Role, Responsibilities, and Activities
Progress IST-EA: Role, Responsibilities, and ActivitiesProgress IST-EA: Role, Responsibilities, and Activities
Progress IST-EA: Role, Responsibilities, and Activities
Colin Bell
 
II-SDV 2015, 20 - 21 April, in Nice
II-SDV 2015, 20 - 21 April, in NiceII-SDV 2015, 20 - 21 April, in Nice
II-SDV 2015, 20 - 21 April, in Nice
Dr. Haxel Consult
 
Succeed in AI projects
Succeed in AI projectsSucceed in AI projects
Succeed in AI projects
Subhendu Dey
 
Bbbt presentation 210415_final_2
Bbbt presentation 210415_final_2Bbbt presentation 210415_final_2
Bbbt presentation 210415_final_2
Roland Bullivant
 
Data-Ed Slides: Data Modeling Strategies - Getting Your Data Ready for the Ca...
Data-Ed Slides: Data Modeling Strategies - Getting Your Data Ready for the Ca...Data-Ed Slides: Data Modeling Strategies - Getting Your Data Ready for the Ca...
Data-Ed Slides: Data Modeling Strategies - Getting Your Data Ready for the Ca...
DATAVERSITY
 
Analytics ID Consulting Services.pdf
Analytics ID Consulting Services.pdfAnalytics ID Consulting Services.pdf
Analytics ID Consulting Services.pdf
Ricky Suryo Utomo
 
Intro to Data Science by DatalentTeam at Data Science Clinic#11
Intro to Data Science by DatalentTeam at Data Science Clinic#11Intro to Data Science by DatalentTeam at Data Science Clinic#11
Intro to Data Science by DatalentTeam at Data Science Clinic#11
Dr.Sotarat Thammaboosadee CIMP-Data Governance
 
RDM and DMP intro
RDM and DMP introRDM and DMP intro
RDM and DMP intro
Sarah Jones
 
Data-Ed Webinar: Data Architecture Requirements
Data-Ed Webinar: Data Architecture RequirementsData-Ed Webinar: Data Architecture Requirements
Data-Ed Webinar: Data Architecture Requirements
DATAVERSITY
 

Similar to Data Project Strategy - A Case Study on Data Platform (20)

ODSC East 2018
ODSC East 2018ODSC East 2018
ODSC East 2018
 
Enterprise Data Architecture Deliverables
Enterprise Data Architecture DeliverablesEnterprise Data Architecture Deliverables
Enterprise Data Architecture Deliverables
 
Lean Analytics: How to get more out of your data science team
Lean Analytics: How to get more out of your data science teamLean Analytics: How to get more out of your data science team
Lean Analytics: How to get more out of your data science team
 
Taking Data Science to Enterprise level
Taking Data Science to Enterprise levelTaking Data Science to Enterprise level
Taking Data Science to Enterprise level
 
Metadata discovery for enterprise packages - a better approach
Metadata discovery for enterprise packages - a better approachMetadata discovery for enterprise packages - a better approach
Metadata discovery for enterprise packages - a better approach
 
First Steps on Big Data
First Steps on Big DataFirst Steps on Big Data
First Steps on Big Data
 
FINAL-PDAG-May2016--IST-EA-Update
FINAL-PDAG-May2016--IST-EA-UpdateFINAL-PDAG-May2016--IST-EA-Update
FINAL-PDAG-May2016--IST-EA-Update
 
Operations and Supply Chain CC
Operations and Supply Chain CCOperations and Supply Chain CC
Operations and Supply Chain CC
 
Career Sessions OPS/SCM
Career Sessions OPS/SCMCareer Sessions OPS/SCM
Career Sessions OPS/SCM
 
OM SCM
OM SCMOM SCM
OM SCM
 
Career Sessions OM SCM
Career Sessions OM SCMCareer Sessions OM SCM
Career Sessions OM SCM
 
Progress IST-EA: Role, Responsibilities, and Activities
Progress IST-EA: Role, Responsibilities, and ActivitiesProgress IST-EA: Role, Responsibilities, and Activities
Progress IST-EA: Role, Responsibilities, and Activities
 
II-SDV 2015, 20 - 21 April, in Nice
II-SDV 2015, 20 - 21 April, in NiceII-SDV 2015, 20 - 21 April, in Nice
II-SDV 2015, 20 - 21 April, in Nice
 
Succeed in AI projects
Succeed in AI projectsSucceed in AI projects
Succeed in AI projects
 
Bbbt presentation 210415_final_2
Bbbt presentation 210415_final_2Bbbt presentation 210415_final_2
Bbbt presentation 210415_final_2
 
Data-Ed Slides: Data Modeling Strategies - Getting Your Data Ready for the Ca...
Data-Ed Slides: Data Modeling Strategies - Getting Your Data Ready for the Ca...Data-Ed Slides: Data Modeling Strategies - Getting Your Data Ready for the Ca...
Data-Ed Slides: Data Modeling Strategies - Getting Your Data Ready for the Ca...
 
Analytics ID Consulting Services.pdf
Analytics ID Consulting Services.pdfAnalytics ID Consulting Services.pdf
Analytics ID Consulting Services.pdf
 
Intro to Data Science by DatalentTeam at Data Science Clinic#11
Intro to Data Science by DatalentTeam at Data Science Clinic#11Intro to Data Science by DatalentTeam at Data Science Clinic#11
Intro to Data Science by DatalentTeam at Data Science Clinic#11
 
RDM and DMP intro
RDM and DMP introRDM and DMP intro
RDM and DMP intro
 
Data-Ed Webinar: Data Architecture Requirements
Data-Ed Webinar: Data Architecture RequirementsData-Ed Webinar: Data Architecture Requirements
Data-Ed Webinar: Data Architecture Requirements
 

Recently uploaded

一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
nuttdpt
 
Global Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headedGlobal Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headed
vikram sood
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
u86oixdj
 
Natural Language Processing (NLP), RAG and its applications .pptx
Natural Language Processing (NLP), RAG and its applications .pptxNatural Language Processing (NLP), RAG and its applications .pptx
Natural Language Processing (NLP), RAG and its applications .pptx
fkyes25
 
Learn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queriesLearn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queries
manishkhaire30
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
ahzuo
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
v3tuleee
 
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging DataPredictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Kiwi Creative
 
The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
Social Samosa
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
slg6lamcq
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
nyfuhyz
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
soxrziqu
 
Challenges of Nation Building-1.pptx with more important
Challenges of Nation Building-1.pptx with more importantChallenges of Nation Building-1.pptx with more important
Challenges of Nation Building-1.pptx with more important
Sm321
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
mbawufebxi
 
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
u86oixdj
 
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
mzpolocfi
 
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
Social Samosa
 
End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024
Lars Albertsson
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
g4dpvqap0
 
Analysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performanceAnalysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performance
roli9797
 

Recently uploaded (20)

一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
一比一原版(UCSF文凭证书)旧金山分校毕业证如何办理
 
Global Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headedGlobal Situational Awareness of A.I. and where its headed
Global Situational Awareness of A.I. and where its headed
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
 
Natural Language Processing (NLP), RAG and its applications .pptx
Natural Language Processing (NLP), RAG and its applications .pptxNatural Language Processing (NLP), RAG and its applications .pptx
Natural Language Processing (NLP), RAG and its applications .pptx
 
Learn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queriesLearn SQL from basic queries to Advance queries
Learn SQL from basic queries to Advance queries
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
 
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging DataPredictably Improve Your B2B Tech Company's Performance by Leveraging Data
Predictably Improve Your B2B Tech Company's Performance by Leveraging Data
 
The Ipsos - AI - Monitor 2024 Report.pdf
The  Ipsos - AI - Monitor 2024 Report.pdfThe  Ipsos - AI - Monitor 2024 Report.pdf
The Ipsos - AI - Monitor 2024 Report.pdf
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
 
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
一比一原版(UMN文凭证书)明尼苏达大学毕业证如何办理
 
University of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma TranscriptUniversity of New South Wales degree offer diploma Transcript
University of New South Wales degree offer diploma Transcript
 
Challenges of Nation Building-1.pptx with more important
Challenges of Nation Building-1.pptx with more importantChallenges of Nation Building-1.pptx with more important
Challenges of Nation Building-1.pptx with more important
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
 
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
原版制作(swinburne毕业证书)斯威本科技大学毕业证毕业完成信一模一样
 
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
一比一原版(Dalhousie毕业证书)达尔豪斯大学毕业证如何办理
 
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
4th Modern Marketing Reckoner by MMA Global India & Group M: 60+ experts on W...
 
End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024End-to-end pipeline agility - Berlin Buzzwords 2024
End-to-end pipeline agility - Berlin Buzzwords 2024
 
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
一比一原版(爱大毕业证书)爱丁堡大学毕业证如何办理
 
Analysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performanceAnalysis insight about a Flyball dog competition team's performance
Analysis insight about a Flyball dog competition team's performance
 

Data Project Strategy - A Case Study on Data Platform