SlideShare une entreprise Scribd logo
1  sur  42
Télécharger pour lire hors ligne
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 1
Aug 26th, 2015 Webinar,
By Len Silverston, Universal Data Models, LLC
Sponsored by Embarcadero Technologies
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 2
Purpose
Share Keys
to Big Data Modeling
and How to Collaborate
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 3
Agenda
• Big Data Overview
• Data Modeling in Big Data
• Collaboration Principles
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 4
Big Data
Big data is a broad term for data sets so large or
complex that traditional data
processing applications are inadequate. Wikipedia
3Vs – Volume, Velocity, Variety
By 2020 - 44 zettabytes!
Mostly unstructured
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 5
Unstructured Data
Information that either does not have a pre-
defined data model or is not organized in a pre-
defined manner. Wikipedia
How can data have
no structure?
Is "unstructured" data
merely unmodeled?*
* Structure, Models and Meaning’ Seth Grimes, Information Week,
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 6
New Landscape - NoSQL
KEY VALUE
DATABASES
GRAPH
DATABASES
DOCUMENT
STORES
MongoDB
MUMPS Datab
ase
ObjectDatabas
e++
OrientDB
PostgreSQL
Qizx
RethinkDB
Rocket U2
Sedna
SimpleDB
Solr
TokuMX
OpenLink
Virtuoso
OpenLinkVirtuoso
Oracle Spatial and
Graph
Oracle NoSQL
Database
OrientDB
OQGRAPH
Profium Sense
R2DF
ROIS
Semblent
Lionsgate
sones GraphDB
SPARQLCity
Sqrrl Enterprise
Stardog
Teradata Aster
Titan
TripleBit
VelocityGraph
VertexDB
VivaceGraph
Weaver
WhiteDB
OhmDB
Redis
XAP
KV - solid-state drive or
rotating disk[edit]
Aerospike
BigTable
CDB
Clusterpoint Database
Server
Couchbase Server
FairCom c-treeACE
GT.M
Hibari
Keyspace
LevelDB
LMDB
MemcacheDB (using
Berkeley DB or LMDB)
MongoDB
NoSQLz
Coherence
Oracle NoSQL Database
OpenLink Virtuoso
Tarantool
Tokyo Cabinet
Tuple space
KV - eventually
consistent
Apache Cassandra
Dynamo
Oracle NoSQL Database
Project Voldemort
Riak
OpenLink Virtuoso
KV – ordered
Berkeley DB
FairCom c-treeACE/c-
treeRTG
FoundationDB
HyperDex
IBM Informix C-ISAM
InfinityDB
LMDB
MemcacheDB
NDBM
KV - RAM[edit]
Aerospike
Coherence
Hazelcastmemcached
OpenLink Virtuoso
BaseX
Cloudant
Clusterpoint
Database
Couchbase
Server
CouchDB
CrateIO
DocumentDB
Elasticsearch
eXist
HyperDex
Informix
Jackrabbit
Lotus
Notes (IBM
Lotus Domino)
MarkLogic
AllegroGraph
ArangoDB
Blazegraph
Bitsy
BrightstarDB
Cayley
DEX/Sparksee[2]
Filament
GraphBase
Graphd
Graph Engine[3]
Grapholytic
Horton
HyperGraphDB
IBM System G Native
Store
InfiniteGraph
InfoGrid
jCoreDB Graph
Neo4j
OntotextGraphDB
Orly
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 7
In this age of Big Data,
is there ‘less of a need’ or
‘more of a need’ for data modeling?
(or ‘no need’ or the ‘same need’)
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 8
Why Model?
8
DATA
 Understand
 Design?
 Common semantics?
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 9
UNDERSTAND
OVERSTAND
What are customers saying about our products?
What exactly do we mean by a customer?
Is a prospect that has signed a contract but not paid yet, a customer?
Is a person that only bought from us over 10 years ago a customer?
Is an organization that bought a minor item from us a customer?
Is sales volume based on orders, invoices, payments, or GL posts?
What are we predicting our sales volume to be this quarter?
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 10
REQUIRES
TEXTCON
TEXT
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 11
Traditional
MODEL
(and DESIGN)
LOAD
EXPLORE/
QUERY
DATA EXPLORE
‘Schema on write’
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 12
Big Data
LOAD QUERY MODEL
NoSQL STORE
EXPLORE
But Fast and Agile!
‘Schema on read’
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 13
Data modeling in Big Data
Customer
-
-
-
NoSQL DATABASE
Documents
-
-
-
Product
-
-
-
Key values
-
-
-
Conceptual/
business data model
Understanding
Logical/physical
data model
Architecture/Design
RELATIONAL DATABASE
(i.e., Data
warehouse/data mart)
May transfer into structured database
(using models)
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 14
Big Data Modeling Considerations
• Changes nature of modeling
– Later
– Modeling for understanding
• Design considerations - performance and scalable
• Changes where physical structures reside: in code
• Shifting functions to programming
–Performance
–Security
–Integrity
• Lately, SQL interfaces over NoSQL
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 15
When to Model First,
When To Explore First
Explore First
 When format cannot be predicted
in advance (Rapidly changing data
structures)
 When you need to keep ‘data as is’
 Continually new sources of data
 Don’t know if valuable
(exploratory)
 Huge amounts of information (e.g.
streaming terabytes per minute)
E.g. Cyber terrorism, Sentiment
Analysis
Model First
 More predictable data structure
 When there is some flexibility to
modify/conform data
 Stable and known sources
 Know that it’s valuable
 Reasonable amount of information
for relational
E.g. Customer demographics, Product
info, Sales History
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 16
What Does ‘Agile’ Mean?
• Customer solution – deliver value
• Flexible
• Fast
• Iterative
• Sustainable – constant
pace
• Quality design
(and efficient)
• Human Factors
– Communication - face to face
– Collaborative
– Trust
– Motivation
– Ongoing reflecting and adjusting
Quotes from principles behind the Agile
Manifesto can be found at
http://agilemanifesto.org/principles.html
“Our highest priority is to
satisfy the customer through
early and continuous
delivery of valuable
software.”
“Welcome changing
requirements, even late in
development. Agile
processes harness change
for the customer's
competitive advantage”
“Deliver working software
frequently, from a couple of
weeks to a couple of
months, with a preference
to the shorter timescale”
“Business people and
developers must work
together daily throughout
the project.”
“Working software is the
primary measure of
progress.”
“Agile processes promote
sustainable development.
The sponsors, developers,
and users should be able to
maintain a constant pace
indefinitely.”
“Continuous attention to
technical excellence and good
design enhances agility.”
“The most efficient and
effective method of conveying
information to and within a
development team is face-to-
face conversation.”
“Build projects around
motivated individuals. Give
them the environment and
support they need, and trust
them to get the job done.”
“Simplicity--the art of
maximizing the amount of
work not done--is essential.”
“At regular intervals, the
team reflects on how to
become more effective,
then tunes and adjusts its
behavior accordingly.”
“"The best architectures,
requirements, and designs
emerge from self-organizing
teams.”
Can we do this in
data modeling?
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 17
What is Agile - What is NOT Agile?
• Agile data modeling
– Deliver flexible, quality data
models that facilitate
sustainability and deliver value, in
a quick, iterative, collaborative
way, building trust and
motivation
• NOT agile data modeling
– Quick & dirty
– Excuse to develop more silos
– Without quality or understanding
PERSON ORGANIZATION
PARTY
PARTYROLE
PARTYRELATIONSHIP
PARTYCONTACTMECHANISM
FACILITY
CASE
WORKEFFORT
ROLETYPEWORKEFFORTROLE
CONTACTMECHANISM
SUPPLIERCUSTOMER WORKER PARTNER
CONTACTMECHANISMTYPE
PROJECTPROGRAM TASK
FIXEDASSET
ASSIGNMENT
WORKEFFORT
ASSOCATION
COMMUNICATIONEVENT
FIXEDASSET
PRODUCT
GOOD SERVICE
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 18
How can we perform
agile data modeling?
1. Re-use
2. Quick broad brush data
model
3. Correct model for
correct purpose
4. Prioritize
5. Deliver
6. Understand motivations
7. Have lots of choices
available
See Article: “Data Modeling’s Role in Agile Development”
http://tdwi.org/articles/2010/07/07/data-modeling-agile-development.aspx
RE-USE!
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 19
EPISODE TYPE
EPISODE TYPE ID
DESCRIPTION
HEALTH CARE EPISODE
HEALTH CARE EPISODE ID
PATIENT PARTY ID (FK)
PATIENT ROLE TYPE ID (FK)
INCIDENT ID (FK)
EPISODE TYPE ID (FK)
EPISODE CREATE DATE
HEALTH CARE VISIT
HEALTH CARE VISIT ID
PATIENT PARTY ID (FK)
PATIENT ROLE TYPE ID (FK)
CONTACT MECHANISM ID (FK)
FACILITY ID (FK)
FROM DATE
THRU DATE
INCIDENT
INCIDENT ID
INCIDENT TYPE ID (FK)
INCIDENT DATE
DESCRIPTION
EMPL RELATED IND
INCIDENT TYPE
INCIDENT TYPE ID
DESCRIPTION
PATIENT
PARTY ID (FK)
ROLE TYPE ID (FK)
SYMPTOM
SYMPTOM ID
HEALTH CARE EPISODE ID (FK)
SYMPTOM TYPE ID (FK)
DESCRIPTION
SYMPTOM TYPE
SYMPTOM TYPE ID
DESCRIPTION
VISIT REASON
VISIT REASON ID
HEALTH CARE VISIT ID (FK)
SYMPTOM ID (FK)
HEALTH CARE EPISODE ID (FK)
DESCRIPTION
HEALTH CARE DELIVERY
HEALTH CARE DELIVERY ID
HEALTH CARE VISIT ID (FK)
HEALTH CARE EPISODE ID (FK)
HEALTH CARE OFFERING ID (FK)
FROM DATE
THRU DATE
DELIVERY NOTES
Re-use to
understand
Universal Data Models
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 20
We must understand the
data and therefore
continue to develop data
models, even in this 'Big
Data' era.
Come on! Get into
the new mindset of
today’s Big Data! We
need to do things
differently today!
How can you use the data without
first understanding it?
Also, it’s important that we all
use common semantics.
Are you trying to slow
us down and continue
to try to enforce
bureaucracy?!
Data Modeler Data Scientist
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 21
Biggest Issue:
“Mine”
Data ‘Mine’ing
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 22
Key to Big Data Modeling:
Data ‘Ours’ing
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 23
Keys To Collaboration
• Shared Purpose
• Understand Motivations
• Develop Trust
• Listen
• Manage Conflict
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 24
Vision?
Mission?
1. Shared Purpose
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 25
Can you state the exact mission
statement of your organization?
(without looking it up first!)
Be Honest
BE HONEST
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 26
Position Versus Interest
INTERESTS A
POSITION A
INTERESTS B
POSITION B
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 27
2. Understand Motivations
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 28
Motivational Model - Sponsorship Map
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 29
What Does The Business Really Need?
• Insight?
• Buying behavior?
• Assessment?
• Prescriptions?
• Predictions?
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 30
Who is the MOST important person to
know their motivations?
A. The Most Influential Sponsor?
B. Your Boss?
C. Your Most Difficult Person Who Is the
Greatest Obstacle in Your Effort?
D. Yourself?
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 31
Core Elements of TrustKeys to Trust3. Trust
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 32
• Character
–Integrity
–Intent
– Vulnerability/openness
• Competence
–Capabilities
–Results
From “The Speed Of Trust” By Stephen M. R. Covey
Keys to Trust
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 33
To Listen, ACCEPT
(A) ware, attention, alert
(C) are
(C) onfirm, check
(E) mpathize
(P) urpose
(T) otally (with all senses)
4. Listen and ACCEPT
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 34
Keys to Trust5. Conflict Management
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 35
What is the first thing to do in a conflict?
A. Define your strategy for winning?
B. Understand their perspective?
C. Don’t react?
D. Figure out a win-win?
E. Something else?
© 2014 Universal Data Models, LLC - All Rights Reserved 36
From “Getting Past No: Negotiating with Difficult People”, William Ury
Step 1.
Don’t React - Observe
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 37
Don’t React
Event
Feelings/
Thoughts Emotional
Physical
Stories
Reaction
Freeze
Flight
Fight
Mess
Step 1. Don’t react
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 38
Respond
Event
Feelings/
Thoughts
Emotional,
Physical,
Stories
Data
Stop – observe.
Data?
Questions?
Response
Intelligent
Actions
Step 1. Don’t react
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 39
Big Data Modeling
Model To Understand – Even if after viewing data
Collaboration is the key
Find Common Purpose
Understand Motivations
Develop Trust
Listen
Conflict Management
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 40
What Will You Do With This?
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 41
Questions or More Info?
www.universaldatamodels.com
lsilverston@univdata.com
Twitter: @lensilverston
For info on template Models:
www.embarcadero.com/products
/er-studio-universal-data-models
© 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 42
Creative Commons Image Attributions
Much thanks to those who provided the creative common images in this presentation.
Thanks for:
Stars https://www.flickr.com/photos/tom_hall_nz/17317951241/sizes/sq/ All rights reserved
by Kiwi Tom
Sky https://www.flickr.com/photos/cubagallery/9679210392 © All rights reserved
by ►CubaGallery
License

Contenu connexe

Tendances

Do-It-Yourself (DIY) Data Governance Framework
Do-It-Yourself (DIY) Data Governance FrameworkDo-It-Yourself (DIY) Data Governance Framework
Do-It-Yourself (DIY) Data Governance FrameworkDATAVERSITY
 
DAS Slides: Data Virtualization – Separating Myth from Reality
DAS Slides: Data Virtualization – Separating Myth from RealityDAS Slides: Data Virtualization – Separating Myth from Reality
DAS Slides: Data Virtualization – Separating Myth from RealityDATAVERSITY
 
Emerging Trends in Data Architecture – What’s the Next Big Thing
Emerging Trends in Data Architecture – What’s the Next Big ThingEmerging Trends in Data Architecture – What’s the Next Big Thing
Emerging Trends in Data Architecture – What’s the Next Big ThingDATAVERSITY
 
Data-Ed: Essential Metadata Strategies
Data-Ed: Essential Metadata StrategiesData-Ed: Essential Metadata Strategies
Data-Ed: Essential Metadata StrategiesDATAVERSITY
 
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...DATAVERSITY
 
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture MaturityADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture MaturityDATAVERSITY
 
DAS Slides: Emerging Trends in Data Architecture – What’s the Next Big Thing?
DAS Slides: Emerging Trends in Data Architecture – What’s the Next Big Thing?DAS Slides: Emerging Trends in Data Architecture – What’s the Next Big Thing?
DAS Slides: Emerging Trends in Data Architecture – What’s the Next Big Thing?DATAVERSITY
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?DATAVERSITY
 
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...DATAVERSITY
 
DataEd Slides: Leveraging Data Management Technologies
DataEd Slides: Leveraging Data Management TechnologiesDataEd Slides: Leveraging Data Management Technologies
DataEd Slides: Leveraging Data Management TechnologiesDATAVERSITY
 
ADV Slides: The Evolution of the Data Platform and What It Means to Enterpris...
ADV Slides: The Evolution of the Data Platform and What It Means to Enterpris...ADV Slides: The Evolution of the Data Platform and What It Means to Enterpris...
ADV Slides: The Evolution of the Data Platform and What It Means to Enterpris...DATAVERSITY
 
Building the Modern Data Hub
Building the Modern Data HubBuilding the Modern Data Hub
Building the Modern Data HubDatavail
 
Fasten you seatbelt and listen to the Data Steward
Fasten you seatbelt and listen to the Data StewardFasten you seatbelt and listen to the Data Steward
Fasten you seatbelt and listen to the Data StewardJean-Pierre Riehl
 
Platforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern EngineeringPlatforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern EngineeringDATAVERSITY
 
DI&A Slides: Data-Centric Development
DI&A Slides: Data-Centric DevelopmentDI&A Slides: Data-Centric Development
DI&A Slides: Data-Centric DevelopmentDATAVERSITY
 
Five Things to Consider About Data Mesh and Data Governance
Five Things to Consider About Data Mesh and Data GovernanceFive Things to Consider About Data Mesh and Data Governance
Five Things to Consider About Data Mesh and Data GovernanceDATAVERSITY
 
Data Strategy Best Practices
Data Strategy Best PracticesData Strategy Best Practices
Data Strategy Best PracticesDATAVERSITY
 
IT + Line of Business - Driving Faster, Deeper Insights Together
IT + Line of Business - Driving Faster, Deeper Insights TogetherIT + Line of Business - Driving Faster, Deeper Insights Together
IT + Line of Business - Driving Faster, Deeper Insights TogetherDATAVERSITY
 
Do you know where your databases are?
Do you know where your databases are?Do you know where your databases are?
Do you know where your databases are?DATAVERSITY
 
Strategic imperative the enterprise data model
Strategic imperative the enterprise data modelStrategic imperative the enterprise data model
Strategic imperative the enterprise data modelDATAVERSITY
 

Tendances (20)

Do-It-Yourself (DIY) Data Governance Framework
Do-It-Yourself (DIY) Data Governance FrameworkDo-It-Yourself (DIY) Data Governance Framework
Do-It-Yourself (DIY) Data Governance Framework
 
DAS Slides: Data Virtualization – Separating Myth from Reality
DAS Slides: Data Virtualization – Separating Myth from RealityDAS Slides: Data Virtualization – Separating Myth from Reality
DAS Slides: Data Virtualization – Separating Myth from Reality
 
Emerging Trends in Data Architecture – What’s the Next Big Thing
Emerging Trends in Data Architecture – What’s the Next Big ThingEmerging Trends in Data Architecture – What’s the Next Big Thing
Emerging Trends in Data Architecture – What’s the Next Big Thing
 
Data-Ed: Essential Metadata Strategies
Data-Ed: Essential Metadata StrategiesData-Ed: Essential Metadata Strategies
Data-Ed: Essential Metadata Strategies
 
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
ADV Slides: Platforming Your Data for Success – Databases, Hadoop, Managed Ha...
 
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture MaturityADV Slides: How to Improve Your Analytic Data Architecture Maturity
ADV Slides: How to Improve Your Analytic Data Architecture Maturity
 
DAS Slides: Emerging Trends in Data Architecture – What’s the Next Big Thing?
DAS Slides: Emerging Trends in Data Architecture – What’s the Next Big Thing?DAS Slides: Emerging Trends in Data Architecture – What’s the Next Big Thing?
DAS Slides: Emerging Trends in Data Architecture – What’s the Next Big Thing?
 
Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?
 
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
 
DataEd Slides: Leveraging Data Management Technologies
DataEd Slides: Leveraging Data Management TechnologiesDataEd Slides: Leveraging Data Management Technologies
DataEd Slides: Leveraging Data Management Technologies
 
ADV Slides: The Evolution of the Data Platform and What It Means to Enterpris...
ADV Slides: The Evolution of the Data Platform and What It Means to Enterpris...ADV Slides: The Evolution of the Data Platform and What It Means to Enterpris...
ADV Slides: The Evolution of the Data Platform and What It Means to Enterpris...
 
Building the Modern Data Hub
Building the Modern Data HubBuilding the Modern Data Hub
Building the Modern Data Hub
 
Fasten you seatbelt and listen to the Data Steward
Fasten you seatbelt and listen to the Data StewardFasten you seatbelt and listen to the Data Steward
Fasten you seatbelt and listen to the Data Steward
 
Platforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern EngineeringPlatforming the Major Analytic Use Cases for Modern Engineering
Platforming the Major Analytic Use Cases for Modern Engineering
 
DI&A Slides: Data-Centric Development
DI&A Slides: Data-Centric DevelopmentDI&A Slides: Data-Centric Development
DI&A Slides: Data-Centric Development
 
Five Things to Consider About Data Mesh and Data Governance
Five Things to Consider About Data Mesh and Data GovernanceFive Things to Consider About Data Mesh and Data Governance
Five Things to Consider About Data Mesh and Data Governance
 
Data Strategy Best Practices
Data Strategy Best PracticesData Strategy Best Practices
Data Strategy Best Practices
 
IT + Line of Business - Driving Faster, Deeper Insights Together
IT + Line of Business - Driving Faster, Deeper Insights TogetherIT + Line of Business - Driving Faster, Deeper Insights Together
IT + Line of Business - Driving Faster, Deeper Insights Together
 
Do you know where your databases are?
Do you know where your databases are?Do you know where your databases are?
Do you know where your databases are?
 
Strategic imperative the enterprise data model
Strategic imperative the enterprise data modelStrategic imperative the enterprise data model
Strategic imperative the enterprise data model
 

En vedette

Data Modeling for Big Data
Data Modeling for Big DataData Modeling for Big Data
Data Modeling for Big DataDATAVERSITY
 
201407 MIT CDO IQ conceptual data modeling, big data, and information quality
201407 MIT CDO IQ conceptual data modeling, big data, and information quality201407 MIT CDO IQ conceptual data modeling, big data, and information quality
201407 MIT CDO IQ conceptual data modeling, big data, and information qualityPeter O'Kelly
 
Ensemble modeling overview, Big Data meetup
Ensemble modeling overview, Big Data meetupEnsemble modeling overview, Big Data meetup
Ensemble modeling overview, Big Data meetupOptimalBI Limited
 
Data Modeling for Data Science: Simplify Your Workload with Complex Types in ...
Data Modeling for Data Science: Simplify Your Workload with Complex Types in ...Data Modeling for Data Science: Simplify Your Workload with Complex Types in ...
Data Modeling for Data Science: Simplify Your Workload with Complex Types in ...Cloudera, Inc.
 
Big Data Modeling and Analytic Patterns – Beyond Schema on Read
Big Data Modeling and Analytic Patterns – Beyond Schema on ReadBig Data Modeling and Analytic Patterns – Beyond Schema on Read
Big Data Modeling and Analytic Patterns – Beyond Schema on ReadThink Big, a Teradata Company
 
Vital AI: Big Data Modeling
Vital AI: Big Data ModelingVital AI: Big Data Modeling
Vital AI: Big Data ModelingVital.AI
 
7 secrets of top performers
7 secrets of top performers7 secrets of top performers
7 secrets of top performersBernard Marr
 
Lessons in Data Modeling: Why a Data Model is an Important Part of Your Data ...
Lessons in Data Modeling: Why a Data Model is an Important Part of Your Data ...Lessons in Data Modeling: Why a Data Model is an Important Part of Your Data ...
Lessons in Data Modeling: Why a Data Model is an Important Part of Your Data ...DATAVERSITY
 
Big Data
Big DataBig Data
Big DataNGDATA
 

En vedette (16)

Big Data Modeling
Big Data ModelingBig Data Modeling
Big Data Modeling
 
Data Modeling for Big Data
Data Modeling for Big DataData Modeling for Big Data
Data Modeling for Big Data
 
201407 MIT CDO IQ conceptual data modeling, big data, and information quality
201407 MIT CDO IQ conceptual data modeling, big data, and information quality201407 MIT CDO IQ conceptual data modeling, big data, and information quality
201407 MIT CDO IQ conceptual data modeling, big data, and information quality
 
Ensemble modeling overview, Big Data meetup
Ensemble modeling overview, Big Data meetupEnsemble modeling overview, Big Data meetup
Ensemble modeling overview, Big Data meetup
 
Data Modeling for Data Science: Simplify Your Workload with Complex Types in ...
Data Modeling for Data Science: Simplify Your Workload with Complex Types in ...Data Modeling for Data Science: Simplify Your Workload with Complex Types in ...
Data Modeling for Data Science: Simplify Your Workload with Complex Types in ...
 
Big Data Modeling and Analytic Patterns – Beyond Schema on Read
Big Data Modeling and Analytic Patterns – Beyond Schema on ReadBig Data Modeling and Analytic Patterns – Beyond Schema on Read
Big Data Modeling and Analytic Patterns – Beyond Schema on Read
 
Data modelling 101
Data modelling 101Data modelling 101
Data modelling 101
 
Vital AI: Big Data Modeling
Vital AI: Big Data ModelingVital AI: Big Data Modeling
Vital AI: Big Data Modeling
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
7 secrets of top performers
7 secrets of top performers7 secrets of top performers
7 secrets of top performers
 
Lessons in Data Modeling: Why a Data Model is an Important Part of Your Data ...
Lessons in Data Modeling: Why a Data Model is an Important Part of Your Data ...Lessons in Data Modeling: Why a Data Model is an Important Part of Your Data ...
Lessons in Data Modeling: Why a Data Model is an Important Part of Your Data ...
 
What is big data?
What is big data?What is big data?
What is big data?
 
Big data ppt
Big data pptBig data ppt
Big data ppt
 
Big Data
Big DataBig Data
Big Data
 
What is Big Data?
What is Big Data?What is Big Data?
What is Big Data?
 
Big data ppt
Big  data pptBig  data ppt
Big data ppt
 

Similaire à The Key to Big Data Modeling: Collaboration

Unlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQLUnlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQLMatt Lord
 
Modernising the data warehouse - January 2019
Modernising the data warehouse - January 2019Modernising the data warehouse - January 2019
Modernising the data warehouse - January 2019Phil Watt
 
BAR360 open data platform presentation at DAMA, Sydney
BAR360 open data platform presentation at DAMA, SydneyBAR360 open data platform presentation at DAMA, Sydney
BAR360 open data platform presentation at DAMA, SydneySai Paravastu
 
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...Tyler Wishnoff
 
2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics2022 Trends in Enterprise Analytics
2022 Trends in Enterprise AnalyticsDATAVERSITY
 
Fueling AI & Machine Learning: Legacy Data as a Competitive Advantage
Fueling AI & Machine Learning: Legacy Data as a Competitive AdvantageFueling AI & Machine Learning: Legacy Data as a Competitive Advantage
Fueling AI & Machine Learning: Legacy Data as a Competitive AdvantagePrecisely
 
Agile, Automated, Aware: How to Model for Success
Agile, Automated, Aware: How to Model for SuccessAgile, Automated, Aware: How to Model for Success
Agile, Automated, Aware: How to Model for SuccessInside Analysis
 
All Together Now: A Recipe for Successful Data Governance
All Together Now: A Recipe for Successful Data GovernanceAll Together Now: A Recipe for Successful Data Governance
All Together Now: A Recipe for Successful Data GovernanceInside Analysis
 
Managing Large Amounts of Data with Salesforce
Managing Large Amounts of Data with SalesforceManaging Large Amounts of Data with Salesforce
Managing Large Amounts of Data with SalesforceSense Corp
 
Horses for Courses: Database Roundtable
Horses for Courses: Database RoundtableHorses for Courses: Database Roundtable
Horses for Courses: Database RoundtableEric Kavanagh
 
Data Virtualization Journey: How to Grow from Single Project and to Enterpris...
Data Virtualization Journey: How to Grow from Single Project and to Enterpris...Data Virtualization Journey: How to Grow from Single Project and to Enterpris...
Data Virtualization Journey: How to Grow from Single Project and to Enterpris...Denodo
 
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BI
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BIAugmentation, Collaboration, Governance: Defining the Future of Self-Service BI
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BIDenodo
 
The Maturity Model: Taking the Growing Pains Out of Hadoop
The Maturity Model: Taking the Growing Pains Out of HadoopThe Maturity Model: Taking the Growing Pains Out of Hadoop
The Maturity Model: Taking the Growing Pains Out of HadoopInside Analysis
 
DataEngConf SF16 - Methods for Content Relevance at LinkedIn
DataEngConf SF16 - Methods for Content Relevance at LinkedInDataEngConf SF16 - Methods for Content Relevance at LinkedIn
DataEngConf SF16 - Methods for Content Relevance at LinkedInHakka Labs
 
Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It! Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It! Cécile Poyet
 
Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It! Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It! Hortonworks
 
Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It! Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It! Cécile Poyet
 
A beginners guide to Cloudera Hadoop
A beginners guide to Cloudera HadoopA beginners guide to Cloudera Hadoop
A beginners guide to Cloudera HadoopDavid Yahalom
 

Similaire à The Key to Big Data Modeling: Collaboration (20)

Unlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQLUnlocking Big Data Insights with MySQL
Unlocking Big Data Insights with MySQL
 
Ask bigger questions
Ask bigger questionsAsk bigger questions
Ask bigger questions
 
Modernising the data warehouse - January 2019
Modernising the data warehouse - January 2019Modernising the data warehouse - January 2019
Modernising the data warehouse - January 2019
 
BAR360 open data platform presentation at DAMA, Sydney
BAR360 open data platform presentation at DAMA, SydneyBAR360 open data platform presentation at DAMA, Sydney
BAR360 open data platform presentation at DAMA, Sydney
 
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...
AI-Powered Analytics: What It Is and How It’s Powering the Next Generation of...
 
2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics2022 Trends in Enterprise Analytics
2022 Trends in Enterprise Analytics
 
Fueling AI & Machine Learning: Legacy Data as a Competitive Advantage
Fueling AI & Machine Learning: Legacy Data as a Competitive AdvantageFueling AI & Machine Learning: Legacy Data as a Competitive Advantage
Fueling AI & Machine Learning: Legacy Data as a Competitive Advantage
 
Agile, Automated, Aware: How to Model for Success
Agile, Automated, Aware: How to Model for SuccessAgile, Automated, Aware: How to Model for Success
Agile, Automated, Aware: How to Model for Success
 
All Together Now: A Recipe for Successful Data Governance
All Together Now: A Recipe for Successful Data GovernanceAll Together Now: A Recipe for Successful Data Governance
All Together Now: A Recipe for Successful Data Governance
 
Managing Large Amounts of Data with Salesforce
Managing Large Amounts of Data with SalesforceManaging Large Amounts of Data with Salesforce
Managing Large Amounts of Data with Salesforce
 
How Businesses use Big Data to Impact the Bottom Line
How Businesses use Big Data to Impact the Bottom LineHow Businesses use Big Data to Impact the Bottom Line
How Businesses use Big Data to Impact the Bottom Line
 
Horses for Courses: Database Roundtable
Horses for Courses: Database RoundtableHorses for Courses: Database Roundtable
Horses for Courses: Database Roundtable
 
Data Virtualization Journey: How to Grow from Single Project and to Enterpris...
Data Virtualization Journey: How to Grow from Single Project and to Enterpris...Data Virtualization Journey: How to Grow from Single Project and to Enterpris...
Data Virtualization Journey: How to Grow from Single Project and to Enterpris...
 
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BI
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BIAugmentation, Collaboration, Governance: Defining the Future of Self-Service BI
Augmentation, Collaboration, Governance: Defining the Future of Self-Service BI
 
The Maturity Model: Taking the Growing Pains Out of Hadoop
The Maturity Model: Taking the Growing Pains Out of HadoopThe Maturity Model: Taking the Growing Pains Out of Hadoop
The Maturity Model: Taking the Growing Pains Out of Hadoop
 
DataEngConf SF16 - Methods for Content Relevance at LinkedIn
DataEngConf SF16 - Methods for Content Relevance at LinkedInDataEngConf SF16 - Methods for Content Relevance at LinkedIn
DataEngConf SF16 - Methods for Content Relevance at LinkedIn
 
Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It! Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It!
 
Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It! Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It!
 
Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It! Boost Performance with Scala – Learn From Those Who’ve Done It!
Boost Performance with Scala – Learn From Those Who’ve Done It!
 
A beginners guide to Cloudera Hadoop
A beginners guide to Cloudera HadoopA beginners guide to Cloudera Hadoop
A beginners guide to Cloudera Hadoop
 

Plus de Embarcadero Technologies

PyTorch for Delphi - Python Data Sciences Libraries.pdf
PyTorch for Delphi - Python Data Sciences Libraries.pdfPyTorch for Delphi - Python Data Sciences Libraries.pdf
PyTorch for Delphi - Python Data Sciences Libraries.pdfEmbarcadero Technologies
 
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...Embarcadero Technologies
 
Linux GUI Applications on Windows Subsystem for Linux
Linux GUI Applications on Windows Subsystem for LinuxLinux GUI Applications on Windows Subsystem for Linux
Linux GUI Applications on Windows Subsystem for LinuxEmbarcadero Technologies
 
Python on Android with Delphi FMX - The Cross Platform GUI Framework
Python on Android with Delphi FMX - The Cross Platform GUI Framework Python on Android with Delphi FMX - The Cross Platform GUI Framework
Python on Android with Delphi FMX - The Cross Platform GUI Framework Embarcadero Technologies
 
Introduction to Python GUI development with Delphi for Python - Part 1: Del...
Introduction to Python GUI development with Delphi for Python - Part 1:   Del...Introduction to Python GUI development with Delphi for Python - Part 1:   Del...
Introduction to Python GUI development with Delphi for Python - Part 1: Del...Embarcadero Technologies
 
FMXLinux Introduction - Delphi's FireMonkey for Linux
FMXLinux Introduction - Delphi's FireMonkey for LinuxFMXLinux Introduction - Delphi's FireMonkey for Linux
FMXLinux Introduction - Delphi's FireMonkey for LinuxEmbarcadero Technologies
 
Python for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 IntroductionPython for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 IntroductionEmbarcadero Technologies
 
RAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationRAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationEmbarcadero Technologies
 
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBaseEmbeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBaseEmbarcadero Technologies
 
Rad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup DocumentRad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup DocumentEmbarcadero Technologies
 
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinarMove Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinarEmbarcadero Technologies
 
Getting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidGetting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidEmbarcadero Technologies
 
ER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data ArchitectureER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data ArchitectureEmbarcadero Technologies
 
The Secrets of SQL Server: Database Worst Practices
The Secrets of SQL Server: Database Worst PracticesThe Secrets of SQL Server: Database Worst Practices
The Secrets of SQL Server: Database Worst PracticesEmbarcadero Technologies
 
Driving Business Value Through Agile Data Assets
Driving Business Value Through Agile Data AssetsDriving Business Value Through Agile Data Assets
Driving Business Value Through Agile Data AssetsEmbarcadero Technologies
 
Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016Embarcadero Technologies
 

Plus de Embarcadero Technologies (20)

PyTorch for Delphi - Python Data Sciences Libraries.pdf
PyTorch for Delphi - Python Data Sciences Libraries.pdfPyTorch for Delphi - Python Data Sciences Libraries.pdf
PyTorch for Delphi - Python Data Sciences Libraries.pdf
 
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...
Android on Windows 11 - A Developer's Perspective (Windows Subsystem For Andr...
 
Linux GUI Applications on Windows Subsystem for Linux
Linux GUI Applications on Windows Subsystem for LinuxLinux GUI Applications on Windows Subsystem for Linux
Linux GUI Applications on Windows Subsystem for Linux
 
Python on Android with Delphi FMX - The Cross Platform GUI Framework
Python on Android with Delphi FMX - The Cross Platform GUI Framework Python on Android with Delphi FMX - The Cross Platform GUI Framework
Python on Android with Delphi FMX - The Cross Platform GUI Framework
 
Introduction to Python GUI development with Delphi for Python - Part 1: Del...
Introduction to Python GUI development with Delphi for Python - Part 1:   Del...Introduction to Python GUI development with Delphi for Python - Part 1:   Del...
Introduction to Python GUI development with Delphi for Python - Part 1: Del...
 
FMXLinux Introduction - Delphi's FireMonkey for Linux
FMXLinux Introduction - Delphi's FireMonkey for LinuxFMXLinux Introduction - Delphi's FireMonkey for Linux
FMXLinux Introduction - Delphi's FireMonkey for Linux
 
Python for Delphi Developers - Part 2
Python for Delphi Developers - Part 2Python for Delphi Developers - Part 2
Python for Delphi Developers - Part 2
 
Python for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 IntroductionPython for Delphi Developers - Part 1 Introduction
Python for Delphi Developers - Part 1 Introduction
 
RAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and InstrumentationRAD Industrial Automation, Labs, and Instrumentation
RAD Industrial Automation, Labs, and Instrumentation
 
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBaseEmbeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase
 
Rad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup DocumentRad Server Industry Template - Connected Nurses Station - Setup Document
Rad Server Industry Template - Connected Nurses Station - Setup Document
 
TMS Google Mapping Components
TMS Google Mapping ComponentsTMS Google Mapping Components
TMS Google Mapping Components
 
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinarMove Desktop Apps to the Cloud - RollApp & Embarcadero webinar
Move Desktop Apps to the Cloud - RollApp & Embarcadero webinar
 
Useful C++ Features You Should be Using
Useful C++ Features You Should be UsingUseful C++ Features You Should be Using
Useful C++ Features You Should be Using
 
Getting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and AndroidGetting Started Building Mobile Applications for iOS and Android
Getting Started Building Mobile Applications for iOS and Android
 
Embarcadero RAD server Launch Webinar
Embarcadero RAD server Launch WebinarEmbarcadero RAD server Launch Webinar
Embarcadero RAD server Launch Webinar
 
ER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data ArchitectureER/Studio 2016: Build a Business-Driven Data Architecture
ER/Studio 2016: Build a Business-Driven Data Architecture
 
The Secrets of SQL Server: Database Worst Practices
The Secrets of SQL Server: Database Worst PracticesThe Secrets of SQL Server: Database Worst Practices
The Secrets of SQL Server: Database Worst Practices
 
Driving Business Value Through Agile Data Assets
Driving Business Value Through Agile Data AssetsDriving Business Value Through Agile Data Assets
Driving Business Value Through Agile Data Assets
 
Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016Troubleshooting Plan Changes with Query Store in SQL Server 2016
Troubleshooting Plan Changes with Query Store in SQL Server 2016
 

Dernier

Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfryanfarris8
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...Nitya salvi
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxalwaysnagaraju26
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfproinshot.com
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfkalichargn70th171
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 

Dernier (20)

Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdfAzure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
Azure_Native_Qumulo_High_Performance_Compute_Benchmarks.pdf
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 

The Key to Big Data Modeling: Collaboration

  • 1. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 1 Aug 26th, 2015 Webinar, By Len Silverston, Universal Data Models, LLC Sponsored by Embarcadero Technologies
  • 2. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 2 Purpose Share Keys to Big Data Modeling and How to Collaborate
  • 3. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 3 Agenda • Big Data Overview • Data Modeling in Big Data • Collaboration Principles
  • 4. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 4 Big Data Big data is a broad term for data sets so large or complex that traditional data processing applications are inadequate. Wikipedia 3Vs – Volume, Velocity, Variety By 2020 - 44 zettabytes! Mostly unstructured
  • 5. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 5 Unstructured Data Information that either does not have a pre- defined data model or is not organized in a pre- defined manner. Wikipedia How can data have no structure? Is "unstructured" data merely unmodeled?* * Structure, Models and Meaning’ Seth Grimes, Information Week,
  • 6. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 6 New Landscape - NoSQL KEY VALUE DATABASES GRAPH DATABASES DOCUMENT STORES MongoDB MUMPS Datab ase ObjectDatabas e++ OrientDB PostgreSQL Qizx RethinkDB Rocket U2 Sedna SimpleDB Solr TokuMX OpenLink Virtuoso OpenLinkVirtuoso Oracle Spatial and Graph Oracle NoSQL Database OrientDB OQGRAPH Profium Sense R2DF ROIS Semblent Lionsgate sones GraphDB SPARQLCity Sqrrl Enterprise Stardog Teradata Aster Titan TripleBit VelocityGraph VertexDB VivaceGraph Weaver WhiteDB OhmDB Redis XAP KV - solid-state drive or rotating disk[edit] Aerospike BigTable CDB Clusterpoint Database Server Couchbase Server FairCom c-treeACE GT.M Hibari Keyspace LevelDB LMDB MemcacheDB (using Berkeley DB or LMDB) MongoDB NoSQLz Coherence Oracle NoSQL Database OpenLink Virtuoso Tarantool Tokyo Cabinet Tuple space KV - eventually consistent Apache Cassandra Dynamo Oracle NoSQL Database Project Voldemort Riak OpenLink Virtuoso KV – ordered Berkeley DB FairCom c-treeACE/c- treeRTG FoundationDB HyperDex IBM Informix C-ISAM InfinityDB LMDB MemcacheDB NDBM KV - RAM[edit] Aerospike Coherence Hazelcastmemcached OpenLink Virtuoso BaseX Cloudant Clusterpoint Database Couchbase Server CouchDB CrateIO DocumentDB Elasticsearch eXist HyperDex Informix Jackrabbit Lotus Notes (IBM Lotus Domino) MarkLogic AllegroGraph ArangoDB Blazegraph Bitsy BrightstarDB Cayley DEX/Sparksee[2] Filament GraphBase Graphd Graph Engine[3] Grapholytic Horton HyperGraphDB IBM System G Native Store InfiniteGraph InfoGrid jCoreDB Graph Neo4j OntotextGraphDB Orly
  • 7. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 7 In this age of Big Data, is there ‘less of a need’ or ‘more of a need’ for data modeling? (or ‘no need’ or the ‘same need’)
  • 8. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 8 Why Model? 8 DATA  Understand  Design?  Common semantics?
  • 9. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 9 UNDERSTAND OVERSTAND What are customers saying about our products? What exactly do we mean by a customer? Is a prospect that has signed a contract but not paid yet, a customer? Is a person that only bought from us over 10 years ago a customer? Is an organization that bought a minor item from us a customer? Is sales volume based on orders, invoices, payments, or GL posts? What are we predicting our sales volume to be this quarter?
  • 10. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 10 REQUIRES TEXTCON TEXT
  • 11. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 11 Traditional MODEL (and DESIGN) LOAD EXPLORE/ QUERY DATA EXPLORE ‘Schema on write’
  • 12. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 12 Big Data LOAD QUERY MODEL NoSQL STORE EXPLORE But Fast and Agile! ‘Schema on read’
  • 13. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 13 Data modeling in Big Data Customer - - - NoSQL DATABASE Documents - - - Product - - - Key values - - - Conceptual/ business data model Understanding Logical/physical data model Architecture/Design RELATIONAL DATABASE (i.e., Data warehouse/data mart) May transfer into structured database (using models)
  • 14. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 14 Big Data Modeling Considerations • Changes nature of modeling – Later – Modeling for understanding • Design considerations - performance and scalable • Changes where physical structures reside: in code • Shifting functions to programming –Performance –Security –Integrity • Lately, SQL interfaces over NoSQL
  • 15. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 15 When to Model First, When To Explore First Explore First  When format cannot be predicted in advance (Rapidly changing data structures)  When you need to keep ‘data as is’  Continually new sources of data  Don’t know if valuable (exploratory)  Huge amounts of information (e.g. streaming terabytes per minute) E.g. Cyber terrorism, Sentiment Analysis Model First  More predictable data structure  When there is some flexibility to modify/conform data  Stable and known sources  Know that it’s valuable  Reasonable amount of information for relational E.g. Customer demographics, Product info, Sales History
  • 16. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 16 What Does ‘Agile’ Mean? • Customer solution – deliver value • Flexible • Fast • Iterative • Sustainable – constant pace • Quality design (and efficient) • Human Factors – Communication - face to face – Collaborative – Trust – Motivation – Ongoing reflecting and adjusting Quotes from principles behind the Agile Manifesto can be found at http://agilemanifesto.org/principles.html “Our highest priority is to satisfy the customer through early and continuous delivery of valuable software.” “Welcome changing requirements, even late in development. Agile processes harness change for the customer's competitive advantage” “Deliver working software frequently, from a couple of weeks to a couple of months, with a preference to the shorter timescale” “Business people and developers must work together daily throughout the project.” “Working software is the primary measure of progress.” “Agile processes promote sustainable development. The sponsors, developers, and users should be able to maintain a constant pace indefinitely.” “Continuous attention to technical excellence and good design enhances agility.” “The most efficient and effective method of conveying information to and within a development team is face-to- face conversation.” “Build projects around motivated individuals. Give them the environment and support they need, and trust them to get the job done.” “Simplicity--the art of maximizing the amount of work not done--is essential.” “At regular intervals, the team reflects on how to become more effective, then tunes and adjusts its behavior accordingly.” “"The best architectures, requirements, and designs emerge from self-organizing teams.” Can we do this in data modeling?
  • 17. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 17 What is Agile - What is NOT Agile? • Agile data modeling – Deliver flexible, quality data models that facilitate sustainability and deliver value, in a quick, iterative, collaborative way, building trust and motivation • NOT agile data modeling – Quick & dirty – Excuse to develop more silos – Without quality or understanding PERSON ORGANIZATION PARTY PARTYROLE PARTYRELATIONSHIP PARTYCONTACTMECHANISM FACILITY CASE WORKEFFORT ROLETYPEWORKEFFORTROLE CONTACTMECHANISM SUPPLIERCUSTOMER WORKER PARTNER CONTACTMECHANISMTYPE PROJECTPROGRAM TASK FIXEDASSET ASSIGNMENT WORKEFFORT ASSOCATION COMMUNICATIONEVENT FIXEDASSET PRODUCT GOOD SERVICE
  • 18. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 18 How can we perform agile data modeling? 1. Re-use 2. Quick broad brush data model 3. Correct model for correct purpose 4. Prioritize 5. Deliver 6. Understand motivations 7. Have lots of choices available See Article: “Data Modeling’s Role in Agile Development” http://tdwi.org/articles/2010/07/07/data-modeling-agile-development.aspx RE-USE!
  • 19. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 19 EPISODE TYPE EPISODE TYPE ID DESCRIPTION HEALTH CARE EPISODE HEALTH CARE EPISODE ID PATIENT PARTY ID (FK) PATIENT ROLE TYPE ID (FK) INCIDENT ID (FK) EPISODE TYPE ID (FK) EPISODE CREATE DATE HEALTH CARE VISIT HEALTH CARE VISIT ID PATIENT PARTY ID (FK) PATIENT ROLE TYPE ID (FK) CONTACT MECHANISM ID (FK) FACILITY ID (FK) FROM DATE THRU DATE INCIDENT INCIDENT ID INCIDENT TYPE ID (FK) INCIDENT DATE DESCRIPTION EMPL RELATED IND INCIDENT TYPE INCIDENT TYPE ID DESCRIPTION PATIENT PARTY ID (FK) ROLE TYPE ID (FK) SYMPTOM SYMPTOM ID HEALTH CARE EPISODE ID (FK) SYMPTOM TYPE ID (FK) DESCRIPTION SYMPTOM TYPE SYMPTOM TYPE ID DESCRIPTION VISIT REASON VISIT REASON ID HEALTH CARE VISIT ID (FK) SYMPTOM ID (FK) HEALTH CARE EPISODE ID (FK) DESCRIPTION HEALTH CARE DELIVERY HEALTH CARE DELIVERY ID HEALTH CARE VISIT ID (FK) HEALTH CARE EPISODE ID (FK) HEALTH CARE OFFERING ID (FK) FROM DATE THRU DATE DELIVERY NOTES Re-use to understand Universal Data Models
  • 20. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 20 We must understand the data and therefore continue to develop data models, even in this 'Big Data' era. Come on! Get into the new mindset of today’s Big Data! We need to do things differently today! How can you use the data without first understanding it? Also, it’s important that we all use common semantics. Are you trying to slow us down and continue to try to enforce bureaucracy?! Data Modeler Data Scientist
  • 21. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 21 Biggest Issue: “Mine” Data ‘Mine’ing
  • 22. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 22 Key to Big Data Modeling: Data ‘Ours’ing
  • 23. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 23 Keys To Collaboration • Shared Purpose • Understand Motivations • Develop Trust • Listen • Manage Conflict
  • 24. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 24 Vision? Mission? 1. Shared Purpose
  • 25. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 25 Can you state the exact mission statement of your organization? (without looking it up first!) Be Honest BE HONEST
  • 26. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 26 Position Versus Interest INTERESTS A POSITION A INTERESTS B POSITION B
  • 27. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 27 2. Understand Motivations
  • 28. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 28 Motivational Model - Sponsorship Map
  • 29. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 29 What Does The Business Really Need? • Insight? • Buying behavior? • Assessment? • Prescriptions? • Predictions?
  • 30. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 30 Who is the MOST important person to know their motivations? A. The Most Influential Sponsor? B. Your Boss? C. Your Most Difficult Person Who Is the Greatest Obstacle in Your Effort? D. Yourself?
  • 31. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 31 Core Elements of TrustKeys to Trust3. Trust
  • 32. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 32 • Character –Integrity –Intent – Vulnerability/openness • Competence –Capabilities –Results From “The Speed Of Trust” By Stephen M. R. Covey Keys to Trust
  • 33. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 33 To Listen, ACCEPT (A) ware, attention, alert (C) are (C) onfirm, check (E) mpathize (P) urpose (T) otally (with all senses) 4. Listen and ACCEPT
  • 34. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 34 Keys to Trust5. Conflict Management
  • 35. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 35 What is the first thing to do in a conflict? A. Define your strategy for winning? B. Understand their perspective? C. Don’t react? D. Figure out a win-win? E. Something else?
  • 36. © 2014 Universal Data Models, LLC - All Rights Reserved 36 From “Getting Past No: Negotiating with Difficult People”, William Ury Step 1. Don’t React - Observe
  • 37. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 37 Don’t React Event Feelings/ Thoughts Emotional Physical Stories Reaction Freeze Flight Fight Mess Step 1. Don’t react
  • 38. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 38 Respond Event Feelings/ Thoughts Emotional, Physical, Stories Data Stop – observe. Data? Questions? Response Intelligent Actions Step 1. Don’t react
  • 39. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 39 Big Data Modeling Model To Understand – Even if after viewing data Collaboration is the key Find Common Purpose Understand Motivations Develop Trust Listen Conflict Management
  • 40. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 40 What Will You Do With This?
  • 41. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 41 Questions or More Info? www.universaldatamodels.com lsilverston@univdata.com Twitter: @lensilverston For info on template Models: www.embarcadero.com/products /er-studio-universal-data-models
  • 42. © 2015 Universal Data Models, LLC - All Rights Reserved – Not to be copied or distributed without permissions 42 Creative Commons Image Attributions Much thanks to those who provided the creative common images in this presentation. Thanks for: Stars https://www.flickr.com/photos/tom_hall_nz/17317951241/sizes/sq/ All rights reserved by Kiwi Tom Sky https://www.flickr.com/photos/cubagallery/9679210392 © All rights reserved by ►CubaGallery License