SlideShare a Scribd company logo
PS-3C
A new ensemble modelling
technique
About Me...
‘Head of BI’ @ Spilgames
Certified Data Vault modeler since
2009
Contact details:
 nl.linkedin.com/in/rogierwerschkull
 rogierwerschkull@gmail.com
 @rwerschkull
Ensemble data Modelling?…
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
WHY
Another Ensemble?
We’ve got loads already!
http://topofminds.se/wp/2014/ensemble-modeling-forelasningar-och-lars-ronnback/
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
13600
9970
370
73 5
0
2000
4000
6000
8000
10000
12000
14000
16000
"Data Vault modeling"
+"data warehouse"
"Anchor modeling"
+"data warehouse"
"Hyper agility" +"data
warehouse"
"Focal point modeling"
+"data warehouse"
"Head version modeling"
+"data warehouse"
Search Hits on Google, 31-8-2016
Ensemble
Popularity
Data Vault
Ran into Problems using:
Head-Version
Anchor Modelling
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
WHAT problemS?
Photo: My own……
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
problem
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Not Build for
BiG data lake
/ Data CentrICITY
Photo credit: Lake Public Domain, http://www.writeups.org/star-trek-brent-spiner-data/
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
‘Data may first be stored in a
data lake so that it can be explored, cleaned, and prepared.
If it can be structured in a relational format (basically rows and columns)
and needs to be used frequently and kept highly secure, it may go into a
data warehouse.
If it stops being used frequently, it may go back to a HDFS
(Hadoop Distributed File System)-based archive.’
Data Centric / data first ??
THOMAS H. DAVENPORT, WALL STEET JOURNAL OF 3-6-2015
http://blogs.wsj.com/cio/2015/06/03/the-shift-to-a-new-data-architecture/ @rwerschkull
nl.linkedin.com/in/rogierwerschkull
Systems Like...
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Data Flood
Photo credit: Kurayba (https://www.flickr.com/photos/48503330@N08/28564454666/ )
under cc licence (https://creativecommons.org/licenses/by-sa/2.0/)
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
The possible result...…
Photo credit: https://highfiveexports.wordpress.com/2010/06/25/3000-pieces-lego-mix-specialty-pieces-rare-pieces-bricks-blocks-
parts-more-ultimate-lot-of-lego-parts-pieces-lego-for-sale-lego-batman-lego-starwars-lego-technic-lego-minifigur/
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
But isN’t Data Vault v2
‘made for
Bigdata centric
systems?’
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
In
DV2
you still
do this
in one go
Subject
Oriented
Integrated
Time Variant Non-Volatile
EDW
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Coding =
A lot like modelling?
Being Data Centric
conflicts
with the
complex Data
MODELLING
work
http://xkcd.com/844/
problem
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Less Mature
JOIN
optimizers!
Photo credit: Public Domain
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Key-Value
Document
Column Family
NoSQL Databases
+SQL on Hadoop solutions
Do NOTlike joins!
Photo credit: Public Domain
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
This
REALLY
complicates
AnchoR
Modeling
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
And Personally...
HUB
SAT
LINK
This one
too!
(Link Satellite)
HUB
HUB
SAT
SAT
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
problem
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
a) HASHING OF Business keys
Rolling
Stock Nr Datetime Sensor Id Value Concatenated Business Key
Key
Len MD5 Hash
Key
Len
8739
2015-01-22
01:34:27 72A1_FINV 123 8739|2015-01-22 01:34:27|72A1_FINV 34 86ae4c6b0e2e2d5a13a0d11440529aeb 32
8739
2015-01-22
01:34:27 72A1_SLDET 100 8739|2015-01-22 01:34:27|72A1_SLDET 35 51ce9bc292eef407bd7c91a52eebcf2e 32
8739
2015-01-22
01:34:32 72A1_FINV 126 8739|2015-01-22 01:34:32|72A1_FINV 34 9482a41c1fecc4c64b8c437af6cc85e8 32
8739
2015-01-22
01:34:32
13A8_MW_UB
AT_VT 5 8739|2015-01-22 01:34:32|13A8_MW_UBAT_VT 42 e4160914ee55ce0b93f87b23366a0ce3 32
8674
2015-01-22
01:34:26 72A1_FINV 6 8674|2015-01-22 01:34:26|72A1_FINV 34 fcb3e7c8c91e44ce396d908a4948ca65 32
8674
2015-01-22
01:34:26
16A1_HSVER
OND 7 8674|2015-01-22 01:34:26|16A1_HSVEROND 38 fe9098c8c291ad56af5c8afae5169196 32
Loses statistical Information
regarding the data distribution
 Query optimizers do not like this…
Column family, Document and Key-value databases need a
good (natural) sharding key for (partial) key-
lookups!*
Hashing...……
* http://www.ebaytechblog.com/2012/08/14/cassandra-data-modeling-best-practices-part-2/
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Surrogates keys require
centralized coordination
…and thus can impact the overall system’s scalability and
availability.
A lot of MPP / NoSQL databases simply do not have
them…
B) Surrogate BuSINESS keys
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Then: Some Inspiration...
http://roelantvos.com/blog/?p=1119
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
‘In my opinion the answer lies in the adoption of the
persistent (Historical) Staging Area concept
(also known as Historical Staging or the History Area).
This basically adopts the fundamentals of a Data Warehouse’
‘The Historical Staging Area effectively ‘acts’ as
Data Lake,
but in a better defined form as data deltas and
event date/times are taken into account.’
So...
Time
Variant
&
Non Volatile
Subject
Oriented
&
Integrated
EDW
Subject Oriented Integrated
Time Variant Non-Volatile
EDW
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Could be a...
Data
LAKE
?
Virtualised
Ensemble
Tier?
EDW
?
Time
Variant
&
Non Volatile
Subject
Oriented
&
Integrated
EDW
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
How
Does PS-3C
Work?
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Photo credit: Public Domain
Staging
Area
EDW
Information
Marts
Focus of Current ensemble EDW’s
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Persistent Staging
Area, HSA =
Data Library
EDW
Information
Marts
Splitting the work...
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Persitent
Staging
-
Concept
Context
Connector
Business
Concept
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
modelling
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Identify source / event stream Primary or Unique Key
 Use source metadata for this!
Automate the building of a PS ‘around this key’
 Take all columns!
 Historize using SCD-2 approach
Persistent Staging - how
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Entity level
 Unique key
 Functional Description
 Delivering party
 Owner / Responsible
 MULTIPLE tags describing POTENTIAL business domains
(sales, support, marketing, operation,…)
 …
Persistent Staging Metadata-1
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Column level
 [Load Date Timestamp]
 [Load End Date Timestamp]
 [Deleted Flag] OR delete as new record
 [Source system] on table / file level (lowest possible)
Load End Date Timestamp : possible but difficult…
 Requires updates!
Persistent Staging Metadata-2
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
ACID is possible in HIVE!
ACID Makes Updates possible
 By registering updates as ‘new data’
 Reconciliation / compacting when idle / at user command
Use ORC files!!!
PLUS changing the HIVE configuration…
UPDATES IN HIVE? (iSN’t HDFS APPEND ONLY?)
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Hive
 Put semi structured data = variable columns in MAP data type
 OR use Data storage type that supports schema-evolution:
AVRO, (ORC in development)
Or HBASE…
 It only has one data type (byte), schema is ‘applied’
 Schema can be different for every row
What about SEMI-STRUCTURED Data?
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
modelling
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
3C - how
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
 Always starts with Conceptual data modeling
 NOT the primary location of Data & History
 Virtualised (only if performance allows). Should be deterministic!
 No Link Satellites
 No Surrogate or Hash Keys, only ‘Contatenated Natural Business Keys’
 Explicit Helper entities
Like Data Vault(2) BUT...
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Business
Concept
X
Concept
Context
X-A
Concept
Context
X-B
Business
Concept
Y
Concept
Context
Y-A
Concept
Context
Y-B
Concept
Context
Y-C
Connector
Business
Alias A
Business
Alias B
BC-Timeline
X
3C - Details
a UNIQUE, Domain specific point of integration
 …a business entity
 …within it’s own domain
 …does not necessarily need to be Enterprise Wide!
Business Concept (BC)
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Why not ‘enterprise wide?’
Company
Customer
Sales
Customer
International
Sales
Customer
Local
Sales
Customer
Marketing
Customer
Customer …
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Entity level
 [Description]
 [Owner / Responsible]
Column level
 [Load Date Timestamp]
 [Source system] on table / file level (lowest possible)
Business Concept Metadata
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Example-Data
NSR-Station
NS-
Travelcard
NS-
Trainseries
Business Key
IC|855
IC|8852
Sp|7455
St|16050
…
Business
Key
META_Source META_Load_dts
Ut NSS1_y 5-6-2015 22:00:00
Asd NSS1_y 5-6-2015 22:00:00
Asa NSS2_p 6-6-2015 22:00:00
… … …
NS-
Traveller
Business Key
3528 0234 2073 1234
3528 0234 2073 5678
…
Business Key
CRM-RW123456
CRM-LAS224466
…
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Most easy entity to be virtualised
(if performance allows)
No Hashing & No surrogate
BUSINESSKEYS!
(not by default at least!)
BC: important notes
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Business
Concept
X
Concept
Context
X-A
Concept
Context
X-B
Business
Concept
Y
Concept
Context
Y-A
Concept
Context
Y-B
Concept
Context
Y-C
Connector
Business
Alias A
Business
Alias B
BC-Timeline
X
3C - Details
Containts Context about a Concept
 In a historical way
 …Like a Data Vault Satellite
Every CC belongs to only one BC
Seperate entity per source system / table / stream
Concept Context (CC)
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Entity level
 [Description]
 [Owner / Responsible]
Column level
 [Load Date Timestamp]
 [Source system] on table / file level (lowest possible)
 Not mandatory for streaming data:
• [Load End Date Timestamp]
• [Deleted Flag] OR register a delete as a new record
Concept Context Metadata
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Example
NSR-Station
NS-
Travelcard
NS-
Trainseries
NS-
Traveller
[valuation]
Source: NSS2 table p
[description]
Source:NSS1 table x
[adres]
Source: NSS1 table y
[description]
Source: NTR table q
[ovchip_
personal]
Source: NSR table r
[ovchip_
on-usage
Source: NSR table s
[personal_
details]
Source: NSR table t
[adres_
data]
Source: NSR table t @rwerschkull
nl.linkedin.com/in/rogierwerschkull
Example-data
BK_NSR-
Station
Postadres_
postcode
GPS … META_
source
META_Load_dts META_Load_end_dts META_Deleted_Ind
Ut 3500GJ 52.08954, 5.11064 … NSS1_y 5-6-2013 22:00:00 5-6-2015 21:59:59 0
Ut 3511 CE 52.37269, 4.89299 … NSS1_y 5-6-2015 22:00:00 31-12-9999 00:00:00 0
Asd 1012 AB 52.37269, 4.89299 … NSS1_y 5-6-2013 22:00:00 31-12-9999 00:00:00 0
Asa … … … … … …
NSR-Station
[adres]
Source: NSS1 table y
More difficult to be virtualised
 Depends on semantic gap with source!
 But do make virtual when ‘streaming data’ is necessary!
Because we have PS layer
 Exposing all columns not necessary!
 Refactoring is more easy…
BC: important notes
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Business
Concept
X
Concept
Context
X-A
Concept
Context
X-B
Business
Concept
Y
Concept
Context
Y-A
Concept
Context
Y-B
Concept
Context
Y-C
Connector
Business
Alias A
Business
Alias B
BC-Timeline
X
3C - Details
Relations between Concepts
 + Context
 In a historical way
 …Merger of Data Vault Link + Link Satellite
Must ALWAYS have a driving key defined
 = a (sub)set of keys that make a Connector unique at one point
in time
Connector (C)
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Explicitly defining a driving key as metadata…
 Gives business understanding!
 Makes it possible Connector can correctly handle delta data
deliveries…
• so that a change (on the driving key)
• is not registered as a new ‘connection’
Connector Driving key
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Entity level
 [Description]
 [Owner / Responsible]
Column level
 [Load Date Timestamp]
 [Source system] on table / file level (lowest possible)
 Not mandatory for streaming data:
• [Load End Date Timestamp]
• [Deleted Flag] OR register a delete as a new record
Connector Metadata
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Example
NSR-Station
NS-
Travelcard
NS-
Trainseries
NS-
Traveller
[valuation]
Source: NSS2 table p
[description]
Source:NSS1 table x
[adres]
Source: NSS1 table y
[description]
Source: NTR table q
[ovchip_
personal]
Source: NSR table r
[ovchip_
on-usage
Source: NSR table s
[personal_
details]
Source: NSR table t
[adres_
data]
Source: NSR table t @rwerschkull
nl.linkedin.com/in/rogierwerschkull
NSR-
Travelmovement
Checkin timestamp
from
to
Driving Key:
NS-Travelcard
+Checkin timestamp
Example-Data
NSR-Station
NS-
Travelcard
NS-
Trainseries
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
NSR-
Travelmovement
Checkin timestamp
from
to
BK_NSR-
Station-from
BK_NSR-
Station-to
BK_NS_
Trainseries
BK_NS-Travelcard Checkin
timestamp
Checkout
timestamp
META_Load_dts META_Load_end_dts
Asd Ut IC 855 3528 0234 2073
1234
5-4-2016 8:49:32 5-4-2016 9:40:12 6-4-2016
22:00:00
31-12-9999
00:00:00
Ut Asd IC 855 3528 0234 2073
1234
5-4-2016 18:10:09 5-4-2016 18:55:20 6-4-2016
22:00:00
31-12-9999
00:00:00
We add Two mandatory
HELPER
Entities
Are we there yet? No....
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
modelling
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Business
Concept
X
Concept
Context
X-A
Concept
Context
X-B
Business
Concept
Y
Concept
Context
Y-A
Concept
Context
Y-B
Concept
Context
Y-C
Connector
Business
Alias A
Business
Alias B
BC-Timeline
X
3C - Details
To help switching from sources that are Tied together
by technical (surrogate) keys…
To a Business Key based model
It’s a LOOKUP table that translates the technical to the
Business Key
Business Alias
Example
NSR-Station
[valuation]
Source: NSS2 table p
[description]
Source:NSS1 table x[adres]
Source: NSS1 table y
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
BA-NSS1
BA-NSS2
Key Lookup voor NSS1 source tables
Key Lookup voor NSS2 source tables
Example-data
NSR-Station
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
BA-NSS1
Key Lookup voor NSS1 source tables
Business Key NSS1_Surrogate_key
Ut 123522
Asd 666323
Asa 222443
… …
Business
Key
META_Source META_Load_dts
Ut NSS1_y 5-6-2015 22:00:00
Asd NSS1_y 5-6-2015 22:00:00
Asa NSS2_p 6-6-2015 22:00:00
… … …
Has a 1 on (0,1) relation with a Business Concept
More difficult to be virtualised
 Lookup table should be kept small!
 Therefore: DO NOT do key lookup in Concept Context entity!
Load / generate together with BC
Preferably ‘in memory’ somehow…
BA: important Details
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Business
Concept
X
Concept
Context
X-A
Concept
Context
X-B
Business
Concept
Y
Concept
Context
Y-A
Concept
Context
Y-B
Concept
Context
Y-C
Connector
Business
Alias A
Business
Alias B
BC-Timeline
X
3C - Details
Integrate the validity timelines of Concept Contexts
belonging to a Business Concept
Like a Data Vault Point-in-time construct
But Mandatory!
And with a clearly defined and performant
approach!
BC-Timeline
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Example
NSR-Station
[valuation]
Source: NSS2 table p
[adres]
Source: NSS1 table y
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
BK_NSR-
Station
WOZ
waarde
Waarde
Ratingbureau X
META_Laad_dts META_Laad_eind_dts
Ut 20 milj 18 milj 1-1-2014 22:00:00 1-1-2015 21:59:59
Ut 22 milj 18 milj 1-1-2015 22:00:00 1-3-2016 21:59:59
Ut 22 milj 23 milj 1-3-2016 22:00:00 31-12-9999 00:00:00
BK_NSR-
Station
Combined_Load_dts Combined_Load_end_dts
Ut 5-6-2013 22:00:00 1-1-2014 21:59:59
Ut 1-1-2014 22:00:00 1-1-2015 21:59:59
Ut 1-1-2015 22:00:00 4-7-2015 21:59:59
Ut 4-7-2015 22:00:00 1-3-2016 21:59:59
Ut 1-3-2016 22:00:00 31-12-9999 00:00:00
Asd 5-6-2013 22:00:00 31-12-9999 00:00:00
BK_NSR-
Station
Postadres_
postcode
GPS … META_
source
META_Load_dts META_Load_end_dts
Ut 3500GJ 52.08954, 5.11064 … NSS1_y 5-6-2013 22:00:00 4-7-2015 21:59:59
Ut 3511 CE 52.37269, 4.89299 … NSS1_y 4-7-2015 22:00:00 31-12-9999 00:00:00
Asd 1012 AB 52.37269, 4.89299 … NSS1_y 5-6-2013 22:00:00 31-12-9999 00:00:00
Asa … … … … … …
BCT
modelling
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
What
Makes PS-3C
a Different Ensemble?
Business
Concept
X
Concept
Context
X-A
Concept
Context
X-B
Business
Concept
Y
Concept
Context
Y-A
Concept
Context
Y-B
Concept
Context
Y-C
Connector
Business
Alias A
Business
Alias B
BC-Timeline
X
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
1) Explicitly Splitting The work
Data
+
History
Subjects
+
Integration
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
2) NO HASHEDBUSINeSS KEYS
...or surrogate keys
http://www.cannabisculture.com/files/images/6/hashbrick.JPG
Only
Concatenated
ones
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
3) Less
joins
Relation
+Technical validity timeline
+ Relation context
Together in one entity
Photo credit: Public Domain
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
4) Explicit
HelpER
Entities
Business Alias
Business Component Timeline
+ explicitly define Driving key(s)
Photo credit: Public Domain
@rwerschkull
nl.linkedin.com/in/rogierwerschkull
Hope to
AVOID
This...…
http://xkcd.com/927/
PS-3C
A new PROPOSED
ensemble modelling technique
Help
needed!
Questions?
About Me...
‘Head of BI’ @ Spillgames
Certified Data Vault modeler since
2009
Contact details:
 nl.linkedin.com/in/rogierwerschkull
 rogierwerschkull@gmail.com
 @rwerschkull

More Related Content

What's hot

Data Science Training | Data Science Tutorial | Data Science Certification | ...
Data Science Training | Data Science Tutorial | Data Science Certification | ...Data Science Training | Data Science Tutorial | Data Science Certification | ...
Data Science Training | Data Science Tutorial | Data Science Certification | ...
Edureka!
 
The Ethics of AI
The Ethics of AIThe Ethics of AI
The Ethics of AI
Mark S. Steed
 
Data science
Data scienceData science
Data science
Mohamed Loey
 
Artificial Intelligence & Business Application.pptx
 Artificial Intelligence & Business Application.pptx Artificial Intelligence & Business Application.pptx
Artificial Intelligence & Business Application.pptx
ShamraoGhodake2
 
Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...
Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...
Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...
Edureka!
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System ppt
Ranjan Gupta
 
This Isn't 'Big Data.' It's Just Bad Data.
This Isn't 'Big Data.' It's Just Bad Data.This Isn't 'Big Data.' It's Just Bad Data.
This Isn't 'Big Data.' It's Just Bad Data.
Peter Orszag
 
The Future of Data Science
The Future of Data ScienceThe Future of Data Science
The Future of Data Science
DataWorks Summit
 
Project on soil moisture sensor
Project on soil moisture sensorProject on soil moisture sensor
Project on soil moisture sensor
YADAVHEMANTSANTRAM
 
Smart waste management system
Smart waste management systemSmart waste management system
Smart waste management system
Shubham Thakur
 
Mind Reading Computers Report
Mind Reading Computers ReportMind Reading Computers Report
Mind Reading Computers Report
Aman Raj
 
Smart eye
Smart eyeSmart eye
Smart eye
AmitKumar8221
 
ARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptxARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptx
BryCunal
 
Blue eye technology ppt
Blue eye technology pptBlue eye technology ppt
Blue eye technology ppt
-jyothish kumar sirigidi
 
Introduction to data science.pptx
Introduction to data science.pptxIntroduction to data science.pptx
Introduction to data science.pptx
SadhanaParameswaran
 
Intelligent Document Processing in Healthcare. Choosing the Right Solutions.
Intelligent Document Processing in Healthcare. Choosing the Right Solutions.Intelligent Document Processing in Healthcare. Choosing the Right Solutions.
Intelligent Document Processing in Healthcare. Choosing the Right Solutions.
Provectus
 
Data science presentation
Data science presentationData science presentation
Data science presentation
MSDEVMTL
 
Introduction to data science
Introduction to data scienceIntroduction to data science
Introduction to data science
Tharushi Ruwandika
 
Project Report on Smart Dustbin
Project Report on Smart Dustbin Project Report on Smart Dustbin
Project Report on Smart Dustbin
Lakshya Pandey
 
Who is a Data Scientist? | How to become a Data Scientist? | Data Science Cou...
Who is a Data Scientist? | How to become a Data Scientist? | Data Science Cou...Who is a Data Scientist? | How to become a Data Scientist? | Data Science Cou...
Who is a Data Scientist? | How to become a Data Scientist? | Data Science Cou...
Edureka!
 

What's hot (20)

Data Science Training | Data Science Tutorial | Data Science Certification | ...
Data Science Training | Data Science Tutorial | Data Science Certification | ...Data Science Training | Data Science Tutorial | Data Science Certification | ...
Data Science Training | Data Science Tutorial | Data Science Certification | ...
 
The Ethics of AI
The Ethics of AIThe Ethics of AI
The Ethics of AI
 
Data science
Data scienceData science
Data science
 
Artificial Intelligence & Business Application.pptx
 Artificial Intelligence & Business Application.pptx Artificial Intelligence & Business Application.pptx
Artificial Intelligence & Business Application.pptx
 
Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...
Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...
Data Science For Beginners | Who Is A Data Scientist? | Data Science Tutorial...
 
IoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System pptIoT Based Garbage Monitoring System ppt
IoT Based Garbage Monitoring System ppt
 
This Isn't 'Big Data.' It's Just Bad Data.
This Isn't 'Big Data.' It's Just Bad Data.This Isn't 'Big Data.' It's Just Bad Data.
This Isn't 'Big Data.' It's Just Bad Data.
 
The Future of Data Science
The Future of Data ScienceThe Future of Data Science
The Future of Data Science
 
Project on soil moisture sensor
Project on soil moisture sensorProject on soil moisture sensor
Project on soil moisture sensor
 
Smart waste management system
Smart waste management systemSmart waste management system
Smart waste management system
 
Mind Reading Computers Report
Mind Reading Computers ReportMind Reading Computers Report
Mind Reading Computers Report
 
Smart eye
Smart eyeSmart eye
Smart eye
 
ARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptxARTIFICIAL INTELLIGENCE.pptx
ARTIFICIAL INTELLIGENCE.pptx
 
Blue eye technology ppt
Blue eye technology pptBlue eye technology ppt
Blue eye technology ppt
 
Introduction to data science.pptx
Introduction to data science.pptxIntroduction to data science.pptx
Introduction to data science.pptx
 
Intelligent Document Processing in Healthcare. Choosing the Right Solutions.
Intelligent Document Processing in Healthcare. Choosing the Right Solutions.Intelligent Document Processing in Healthcare. Choosing the Right Solutions.
Intelligent Document Processing in Healthcare. Choosing the Right Solutions.
 
Data science presentation
Data science presentationData science presentation
Data science presentation
 
Introduction to data science
Introduction to data scienceIntroduction to data science
Introduction to data science
 
Project Report on Smart Dustbin
Project Report on Smart Dustbin Project Report on Smart Dustbin
Project Report on Smart Dustbin
 
Who is a Data Scientist? | How to become a Data Scientist? | Data Science Cou...
Who is a Data Scientist? | How to become a Data Scientist? | Data Science Cou...Who is a Data Scientist? | How to become a Data Scientist? | Data Science Cou...
Who is a Data Scientist? | How to become a Data Scientist? | Data Science Cou...
 

Viewers also liked

UMC Utrecht SAS Forum 2014
UMC Utrecht SAS Forum 2014UMC Utrecht SAS Forum 2014
UMC Utrecht SAS Forum 2014
henkstobbe
 
Elana Carson and Dr. Joe F. Walenciak - Hip Hop in the Hallways: Creating a C...
Elana Carson and Dr. Joe F. Walenciak - Hip Hop in the Hallways: Creating a C...Elana Carson and Dr. Joe F. Walenciak - Hip Hop in the Hallways: Creating a C...
Elana Carson and Dr. Joe F. Walenciak - Hip Hop in the Hallways: Creating a C...
ACBSP Global Accreditation
 
Enjoy english. 5 6 кл. биболетова м.з, добрынина н.в, трубанева н.н-2007 -20...
Enjoy english. 5 6 кл. биболетова м.з,  добрынина н.в, трубанева н.н-2007 -20...Enjoy english. 5 6 кл. биболетова м.з,  добрынина н.в, трубанева н.н-2007 -20...
Enjoy english. 5 6 кл. биболетова м.з, добрынина н.в, трубанева н.н-2007 -20...
robinbad123100
 
Partnering Accounting Students with Professionals
Partnering Accounting Students with ProfessionalsPartnering Accounting Students with Professionals
Partnering Accounting Students with Professionals
ACBSP Global Accreditation
 
Amer cv
Amer cvAmer cv
Amer cv
Amer Hasan
 
Continuing Cycles of Improvement
Continuing Cycles of ImprovementContinuing Cycles of Improvement
Continuing Cycles of Improvement
ACBSP Global Accreditation
 
Michelle Clayton Resume
Michelle Clayton ResumeMichelle Clayton Resume
Michelle Clayton Resume
Michelle Clayton
 
What You Need for a Successful Self-Study
What You Need for a Successful Self-StudyWhat You Need for a Successful Self-Study
What You Need for a Successful Self-Study
ACBSP Global Accreditation
 
How to Transform an Institution to Fully Accept and Embrace Accreditation
How to Transform an Institution to Fully Accept and Embrace AccreditationHow to Transform an Institution to Fully Accept and Embrace Accreditation
How to Transform an Institution to Fully Accept and Embrace Accreditation
ACBSP Global Accreditation
 
Capella's Accreditation Partnership
Capella's Accreditation PartnershipCapella's Accreditation Partnership
Capella's Accreditation Partnership
ACBSP Global Accreditation
 
Simultaneously Assessing and Grading Student Work
Simultaneously Assessing and Grading Student WorkSimultaneously Assessing and Grading Student Work
Simultaneously Assessing and Grading Student Work
ACBSP Global Accreditation
 
Presentatie - Veilig appen in de zorg
Presentatie - Veilig appen in de zorgPresentatie - Veilig appen in de zorg
Presentatie - Veilig appen in de zorg
Bart van den Bogaard
 
Top 8 executive administrator resume samples
Top 8 executive administrator resume samplesTop 8 executive administrator resume samples
Top 8 executive administrator resume samples
kerrojom
 
Creating New Knowledge in the Classroom: An Indian Context
Creating New Knowledge in the Classroom: An Indian ContextCreating New Knowledge in the Classroom: An Indian Context
Creating New Knowledge in the Classroom: An Indian Context
ACBSP Global Accreditation
 
Planting Trees, Growing Minds
Planting Trees, Growing MindsPlanting Trees, Growing Minds
Planting Trees, Growing Minds
ACBSP Global Accreditation
 

Viewers also liked (15)

UMC Utrecht SAS Forum 2014
UMC Utrecht SAS Forum 2014UMC Utrecht SAS Forum 2014
UMC Utrecht SAS Forum 2014
 
Elana Carson and Dr. Joe F. Walenciak - Hip Hop in the Hallways: Creating a C...
Elana Carson and Dr. Joe F. Walenciak - Hip Hop in the Hallways: Creating a C...Elana Carson and Dr. Joe F. Walenciak - Hip Hop in the Hallways: Creating a C...
Elana Carson and Dr. Joe F. Walenciak - Hip Hop in the Hallways: Creating a C...
 
Enjoy english. 5 6 кл. биболетова м.з, добрынина н.в, трубанева н.н-2007 -20...
Enjoy english. 5 6 кл. биболетова м.з,  добрынина н.в, трубанева н.н-2007 -20...Enjoy english. 5 6 кл. биболетова м.з,  добрынина н.в, трубанева н.н-2007 -20...
Enjoy english. 5 6 кл. биболетова м.з, добрынина н.в, трубанева н.н-2007 -20...
 
Partnering Accounting Students with Professionals
Partnering Accounting Students with ProfessionalsPartnering Accounting Students with Professionals
Partnering Accounting Students with Professionals
 
Amer cv
Amer cvAmer cv
Amer cv
 
Continuing Cycles of Improvement
Continuing Cycles of ImprovementContinuing Cycles of Improvement
Continuing Cycles of Improvement
 
Michelle Clayton Resume
Michelle Clayton ResumeMichelle Clayton Resume
Michelle Clayton Resume
 
What You Need for a Successful Self-Study
What You Need for a Successful Self-StudyWhat You Need for a Successful Self-Study
What You Need for a Successful Self-Study
 
How to Transform an Institution to Fully Accept and Embrace Accreditation
How to Transform an Institution to Fully Accept and Embrace AccreditationHow to Transform an Institution to Fully Accept and Embrace Accreditation
How to Transform an Institution to Fully Accept and Embrace Accreditation
 
Capella's Accreditation Partnership
Capella's Accreditation PartnershipCapella's Accreditation Partnership
Capella's Accreditation Partnership
 
Simultaneously Assessing and Grading Student Work
Simultaneously Assessing and Grading Student WorkSimultaneously Assessing and Grading Student Work
Simultaneously Assessing and Grading Student Work
 
Presentatie - Veilig appen in de zorg
Presentatie - Veilig appen in de zorgPresentatie - Veilig appen in de zorg
Presentatie - Veilig appen in de zorg
 
Top 8 executive administrator resume samples
Top 8 executive administrator resume samplesTop 8 executive administrator resume samples
Top 8 executive administrator resume samples
 
Creating New Knowledge in the Classroom: An Indian Context
Creating New Knowledge in the Classroom: An Indian ContextCreating New Knowledge in the Classroom: An Indian Context
Creating New Knowledge in the Classroom: An Indian Context
 
Planting Trees, Growing Minds
Planting Trees, Growing MindsPlanting Trees, Growing Minds
Planting Trees, Growing Minds
 

Similar to PS-3C Data Modelling Zone Berlin

Pass chapter meeting dec 2013 - compression a hidden gem for io heavy databas...
Pass chapter meeting dec 2013 - compression a hidden gem for io heavy databas...Pass chapter meeting dec 2013 - compression a hidden gem for io heavy databas...
Pass chapter meeting dec 2013 - compression a hidden gem for io heavy databas...
Charley Hanania
 
Introduction to real time big data with Apache Spark
Introduction to real time big data with Apache SparkIntroduction to real time big data with Apache Spark
Introduction to real time big data with Apache Spark
Taras Matyashovsky
 
SQL vs NoSQL: Why you’ll never dump your relations - Dave Shuttleworth, EXASOL
SQL vs NoSQL: Why you’ll never dump your relations - Dave Shuttleworth, EXASOLSQL vs NoSQL: Why you’ll never dump your relations - Dave Shuttleworth, EXASOL
SQL vs NoSQL: Why you’ll never dump your relations - Dave Shuttleworth, EXASOL
BCS Data Management Specialist Group
 
Eugene Polonichko "Architecture of modern data warehouse"
Eugene Polonichko "Architecture of modern data warehouse"Eugene Polonichko "Architecture of modern data warehouse"
Eugene Polonichko "Architecture of modern data warehouse"
Lviv Startup Club
 
Azure database as a service options
Azure database as a service optionsAzure database as a service options
Azure database as a service options
Marcelo Adade
 
Mine craft:
Mine craft: Mine craft:
Mine craft:
Mark Tabladillo
 
Azure SQL DWH
Azure SQL DWHAzure SQL DWH
Azure SQL DWH
Shy Engelberg
 
Developing openEHR EHRs - core functionalities
Developing openEHR EHRs - core functionalitiesDeveloping openEHR EHRs - core functionalities
Developing openEHR EHRs - core functionalities
Pablo Pazos
 
DMDW Extra Lesson - NoSql and MongoDB
DMDW  Extra Lesson - NoSql and MongoDBDMDW  Extra Lesson - NoSql and MongoDB
DMDW Extra Lesson - NoSql and MongoDB
Johannes Hoppe
 
Graph databases and OrientDB
Graph databases and OrientDBGraph databases and OrientDB
Graph databases and OrientDB
Ahsan Bilal
 
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham ALSecrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
Mark Tabladillo
 
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
Charlie Berger
 
Data Science on Azure
Data Science on Azure Data Science on Azure
Data Science on Azure
Zenodia Charpy
 
Splice Machine's use of Apache Spark and MLflow
Splice Machine's use of Apache Spark and MLflowSplice Machine's use of Apache Spark and MLflow
Splice Machine's use of Apache Spark and MLflow
Databricks
 
Resume
ResumeResume
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019 The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
Sandesh Rao
 
Trivadis Azure Data Lake
Trivadis Azure Data LakeTrivadis Azure Data Lake
Trivadis Azure Data Lake
Trivadis
 
7 Databases in 70 minutes
7 Databases in 70 minutes7 Databases in 70 minutes
7 Databases in 70 minutes
Karen Lopez
 
Strata 2014: Design Challenges for Real Predictive Platforms
Strata 2014: Design Challenges for Real Predictive Platforms Strata 2014: Design Challenges for Real Predictive Platforms
Strata 2014: Design Challenges for Real Predictive Platforms
Max Gasner
 
Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...
Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...
Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...
DataKitchen
 

Similar to PS-3C Data Modelling Zone Berlin (20)

Pass chapter meeting dec 2013 - compression a hidden gem for io heavy databas...
Pass chapter meeting dec 2013 - compression a hidden gem for io heavy databas...Pass chapter meeting dec 2013 - compression a hidden gem for io heavy databas...
Pass chapter meeting dec 2013 - compression a hidden gem for io heavy databas...
 
Introduction to real time big data with Apache Spark
Introduction to real time big data with Apache SparkIntroduction to real time big data with Apache Spark
Introduction to real time big data with Apache Spark
 
SQL vs NoSQL: Why you’ll never dump your relations - Dave Shuttleworth, EXASOL
SQL vs NoSQL: Why you’ll never dump your relations - Dave Shuttleworth, EXASOLSQL vs NoSQL: Why you’ll never dump your relations - Dave Shuttleworth, EXASOL
SQL vs NoSQL: Why you’ll never dump your relations - Dave Shuttleworth, EXASOL
 
Eugene Polonichko "Architecture of modern data warehouse"
Eugene Polonichko "Architecture of modern data warehouse"Eugene Polonichko "Architecture of modern data warehouse"
Eugene Polonichko "Architecture of modern data warehouse"
 
Azure database as a service options
Azure database as a service optionsAzure database as a service options
Azure database as a service options
 
Mine craft:
Mine craft: Mine craft:
Mine craft:
 
Azure SQL DWH
Azure SQL DWHAzure SQL DWH
Azure SQL DWH
 
Developing openEHR EHRs - core functionalities
Developing openEHR EHRs - core functionalitiesDeveloping openEHR EHRs - core functionalities
Developing openEHR EHRs - core functionalities
 
DMDW Extra Lesson - NoSql and MongoDB
DMDW  Extra Lesson - NoSql and MongoDBDMDW  Extra Lesson - NoSql and MongoDB
DMDW Extra Lesson - NoSql and MongoDB
 
Graph databases and OrientDB
Graph databases and OrientDBGraph databases and OrientDB
Graph databases and OrientDB
 
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham ALSecrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
Secrets of Enterprise Data Mining: SQL Saturday 328 Birmingham AL
 
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
 
Data Science on Azure
Data Science on Azure Data Science on Azure
Data Science on Azure
 
Splice Machine's use of Apache Spark and MLflow
Splice Machine's use of Apache Spark and MLflowSplice Machine's use of Apache Spark and MLflow
Splice Machine's use of Apache Spark and MLflow
 
Resume
ResumeResume
Resume
 
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019 The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
The Machine Learning behind the Autonomous Database- EMEA Tour Oct 2019
 
Trivadis Azure Data Lake
Trivadis Azure Data LakeTrivadis Azure Data Lake
Trivadis Azure Data Lake
 
7 Databases in 70 minutes
7 Databases in 70 minutes7 Databases in 70 minutes
7 Databases in 70 minutes
 
Strata 2014: Design Challenges for Real Predictive Platforms
Strata 2014: Design Challenges for Real Predictive Platforms Strata 2014: Design Challenges for Real Predictive Platforms
Strata 2014: Design Challenges for Real Predictive Platforms
 
Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...
Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...
Open Data Science Conference Big Data Infrastructure – Introduction to Hadoop...
 

Recently uploaded

一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
agdhot
 
Call Girls Goa👉9024918724👉Low Rate Escorts in Goa 💃 Available 24/7
Call Girls Goa👉9024918724👉Low Rate Escorts in Goa 💃 Available 24/7Call Girls Goa👉9024918724👉Low Rate Escorts in Goa 💃 Available 24/7
Call Girls Goa👉9024918724👉Low Rate Escorts in Goa 💃 Available 24/7
nitachopra
 
Data Scientist Machine Learning Profiles .pdf
Data Scientist Machine Learning  Profiles .pdfData Scientist Machine Learning  Profiles .pdf
Data Scientist Machine Learning Profiles .pdf
Vineet
 
Health care analysis using sentimental analysis
Health care analysis using sentimental analysisHealth care analysis using sentimental analysis
Health care analysis using sentimental analysis
krishnasrigannavarap
 
Call Girls Hyderabad (india) ☎️ +91-7426014248 Hyderabad Call Girl
Call Girls Hyderabad  (india) ☎️ +91-7426014248 Hyderabad  Call GirlCall Girls Hyderabad  (india) ☎️ +91-7426014248 Hyderabad  Call Girl
Call Girls Hyderabad (india) ☎️ +91-7426014248 Hyderabad Call Girl
sapna sharmap11
 
saps4hanaandsapanalyticswheretodowhat1565272000538.pdf
saps4hanaandsapanalyticswheretodowhat1565272000538.pdfsaps4hanaandsapanalyticswheretodowhat1565272000538.pdf
saps4hanaandsapanalyticswheretodowhat1565272000538.pdf
newdirectionconsulta
 
一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理
zsafxbf
 
Mumbai Call Girls service 9920874524 Call Girl service in Mumbai Mumbai Call ...
Mumbai Call Girls service 9920874524 Call Girl service in Mumbai Mumbai Call ...Mumbai Call Girls service 9920874524 Call Girl service in Mumbai Mumbai Call ...
Mumbai Call Girls service 9920874524 Call Girl service in Mumbai Mumbai Call ...
hanshkumar9870
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
uevausa
 
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
Marlon Dumas
 
Ahmedabad Call Girls 7339748667 With Free Home Delivery At Your Door
Ahmedabad Call Girls 7339748667 With Free Home Delivery At Your DoorAhmedabad Call Girls 7339748667 With Free Home Delivery At Your Door
Ahmedabad Call Girls 7339748667 With Free Home Delivery At Your Door
Russian Escorts in Delhi 9711199171 with low rate Book online
 
High Profile Call Girls Navi Mumbai ✅ 9833363713 FULL CASH PAYMENT
High Profile Call Girls Navi Mumbai ✅ 9833363713 FULL CASH PAYMENTHigh Profile Call Girls Navi Mumbai ✅ 9833363713 FULL CASH PAYMENT
High Profile Call Girls Navi Mumbai ✅ 9833363713 FULL CASH PAYMENT
ranjeet3341
 
一比一原版(uom毕业证书)曼彻斯特大学毕业证如何办理
一比一原版(uom毕业证书)曼彻斯特大学毕业证如何办理一比一原版(uom毕业证书)曼彻斯特大学毕业证如何办理
一比一原版(uom毕业证书)曼彻斯特大学毕业证如何办理
osoyvvf
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
ytypuem
 
Bangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts ServiceBangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts Service
nhero3888
 
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
aguty
 
Drownings spike from May to August in children
Drownings spike from May to August in childrenDrownings spike from May to August in children
Drownings spike from May to August in children
Bisnar Chase Personal Injury Attorneys
 
PCI-DSS-Data Security Standard v4.0.1.pdf
PCI-DSS-Data Security Standard v4.0.1.pdfPCI-DSS-Data Security Standard v4.0.1.pdf
PCI-DSS-Data Security Standard v4.0.1.pdf
incitbe
 
Do People Really Know Their Fertility Intentions? Correspondence between Sel...
Do People Really Know Their Fertility Intentions?  Correspondence between Sel...Do People Really Know Their Fertility Intentions?  Correspondence between Sel...
Do People Really Know Their Fertility Intentions? Correspondence between Sel...
Xiao Xu
 
Optimizing Feldera: Integrating Advanced UDFs and Enhanced SQL Functionality ...
Optimizing Feldera: Integrating Advanced UDFs and Enhanced SQL Functionality ...Optimizing Feldera: Integrating Advanced UDFs and Enhanced SQL Functionality ...
Optimizing Feldera: Integrating Advanced UDFs and Enhanced SQL Functionality ...
mparmparousiskostas
 

Recently uploaded (20)

一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
一比一原版加拿大麦吉尔大学毕业证(mcgill毕业证书)如何办理
 
Call Girls Goa👉9024918724👉Low Rate Escorts in Goa 💃 Available 24/7
Call Girls Goa👉9024918724👉Low Rate Escorts in Goa 💃 Available 24/7Call Girls Goa👉9024918724👉Low Rate Escorts in Goa 💃 Available 24/7
Call Girls Goa👉9024918724👉Low Rate Escorts in Goa 💃 Available 24/7
 
Data Scientist Machine Learning Profiles .pdf
Data Scientist Machine Learning  Profiles .pdfData Scientist Machine Learning  Profiles .pdf
Data Scientist Machine Learning Profiles .pdf
 
Health care analysis using sentimental analysis
Health care analysis using sentimental analysisHealth care analysis using sentimental analysis
Health care analysis using sentimental analysis
 
Call Girls Hyderabad (india) ☎️ +91-7426014248 Hyderabad Call Girl
Call Girls Hyderabad  (india) ☎️ +91-7426014248 Hyderabad  Call GirlCall Girls Hyderabad  (india) ☎️ +91-7426014248 Hyderabad  Call Girl
Call Girls Hyderabad (india) ☎️ +91-7426014248 Hyderabad Call Girl
 
saps4hanaandsapanalyticswheretodowhat1565272000538.pdf
saps4hanaandsapanalyticswheretodowhat1565272000538.pdfsaps4hanaandsapanalyticswheretodowhat1565272000538.pdf
saps4hanaandsapanalyticswheretodowhat1565272000538.pdf
 
一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理一比一原版莱斯大学毕业证(rice毕业证)如何办理
一比一原版莱斯大学毕业证(rice毕业证)如何办理
 
Mumbai Call Girls service 9920874524 Call Girl service in Mumbai Mumbai Call ...
Mumbai Call Girls service 9920874524 Call Girl service in Mumbai Mumbai Call ...Mumbai Call Girls service 9920874524 Call Girl service in Mumbai Mumbai Call ...
Mumbai Call Girls service 9920874524 Call Girl service in Mumbai Mumbai Call ...
 
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
一比一原版加拿大渥太华大学毕业证(uottawa毕业证书)如何办理
 
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
Discovering Digital Process Twins for What-if Analysis: a Process Mining Appr...
 
Ahmedabad Call Girls 7339748667 With Free Home Delivery At Your Door
Ahmedabad Call Girls 7339748667 With Free Home Delivery At Your DoorAhmedabad Call Girls 7339748667 With Free Home Delivery At Your Door
Ahmedabad Call Girls 7339748667 With Free Home Delivery At Your Door
 
High Profile Call Girls Navi Mumbai ✅ 9833363713 FULL CASH PAYMENT
High Profile Call Girls Navi Mumbai ✅ 9833363713 FULL CASH PAYMENTHigh Profile Call Girls Navi Mumbai ✅ 9833363713 FULL CASH PAYMENT
High Profile Call Girls Navi Mumbai ✅ 9833363713 FULL CASH PAYMENT
 
一比一原版(uom毕业证书)曼彻斯特大学毕业证如何办理
一比一原版(uom毕业证书)曼彻斯特大学毕业证如何办理一比一原版(uom毕业证书)曼彻斯特大学毕业证如何办理
一比一原版(uom毕业证书)曼彻斯特大学毕业证如何办理
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
一比一原版(曼大毕业证书)曼尼托巴大学毕业证如何办理
 
Bangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts ServiceBangalore ℂall Girl 000000 Bangalore Escorts Service
Bangalore ℂall Girl 000000 Bangalore Escorts Service
 
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
一比一原版澳洲西澳大学毕业证(uwa毕业证书)如何办理
 
Drownings spike from May to August in children
Drownings spike from May to August in childrenDrownings spike from May to August in children
Drownings spike from May to August in children
 
PCI-DSS-Data Security Standard v4.0.1.pdf
PCI-DSS-Data Security Standard v4.0.1.pdfPCI-DSS-Data Security Standard v4.0.1.pdf
PCI-DSS-Data Security Standard v4.0.1.pdf
 
Do People Really Know Their Fertility Intentions? Correspondence between Sel...
Do People Really Know Their Fertility Intentions?  Correspondence between Sel...Do People Really Know Their Fertility Intentions?  Correspondence between Sel...
Do People Really Know Their Fertility Intentions? Correspondence between Sel...
 
Optimizing Feldera: Integrating Advanced UDFs and Enhanced SQL Functionality ...
Optimizing Feldera: Integrating Advanced UDFs and Enhanced SQL Functionality ...Optimizing Feldera: Integrating Advanced UDFs and Enhanced SQL Functionality ...
Optimizing Feldera: Integrating Advanced UDFs and Enhanced SQL Functionality ...
 

PS-3C Data Modelling Zone Berlin