SlideShare uma empresa Scribd logo
1 de 37
www.Objectivity.com
Welcome!
Webinar: Big Data – NoSQL
Technology and Real-time,
Accurate Predictive
Analytics
© Objectivity Inc 2013
Agenda
Market Overview
• Presented by Matt Aslett, Research Director at 451 Group
Big Data Use Case
• Presented by J.C. Smart, Director Global Insight Laboratory at Georgetown
University
Q&A
• Presented by
• Matt Aslett, Research Director at 451 Group
• J.C. Smart, Director Global Insight Laboratory at Georgetown University
• Leon Guzenda, Founder at Objectivty, Inc.
© Objectivity Inc 2013
© 2013 by The 451 Group. All rights reserved
 Matthew Aslett
• Research Director, Data Management and Analytics
 matthew.aslett@451research.com
 www.twitter.com/maslett
 Responsible for data management
and analytics research agenda
 Focus on operational and analytic
databases, including NoSQL,
NewSQL, and Hadoop
 With 451 Research since 2007
© 2013 by The 451 Group. All rights reserved
Company Overview
 One company with 3 operating
divisions
 Syndicated research, advisory,
professional services, datacenter
certification, and events
 Global focus
 200+ staff
 1,300+ client organizations:
enterprises, vendors, service
providers, and investment firms
 Organic and growth through
acquisition
© 2013 by The 451 Group. All rights reserved
Unique combination of research, analysis & data
Emerging tech market segment focus
Daily qualitative & quantitative insight
Analyst advisory & Go-to-market support
Global events
© 2013 by The 451 Group. All rights reserved
What has driven the development and adoption of NoSQL?
 NoSQL, NewSQL and Beyond
• Assessing the drivers behind the development and adoption
of NoSQL and NewSQL databases, as well as data
grid/caching technologies
• Released April 2011
• Role of open source in driving innovation
• sales@the451group.com
 MySQL vs NoSQL and NewSQL
• Released May 2012
 Next-generation Operational Databases
• Released July 2013
© 2013 by The 451 Group. All rights reserved
SPRAINED RELATIONAL DATABASES
Photo credit:
Foxtongue on Flickr
http://www.flickr.com/photos/foxtongue/4
844016087/
© 2013 by The 451 Group. All rights reserved
Database SPRAIN
 The traditional relational database has been stretched beyond its
normal capacity by the needs of high-volume, highly distributed or
highly complex applications.
 There are workarounds – such as DIY sharding – but manual,
homegrown efforts can result in database administrators being
stretched beyond their normal capacity in terms of managing
complexity.
 Scalability
 Performance
 Relaxed consistency Increased willingness to look towards
 Agility emerging alternatives
 Intricacy
 Necessity
© 2013 by The 451 Group. All rights reserved
Necessity is the mother of NoSQL
 Hadoop and NoSQL innovation did not come from existing relational
database and storage suppliers
 It came from Google, Amazon, Facebook, Yahoo, LinkedIn and open
source communities…
 This has significantly altered the relationship between customer and
vendor, and changed the database landscape enormously
 And also generated a new breed of database vendors and database
products
“We couldn’t bet the company on other companies building
the answer for us.”
– Werner Vogels, Amazon CTO
© 2013 by The 451 Group. All rights reserved
The NoSQL database landscape
Wide-column
stores
Data is mapped by
a row key, column
key and time
stamp.
Key Value
Stores
Store keys and
associated values.
Graph
databases
Store data and the
relationships
between data.
Document
stores
Store all data
related to a
specific key as a
single document.
DATA MODEL COMPLEXITY
© 2013 by The 451 Group. All rights reserved
The NoSQL database landscape
Wide-column
stores
Data is mapped by
a row key, column
key and time
stamp.
Key Value
Stores
Store keys and
associated values.
Graph
databases
Store data and the
relationships
between data.
Document
stores
Store all data
related to a
specific key as a
single document.
Multi-model databases
Support a combination of the various individual NoSQL data
models.
DATA MODEL COMPLEXITY
© 2013 by The 451 Group. All rights reserved
The NoSQL database landscape
 Graph databases not only store data in a
collection of key-value pairs, known as nodes and
properties, but also store the relationships – or
edges – that connect nodes to other nodes, or
nodes to properties.
 Users can navigate – or traverse – the resulting
graph by nodes, properties or edges to identify
and analyze relationships between nodes and
properties.
 This is inherently more flexible than traditional
approaches that would require cross-table joins in
relational databases.
Graph
databases
Store data and the
relationships
between data.
© 2013 by The 451 Group. All rights reserved
The NoSQL database landscape
 Graph databases are more than just a new way of
storing data
 Graph databases enable analysis of not just
individual or aggregate data, but also the
relationships between data
 Graph databases potentially provide new
opportunities for generating business intelligence
by highlighting new patterns in data
Graph
databases
Store data and the
relationships
between data.
© 2013 by The 451 Group. All rights reserved
Graph analytics
 The rise of graph databases is closely linked to the
rise of social networking
 It could be argued that the most valuable assets
that Facebook, Twitter and LinkedIn own are the
graphs that represent the relationships between
their users and their users’ interests
 However, the roots of graph analytics can be traced
back much further, all the way to Leonhard Euler’s
Seven Bridges of Königsberg, published in 1736
Graph
databases
Store data and the
relationships
between data.
© 2013 by The 451 Group. All rights reserved
Seven Bridges of Königsberg (now Kaliningrad)
 Find a route crossing each bridge once, and only one
• Euler proved there was no solution
Source: Wikipedia http://en.wikipedia.org/wiki/File:Konigsberg_bridges.png
© 2013 by The 451 Group. All rights reserved
Seven Bridges of Königsberg (now Kaliningrad)
 Relevance today:
• Google uses graph theory to find the most efficient routes for Street
View cars to capture images for Google Maps
© 2013 by The 451 Group. All rights reserved
Other applications
 Less obvious applications include customer management
• E.g. Financial services firm with multiple business units
PARENT CO
LOANBANKING
CHECKING CREDIT CARD
INSURANCE PENSION
HOUSE INSURANCE CAR INSURANCE
© 2013 by The 451 Group. All rights reserved
Other applications
 Less obvious applications include customer management
• E.g. Financial services firm with multiple business units
• What happens when an individual has multiple customer relationships?
PARENT CO
LOANBANKING
CHECKING CREDIT CARD
INSURANCE PENSION
HOUSE INSURANCE CAR INSURANCE
© 2013 by The 451 Group. All rights reserved
Other applications
 Less obvious applications include customer management
• E.g. Financial services firm with multiple business units
• What happens when an individual has multiple customer relationships?
• Graph analysis to identify multiple services related to an individual
PARENT CO
LOANBANKING
CHECKING CREDIT CARD
INSURANCE PENSION
HOUSE INSURANCE CAR INSURANCE
© 2013 by The 451 Group. All rights reserved
Other applications
 Less obvious applications include customer management
• E.g. Financial services firm with multiple business units
• What happens when an individual has multiple customer relationships?
• Graph analysis to identify multiple services related to an individual
• And provide a customer-centric relationship perspective
CUSTOMER
PENSIONLOANCHECKING HOUSE INSURANCE
© 2013 by The 451 Group. All rights reserved
Exploratory analysis/discovery
 While BI involves analyzing data for answers to existing questions,
exploratory analytics/discovery involves exploring patterns in data
to prompt new questions
 This search for patterns requires a platform that offers more
flexibility than the schema-on-write approach of the EDW and
traditional analytics
• Statistical analytics
• Predictive analytics
• Machine learning
 The search for patterns also lends itself to analyzing not just data,
but relationships between data
• Graph analysis
© 2013 by The 451 Group. All rights reserved
Conclusion
 NoSQL development was driven by the need for new approaches to
scalability, performance, consistency, agility and intricacy
 Initiated by Web startups, it has generated a new breed of database
vendors and database products
 Graph databases enable analysis of not just individual or aggregate
data, but also the relationships between data
 While the rise of graph databases is closely linked to the rise of
social networking, use-cases include anything that involves
relationships between entities
 Graph databases are expanding the market for analytics
© 2013 by The 451 Group. All rights reserved
Questions? Comments?
matthew.aslett@451research.com
@maslett
Big Data Use Case:
Georgetown University
© Objectivity Inc 2013
J. C. Smart, Ph.D.
Georgetown University
August 2013
Global Insight
The world is an important place…
...and it has a few problems
7 billion people, 40,000 cities, 5 billion cell phones, 800 million vehicles, 12 million miles of paved roads, 50,000 airports, ...
The world is a complex system of
interdependent complex systems
Climate Population Political Energy
Social Poverty Transportation Trade
Communications Terrorism Crime Health
There is an enormous diversity of topics,
scales, fidelity, time, duration, …
Geospatial, cyberspatial, real-time, historical,
predictive, hypothetical, virtual, on and on….
Data exists in many different forms….
Real-time Feeds Applications Databases Spreadsheets
Files Photos Audio Sensors
Websites Models Systems Plans/Maps
The “High-Yield” Knowledge Phenomena
High-Yield
Potential
Low-Yield
Potential
?
Information Inferiority Information Superiority
“Anything,
Anytime,
Anywhere”
“Some things,
Some of the time,
Somewhere”
Intelligence
Saturation
Knowledge Gap
“Critical Mass”
Intelligence
Starvation
9/3/2013
Why is “connecting-the-dots” so hard?
• Plumbing: Massive logistics problem to integrate thousands of
government/non-government data systems at scale
Different standards, models, security, infrastructure, procedures,
policies, networks, access, compartments, applications, tools,
protocols, etc. … all at immense scale!
• Protection: Large-scale integration of data resources increases
cyber security risks
Prevention of adversary exploitation of strategic national assets.
• Patterns: Lack of analytic algorithm techniques to automatically
detect data patterns and alert
Transition from “analytic dumpster diving” to early-warning indication
and real-time notification
• Privacy: Significant tension between security and liberty
Who trusts the “watchers”?
Who watches the watchers?
9/3/2013
The FOUR-Color Framework
Overview
Black
Layer
Black Layer
Analytic
Analytic
Knowledge Space
Analytic
Analytic
Analytic
Analytic
Analytic
Analytic
Analytic
Engine
Analytic
Engine
Analytic
Engine
Analytic
Engine
API
API
API
API
Global insight is now possible!
• Techniques derived from innovations at LLNL, DoD,
Raytheon, Georgetown, [many others] – enabled by
HPC
• Extremely powerful, very effective, not for the timid
• Represents global systems
as trillions of interacting
objects
• Scaling, privacy, and
protection achieved through
a unique data to information
transformation (overlay)
technique
9/3/2013
Q&A
© Objectivity Inc 2013
A copy of the webinar including QA will be available online at
www.Objectivity.com.
A follow up email incorporating answers to questions that may
not have been answered live will be sent out following the
webinar.
Thank you for joining us!

Mais conteúdo relacionado

Mais procurados

AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...
AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...
AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...Cambridge Semantics
 
How Semantics Solves Big Data Challenges
How Semantics Solves Big Data ChallengesHow Semantics Solves Big Data Challenges
How Semantics Solves Big Data ChallengesDATAVERSITY
 
DATA SCIENCE IS CATALYZING BUSINESS AND INNOVATION
DATA SCIENCE IS CATALYZING BUSINESS AND INNOVATION DATA SCIENCE IS CATALYZING BUSINESS AND INNOVATION
DATA SCIENCE IS CATALYZING BUSINESS AND INNOVATION Elvis Muyanja
 
Make AI & BI work at Scale
Make AI & BI work at ScaleMake AI & BI work at Scale
Make AI & BI work at ScaleSteve Nouri
 
An Overview of the Emerging Graph Landscape (Oct 2013)
An Overview of the Emerging Graph Landscape (Oct 2013)An Overview of the Emerging Graph Landscape (Oct 2013)
An Overview of the Emerging Graph Landscape (Oct 2013)Emil Eifrem
 
Python for Data Science - TDC 2015
Python for Data Science - TDC 2015Python for Data Science - TDC 2015
Python for Data Science - TDC 2015Gabriel Moreira
 
Risk Analytics Using Knowledge Graphs / FIBO with Deep Learning
Risk Analytics Using Knowledge Graphs / FIBO with Deep LearningRisk Analytics Using Knowledge Graphs / FIBO with Deep Learning
Risk Analytics Using Knowledge Graphs / FIBO with Deep LearningCambridge Semantics
 
Big Data Analytics in Government
Big Data Analytics in GovernmentBig Data Analytics in Government
Big Data Analytics in GovernmentDeepak Ramanathan
 
3. Relationships Matter: Using Connected Data for Better Machine Learning
3. Relationships Matter: Using Connected Data for Better Machine Learning3. Relationships Matter: Using Connected Data for Better Machine Learning
3. Relationships Matter: Using Connected Data for Better Machine LearningNeo4j
 
Visualize the Knowledge Graph and Unleash Your Data
Visualize the Knowledge Graph and Unleash Your DataVisualize the Knowledge Graph and Unleash Your Data
Visualize the Knowledge Graph and Unleash Your DataLinkurious
 
Vital AI: Big Data Modeling
Vital AI: Big Data ModelingVital AI: Big Data Modeling
Vital AI: Big Data ModelingVital.AI
 
Using a Semantic and Graph-based Data Catalog in a Modern Data Fabric
Using a Semantic and Graph-based Data Catalog in a Modern Data FabricUsing a Semantic and Graph-based Data Catalog in a Modern Data Fabric
Using a Semantic and Graph-based Data Catalog in a Modern Data FabricCambridge Semantics
 
Sustainability Investment Research Using Cognitive Analytics
Sustainability Investment Research Using Cognitive AnalyticsSustainability Investment Research Using Cognitive Analytics
Sustainability Investment Research Using Cognitive AnalyticsCambridge Semantics
 
Using Cloud Automation Technologies to Deliver an Enterprise Data Fabric
Using Cloud Automation Technologies to Deliver an Enterprise Data FabricUsing Cloud Automation Technologies to Deliver an Enterprise Data Fabric
Using Cloud Automation Technologies to Deliver an Enterprise Data FabricCambridge Semantics
 
GraphConnect SF 2013 Keynote
GraphConnect SF 2013 KeynoteGraphConnect SF 2013 Keynote
GraphConnect SF 2013 KeynoteEmil Eifrem
 
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...Amazon Web Services Korea
 
The Business Case for Semantic Web Ontology & Knowledge Graph
The Business Case for Semantic Web Ontology & Knowledge GraphThe Business Case for Semantic Web Ontology & Knowledge Graph
The Business Case for Semantic Web Ontology & Knowledge GraphCambridge Semantics
 
Relationships Matter: Using Connected Data for Better Machine Learning
Relationships Matter: Using Connected Data for Better Machine LearningRelationships Matter: Using Connected Data for Better Machine Learning
Relationships Matter: Using Connected Data for Better Machine LearningNeo4j
 
Compositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML ServicesCompositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML ServicesDebmalya Biswas
 

Mais procurados (20)

AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...
AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...
AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...
 
How Semantics Solves Big Data Challenges
How Semantics Solves Big Data ChallengesHow Semantics Solves Big Data Challenges
How Semantics Solves Big Data Challenges
 
DATA SCIENCE IS CATALYZING BUSINESS AND INNOVATION
DATA SCIENCE IS CATALYZING BUSINESS AND INNOVATION DATA SCIENCE IS CATALYZING BUSINESS AND INNOVATION
DATA SCIENCE IS CATALYZING BUSINESS AND INNOVATION
 
Make AI & BI work at Scale
Make AI & BI work at ScaleMake AI & BI work at Scale
Make AI & BI work at Scale
 
An Overview of the Emerging Graph Landscape (Oct 2013)
An Overview of the Emerging Graph Landscape (Oct 2013)An Overview of the Emerging Graph Landscape (Oct 2013)
An Overview of the Emerging Graph Landscape (Oct 2013)
 
Apouc 2014-business-analytics-and-big-data
Apouc 2014-business-analytics-and-big-dataApouc 2014-business-analytics-and-big-data
Apouc 2014-business-analytics-and-big-data
 
Python for Data Science - TDC 2015
Python for Data Science - TDC 2015Python for Data Science - TDC 2015
Python for Data Science - TDC 2015
 
Risk Analytics Using Knowledge Graphs / FIBO with Deep Learning
Risk Analytics Using Knowledge Graphs / FIBO with Deep LearningRisk Analytics Using Knowledge Graphs / FIBO with Deep Learning
Risk Analytics Using Knowledge Graphs / FIBO with Deep Learning
 
Big Data Analytics in Government
Big Data Analytics in GovernmentBig Data Analytics in Government
Big Data Analytics in Government
 
3. Relationships Matter: Using Connected Data for Better Machine Learning
3. Relationships Matter: Using Connected Data for Better Machine Learning3. Relationships Matter: Using Connected Data for Better Machine Learning
3. Relationships Matter: Using Connected Data for Better Machine Learning
 
Visualize the Knowledge Graph and Unleash Your Data
Visualize the Knowledge Graph and Unleash Your DataVisualize the Knowledge Graph and Unleash Your Data
Visualize the Knowledge Graph and Unleash Your Data
 
Vital AI: Big Data Modeling
Vital AI: Big Data ModelingVital AI: Big Data Modeling
Vital AI: Big Data Modeling
 
Using a Semantic and Graph-based Data Catalog in a Modern Data Fabric
Using a Semantic and Graph-based Data Catalog in a Modern Data FabricUsing a Semantic and Graph-based Data Catalog in a Modern Data Fabric
Using a Semantic and Graph-based Data Catalog in a Modern Data Fabric
 
Sustainability Investment Research Using Cognitive Analytics
Sustainability Investment Research Using Cognitive AnalyticsSustainability Investment Research Using Cognitive Analytics
Sustainability Investment Research Using Cognitive Analytics
 
Using Cloud Automation Technologies to Deliver an Enterprise Data Fabric
Using Cloud Automation Technologies to Deliver an Enterprise Data FabricUsing Cloud Automation Technologies to Deliver an Enterprise Data Fabric
Using Cloud Automation Technologies to Deliver an Enterprise Data Fabric
 
GraphConnect SF 2013 Keynote
GraphConnect SF 2013 KeynoteGraphConnect SF 2013 Keynote
GraphConnect SF 2013 Keynote
 
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...
Democratization - New Wave of Data Science (홍운표 상무, DataRobot) :: AWS Techfor...
 
The Business Case for Semantic Web Ontology & Knowledge Graph
The Business Case for Semantic Web Ontology & Knowledge GraphThe Business Case for Semantic Web Ontology & Knowledge Graph
The Business Case for Semantic Web Ontology & Knowledge Graph
 
Relationships Matter: Using Connected Data for Better Machine Learning
Relationships Matter: Using Connected Data for Better Machine LearningRelationships Matter: Using Connected Data for Better Machine Learning
Relationships Matter: Using Connected Data for Better Machine Learning
 
Compositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML ServicesCompositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML Services
 

Destaque

Research methods-vs-research-methodology-workshop
Research methods-vs-research-methodology-workshopResearch methods-vs-research-methodology-workshop
Research methods-vs-research-methodology-workshopUmer Raxa
 
Polyglot Persistence in the Real World: Cassandra + S3 + MapReduce
Polyglot Persistence in the Real World: Cassandra + S3 + MapReducePolyglot Persistence in the Real World: Cassandra + S3 + MapReduce
Polyglot Persistence in the Real World: Cassandra + S3 + MapReducethumbtacktech
 
MongoDB and RDBMS: Using Polyglot Persistence at Equifax
MongoDB and RDBMS: Using Polyglot Persistence at Equifax MongoDB and RDBMS: Using Polyglot Persistence at Equifax
MongoDB and RDBMS: Using Polyglot Persistence at Equifax MongoDB
 
S3 cassandra or outer space? dumping time series data using spark
S3 cassandra or outer space? dumping time series data using sparkS3 cassandra or outer space? dumping time series data using spark
S3 cassandra or outer space? dumping time series data using sparkDemi Ben-Ari
 
Webinar: MongoDB and Polyglot Persistence Architecture
Webinar: MongoDB and Polyglot Persistence ArchitectureWebinar: MongoDB and Polyglot Persistence Architecture
Webinar: MongoDB and Polyglot Persistence ArchitectureMongoDB
 
Science and Objectivity
Science and ObjectivityScience and Objectivity
Science and ObjectivityTyler York
 
OBJECTIVITY IN SOCIAL SCIENCE RESEARCH
OBJECTIVITY IN SOCIAL SCIENCE RESEARCH OBJECTIVITY IN SOCIAL SCIENCE RESEARCH
OBJECTIVITY IN SOCIAL SCIENCE RESEARCH Ruby Med Plus
 
Research Methodology - Introduction
Research  Methodology - IntroductionResearch  Methodology - Introduction
Research Methodology - IntroductionMANISH T I
 
Introduction to research methodology
Introduction to research methodologyIntroduction to research methodology
Introduction to research methodologyRavindra Sharma
 
Research methodology an introduction
Research methodology an introductionResearch methodology an introduction
Research methodology an introductionMaryam Bibi
 
1.introduction to research methodology
1.introduction to research methodology1.introduction to research methodology
1.introduction to research methodologyAsir John Samuel
 
Lambda Architecture with Spark, Spark Streaming, Kafka, Cassandra, Akka and S...
Lambda Architecture with Spark, Spark Streaming, Kafka, Cassandra, Akka and S...Lambda Architecture with Spark, Spark Streaming, Kafka, Cassandra, Akka and S...
Lambda Architecture with Spark, Spark Streaming, Kafka, Cassandra, Akka and S...Helena Edelson
 
Research Methodology
Research MethodologyResearch Methodology
Research Methodologysh_neha252
 
Sample Methodology
Sample MethodologySample Methodology
Sample MethodologyAiden Yeh
 

Destaque (15)

Research methods-vs-research-methodology-workshop
Research methods-vs-research-methodology-workshopResearch methods-vs-research-methodology-workshop
Research methods-vs-research-methodology-workshop
 
Polyglot Persistence in the Real World: Cassandra + S3 + MapReduce
Polyglot Persistence in the Real World: Cassandra + S3 + MapReducePolyglot Persistence in the Real World: Cassandra + S3 + MapReduce
Polyglot Persistence in the Real World: Cassandra + S3 + MapReduce
 
MongoDB and RDBMS: Using Polyglot Persistence at Equifax
MongoDB and RDBMS: Using Polyglot Persistence at Equifax MongoDB and RDBMS: Using Polyglot Persistence at Equifax
MongoDB and RDBMS: Using Polyglot Persistence at Equifax
 
S3 cassandra or outer space? dumping time series data using spark
S3 cassandra or outer space? dumping time series data using sparkS3 cassandra or outer space? dumping time series data using spark
S3 cassandra or outer space? dumping time series data using spark
 
Webinar: MongoDB and Polyglot Persistence Architecture
Webinar: MongoDB and Polyglot Persistence ArchitectureWebinar: MongoDB and Polyglot Persistence Architecture
Webinar: MongoDB and Polyglot Persistence Architecture
 
Science and Objectivity
Science and ObjectivityScience and Objectivity
Science and Objectivity
 
OBJECTIVITY IN SOCIAL SCIENCE RESEARCH
OBJECTIVITY IN SOCIAL SCIENCE RESEARCH OBJECTIVITY IN SOCIAL SCIENCE RESEARCH
OBJECTIVITY IN SOCIAL SCIENCE RESEARCH
 
Research Methodology - Introduction
Research  Methodology - IntroductionResearch  Methodology - Introduction
Research Methodology - Introduction
 
Introduction to research methodology
Introduction to research methodologyIntroduction to research methodology
Introduction to research methodology
 
Research methodology an introduction
Research methodology an introductionResearch methodology an introduction
Research methodology an introduction
 
Introduction to Research Methodology
Introduction to Research MethodologyIntroduction to Research Methodology
Introduction to Research Methodology
 
1.introduction to research methodology
1.introduction to research methodology1.introduction to research methodology
1.introduction to research methodology
 
Lambda Architecture with Spark, Spark Streaming, Kafka, Cassandra, Akka and S...
Lambda Architecture with Spark, Spark Streaming, Kafka, Cassandra, Akka and S...Lambda Architecture with Spark, Spark Streaming, Kafka, Cassandra, Akka and S...
Lambda Architecture with Spark, Spark Streaming, Kafka, Cassandra, Akka and S...
 
Research Methodology
Research MethodologyResearch Methodology
Research Methodology
 
Sample Methodology
Sample MethodologySample Methodology
Sample Methodology
 

Semelhante a NoSQL Technology and Real-time, Accurate Predictive Analytics

Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...DataStax
 
Big Data Management: What's New, What's Different, and What You Need To Know
Big Data Management: What's New, What's Different, and What You Need To KnowBig Data Management: What's New, What's Different, and What You Need To Know
Big Data Management: What's New, What's Different, and What You Need To KnowSnapLogic
 
Cloud Analytics Ability to Design, Build, Secure, and Maintain Analytics Solu...
Cloud Analytics Ability to Design, Build, Secure, and Maintain Analytics Solu...Cloud Analytics Ability to Design, Build, Secure, and Maintain Analytics Solu...
Cloud Analytics Ability to Design, Build, Secure, and Maintain Analytics Solu...YogeshIJTSRD
 
Why Data Mesh Needs Data Virtualization (ASEAN)
Why Data Mesh Needs Data Virtualization (ASEAN)Why Data Mesh Needs Data Virtualization (ASEAN)
Why Data Mesh Needs Data Virtualization (ASEAN)Denodo
 
No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...eSAT Publishing House
 
Pentaho Analytics on MongoDB
Pentaho Analytics on MongoDBPentaho Analytics on MongoDB
Pentaho Analytics on MongoDBMark Kromer
 
Evolving Big Data Strategies: Bringing Data Lake and Data Mesh Vision to Life
Evolving Big Data Strategies: Bringing Data Lake and Data Mesh Vision to LifeEvolving Big Data Strategies: Bringing Data Lake and Data Mesh Vision to Life
Evolving Big Data Strategies: Bringing Data Lake and Data Mesh Vision to LifeSG Analytics
 
Agents for Agility - The Just-in-Time Enterprise Has Arrived
Agents for Agility - The Just-in-Time Enterprise Has ArrivedAgents for Agility - The Just-in-Time Enterprise Has Arrived
Agents for Agility - The Just-in-Time Enterprise Has ArrivedInside Analysis
 
Big Data Analytics Materials, Chapter: 1
Big Data Analytics Materials, Chapter: 1Big Data Analytics Materials, Chapter: 1
Big Data Analytics Materials, Chapter: 1RUHULAMINHAZARIKA
 
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
 
Is your big data journey stalling? Take the Leap with Capgemini and Cloudera
Is your big data journey stalling? Take the Leap with Capgemini and ClouderaIs your big data journey stalling? Take the Leap with Capgemini and Cloudera
Is your big data journey stalling? Take the Leap with Capgemini and ClouderaCloudera, Inc.
 
Denodo Partner Connect: A Review of the Top 5 Differentiated Use Cases for th...
Denodo Partner Connect: A Review of the Top 5 Differentiated Use Cases for th...Denodo Partner Connect: A Review of the Top 5 Differentiated Use Cases for th...
Denodo Partner Connect: A Review of the Top 5 Differentiated Use Cases for th...Denodo
 
Database Management Myths & Reality for the future
Database Management Myths & Reality for the futureDatabase Management Myths & Reality for the future
Database Management Myths & Reality for the futureA B M Moniruzzaman
 
Simplifying Your Cloud Architecture with a Logical Data Fabric (APAC)
Simplifying Your Cloud Architecture with a Logical Data Fabric (APAC)Simplifying Your Cloud Architecture with a Logical Data Fabric (APAC)
Simplifying Your Cloud Architecture with a Logical Data Fabric (APAC)Denodo
 
Finding Your Ideal Data Architecture: Data Fabric, Data Mesh or Both?
Finding Your Ideal Data Architecture: Data Fabric, Data Mesh or Both?Finding Your Ideal Data Architecture: Data Fabric, Data Mesh or Both?
Finding Your Ideal Data Architecture: Data Fabric, Data Mesh or Both?Denodo
 
Total Data Industry Report
Total Data Industry ReportTotal Data Industry Report
Total Data Industry ReportRan Zhang
 
Oracle NoSQL DB & InfiniteGraph - Trends in Big Data and Graph Technology
Oracle NoSQL DB & InfiniteGraph - Trends in Big Data and Graph TechnologyOracle NoSQL DB & InfiniteGraph - Trends in Big Data and Graph Technology
Oracle NoSQL DB & InfiniteGraph - Trends in Big Data and Graph TechnologyInfiniteGraph
 
SIMPosium presentation_Bardess Qlik
SIMPosium presentation_Bardess QlikSIMPosium presentation_Bardess Qlik
SIMPosium presentation_Bardess QlikBardess Group
 
Revolution in Business Analytics-Zika Virus Example
Revolution in Business Analytics-Zika Virus ExampleRevolution in Business Analytics-Zika Virus Example
Revolution in Business Analytics-Zika Virus ExampleBardess Group
 

Semelhante a NoSQL Technology and Real-time, Accurate Predictive Analytics (20)

Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
Webinar - Security and Manageability: Key Criteria in Selecting Enterprise-Gr...
 
Big Data Management: What's New, What's Different, and What You Need To Know
Big Data Management: What's New, What's Different, and What You Need To KnowBig Data Management: What's New, What's Different, and What You Need To Know
Big Data Management: What's New, What's Different, and What You Need To Know
 
Cloud Analytics Ability to Design, Build, Secure, and Maintain Analytics Solu...
Cloud Analytics Ability to Design, Build, Secure, and Maintain Analytics Solu...Cloud Analytics Ability to Design, Build, Secure, and Maintain Analytics Solu...
Cloud Analytics Ability to Design, Build, Secure, and Maintain Analytics Solu...
 
Why Data Mesh Needs Data Virtualization (ASEAN)
Why Data Mesh Needs Data Virtualization (ASEAN)Why Data Mesh Needs Data Virtualization (ASEAN)
Why Data Mesh Needs Data Virtualization (ASEAN)
 
No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...No sql databases new millennium database for big data, big users, cloud compu...
No sql databases new millennium database for big data, big users, cloud compu...
 
Pentaho Analytics on MongoDB
Pentaho Analytics on MongoDBPentaho Analytics on MongoDB
Pentaho Analytics on MongoDB
 
Evolving Big Data Strategies: Bringing Data Lake and Data Mesh Vision to Life
Evolving Big Data Strategies: Bringing Data Lake and Data Mesh Vision to LifeEvolving Big Data Strategies: Bringing Data Lake and Data Mesh Vision to Life
Evolving Big Data Strategies: Bringing Data Lake and Data Mesh Vision to Life
 
Agents for Agility - The Just-in-Time Enterprise Has Arrived
Agents for Agility - The Just-in-Time Enterprise Has ArrivedAgents for Agility - The Just-in-Time Enterprise Has Arrived
Agents for Agility - The Just-in-Time Enterprise Has Arrived
 
Big data
Big dataBig data
Big data
 
Big Data Analytics Materials, Chapter: 1
Big Data Analytics Materials, Chapter: 1Big Data Analytics Materials, Chapter: 1
Big Data Analytics Materials, Chapter: 1
 
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
 
Is your big data journey stalling? Take the Leap with Capgemini and Cloudera
Is your big data journey stalling? Take the Leap with Capgemini and ClouderaIs your big data journey stalling? Take the Leap with Capgemini and Cloudera
Is your big data journey stalling? Take the Leap with Capgemini and Cloudera
 
Denodo Partner Connect: A Review of the Top 5 Differentiated Use Cases for th...
Denodo Partner Connect: A Review of the Top 5 Differentiated Use Cases for th...Denodo Partner Connect: A Review of the Top 5 Differentiated Use Cases for th...
Denodo Partner Connect: A Review of the Top 5 Differentiated Use Cases for th...
 
Database Management Myths & Reality for the future
Database Management Myths & Reality for the futureDatabase Management Myths & Reality for the future
Database Management Myths & Reality for the future
 
Simplifying Your Cloud Architecture with a Logical Data Fabric (APAC)
Simplifying Your Cloud Architecture with a Logical Data Fabric (APAC)Simplifying Your Cloud Architecture with a Logical Data Fabric (APAC)
Simplifying Your Cloud Architecture with a Logical Data Fabric (APAC)
 
Finding Your Ideal Data Architecture: Data Fabric, Data Mesh or Both?
Finding Your Ideal Data Architecture: Data Fabric, Data Mesh or Both?Finding Your Ideal Data Architecture: Data Fabric, Data Mesh or Both?
Finding Your Ideal Data Architecture: Data Fabric, Data Mesh or Both?
 
Total Data Industry Report
Total Data Industry ReportTotal Data Industry Report
Total Data Industry Report
 
Oracle NoSQL DB & InfiniteGraph - Trends in Big Data and Graph Technology
Oracle NoSQL DB & InfiniteGraph - Trends in Big Data and Graph TechnologyOracle NoSQL DB & InfiniteGraph - Trends in Big Data and Graph Technology
Oracle NoSQL DB & InfiniteGraph - Trends in Big Data and Graph Technology
 
SIMPosium presentation_Bardess Qlik
SIMPosium presentation_Bardess QlikSIMPosium presentation_Bardess Qlik
SIMPosium presentation_Bardess Qlik
 
Revolution in Business Analytics-Zika Virus Example
Revolution in Business Analytics-Zika Virus ExampleRevolution in Business Analytics-Zika Virus Example
Revolution in Business Analytics-Zika Virus Example
 

Mais de InfiniteGraph

Making Sense of Graph Databases
Making Sense of Graph DatabasesMaking Sense of Graph Databases
Making Sense of Graph DatabasesInfiniteGraph
 
Webinar 3/12/14: Using Social Media to Drive Value
Webinar 3/12/14: Using Social Media to Drive ValueWebinar 3/12/14: Using Social Media to Drive Value
Webinar 3/12/14: Using Social Media to Drive ValueInfiniteGraph
 
The Value of Explicit Schema for Graph Use Cases
The Value of Explicit Schema for Graph Use CasesThe Value of Explicit Schema for Graph Use Cases
The Value of Explicit Schema for Graph Use CasesInfiniteGraph
 
Solution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big DataSolution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big DataInfiniteGraph
 
PowerOfRelationshipsInBigData_SVNoSQL
PowerOfRelationshipsInBigData_SVNoSQLPowerOfRelationshipsInBigData_SVNoSQL
PowerOfRelationshipsInBigData_SVNoSQLInfiniteGraph
 
Objectivity/DB: A Multipurpose NoSQL Database
Objectivity/DB: A Multipurpose NoSQL DatabaseObjectivity/DB: A Multipurpose NoSQL Database
Objectivity/DB: A Multipurpose NoSQL DatabaseInfiniteGraph
 
Making sense of the Graph Revolution
Making sense of the Graph RevolutionMaking sense of the Graph Revolution
Making sense of the Graph RevolutionInfiniteGraph
 
An Introduction to Graph Databases
An Introduction to Graph DatabasesAn Introduction to Graph Databases
An Introduction to Graph DatabasesInfiniteGraph
 
Turning Big Data into Smart Data with Graph Technologies
Turning Big Data into Smart Data with Graph TechnologiesTurning Big Data into Smart Data with Graph Technologies
Turning Big Data into Smart Data with Graph TechnologiesInfiniteGraph
 
Everything Goes Better With Bacon: Revisiting the Six Degrees Problem with a ...
Everything Goes Better With Bacon: Revisiting the Six Degrees Problem with a ...Everything Goes Better With Bacon: Revisiting the Six Degrees Problem with a ...
Everything Goes Better With Bacon: Revisiting the Six Degrees Problem with a ...InfiniteGraph
 
Vodafone xone fev142013v3 ext
Vodafone xone fev142013v3 extVodafone xone fev142013v3 ext
Vodafone xone fev142013v3 extInfiniteGraph
 
Dbta Webinar Realize Value of Big Data with graph 011713
Dbta Webinar Realize Value of Big Data with graph  011713Dbta Webinar Realize Value of Big Data with graph  011713
Dbta Webinar Realize Value of Big Data with graph 011713InfiniteGraph
 
Oracle no sql overview brief
Oracle no sql overview briefOracle no sql overview brief
Oracle no sql overview briefInfiniteGraph
 
Infinite graph nosql meetup dec 2012
Infinite graph nosql meetup dec 2012Infinite graph nosql meetup dec 2012
Infinite graph nosql meetup dec 2012InfiniteGraph
 
Silicon valley nosql meetup april 2012
Silicon valley nosql meetup  april 2012Silicon valley nosql meetup  april 2012
Silicon valley nosql meetup april 2012InfiniteGraph
 
NOSQL Now! Presentation, August 24, 2011: Graph Databases: Connecting the Dot...
NOSQL Now! Presentation, August 24, 2011: Graph Databases: Connecting the Dot...NOSQL Now! Presentation, August 24, 2011: Graph Databases: Connecting the Dot...
NOSQL Now! Presentation, August 24, 2011: Graph Databases: Connecting the Dot...InfiniteGraph
 
NOSQL Now! Presentation, August 23, 2011: Introduction to InfiniteGraph, the ...
NOSQL Now! Presentation, August 23, 2011: Introduction to InfiniteGraph, the ...NOSQL Now! Presentation, August 23, 2011: Introduction to InfiniteGraph, the ...
NOSQL Now! Presentation, August 23, 2011: Introduction to InfiniteGraph, the ...InfiniteGraph
 
Meetup: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.
Meetup: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.Meetup: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.
Meetup: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.InfiniteGraph
 
Webinar: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.
Webinar: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.Webinar: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.
Webinar: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.InfiniteGraph
 
An overview of InfiniteGraph, the distributed graph database
An overview of InfiniteGraph, the distributed graph databaseAn overview of InfiniteGraph, the distributed graph database
An overview of InfiniteGraph, the distributed graph databaseInfiniteGraph
 

Mais de InfiniteGraph (20)

Making Sense of Graph Databases
Making Sense of Graph DatabasesMaking Sense of Graph Databases
Making Sense of Graph Databases
 
Webinar 3/12/14: Using Social Media to Drive Value
Webinar 3/12/14: Using Social Media to Drive ValueWebinar 3/12/14: Using Social Media to Drive Value
Webinar 3/12/14: Using Social Media to Drive Value
 
The Value of Explicit Schema for Graph Use Cases
The Value of Explicit Schema for Graph Use CasesThe Value of Explicit Schema for Graph Use Cases
The Value of Explicit Schema for Graph Use Cases
 
Solution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big DataSolution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big Data
 
PowerOfRelationshipsInBigData_SVNoSQL
PowerOfRelationshipsInBigData_SVNoSQLPowerOfRelationshipsInBigData_SVNoSQL
PowerOfRelationshipsInBigData_SVNoSQL
 
Objectivity/DB: A Multipurpose NoSQL Database
Objectivity/DB: A Multipurpose NoSQL DatabaseObjectivity/DB: A Multipurpose NoSQL Database
Objectivity/DB: A Multipurpose NoSQL Database
 
Making sense of the Graph Revolution
Making sense of the Graph RevolutionMaking sense of the Graph Revolution
Making sense of the Graph Revolution
 
An Introduction to Graph Databases
An Introduction to Graph DatabasesAn Introduction to Graph Databases
An Introduction to Graph Databases
 
Turning Big Data into Smart Data with Graph Technologies
Turning Big Data into Smart Data with Graph TechnologiesTurning Big Data into Smart Data with Graph Technologies
Turning Big Data into Smart Data with Graph Technologies
 
Everything Goes Better With Bacon: Revisiting the Six Degrees Problem with a ...
Everything Goes Better With Bacon: Revisiting the Six Degrees Problem with a ...Everything Goes Better With Bacon: Revisiting the Six Degrees Problem with a ...
Everything Goes Better With Bacon: Revisiting the Six Degrees Problem with a ...
 
Vodafone xone fev142013v3 ext
Vodafone xone fev142013v3 extVodafone xone fev142013v3 ext
Vodafone xone fev142013v3 ext
 
Dbta Webinar Realize Value of Big Data with graph 011713
Dbta Webinar Realize Value of Big Data with graph  011713Dbta Webinar Realize Value of Big Data with graph  011713
Dbta Webinar Realize Value of Big Data with graph 011713
 
Oracle no sql overview brief
Oracle no sql overview briefOracle no sql overview brief
Oracle no sql overview brief
 
Infinite graph nosql meetup dec 2012
Infinite graph nosql meetup dec 2012Infinite graph nosql meetup dec 2012
Infinite graph nosql meetup dec 2012
 
Silicon valley nosql meetup april 2012
Silicon valley nosql meetup  april 2012Silicon valley nosql meetup  april 2012
Silicon valley nosql meetup april 2012
 
NOSQL Now! Presentation, August 24, 2011: Graph Databases: Connecting the Dot...
NOSQL Now! Presentation, August 24, 2011: Graph Databases: Connecting the Dot...NOSQL Now! Presentation, August 24, 2011: Graph Databases: Connecting the Dot...
NOSQL Now! Presentation, August 24, 2011: Graph Databases: Connecting the Dot...
 
NOSQL Now! Presentation, August 23, 2011: Introduction to InfiniteGraph, the ...
NOSQL Now! Presentation, August 23, 2011: Introduction to InfiniteGraph, the ...NOSQL Now! Presentation, August 23, 2011: Introduction to InfiniteGraph, the ...
NOSQL Now! Presentation, August 23, 2011: Introduction to InfiniteGraph, the ...
 
Meetup: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.
Meetup: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.Meetup: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.
Meetup: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.
 
Webinar: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.
Webinar: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.Webinar: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.
Webinar: An Introduction to InfiniteGraph, and Connecting the Dots in Big Data.
 
An overview of InfiniteGraph, the distributed graph database
An overview of InfiniteGraph, the distributed graph databaseAn overview of InfiniteGraph, the distributed graph database
An overview of InfiniteGraph, the distributed graph database
 

Último

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 

NoSQL Technology and Real-time, Accurate Predictive Analytics

  • 1. www.Objectivity.com Welcome! Webinar: Big Data – NoSQL Technology and Real-time, Accurate Predictive Analytics © Objectivity Inc 2013
  • 2. Agenda Market Overview • Presented by Matt Aslett, Research Director at 451 Group Big Data Use Case • Presented by J.C. Smart, Director Global Insight Laboratory at Georgetown University Q&A • Presented by • Matt Aslett, Research Director at 451 Group • J.C. Smart, Director Global Insight Laboratory at Georgetown University • Leon Guzenda, Founder at Objectivty, Inc. © Objectivity Inc 2013
  • 3. © 2013 by The 451 Group. All rights reserved  Matthew Aslett • Research Director, Data Management and Analytics  matthew.aslett@451research.com  www.twitter.com/maslett  Responsible for data management and analytics research agenda  Focus on operational and analytic databases, including NoSQL, NewSQL, and Hadoop  With 451 Research since 2007
  • 4. © 2013 by The 451 Group. All rights reserved Company Overview  One company with 3 operating divisions  Syndicated research, advisory, professional services, datacenter certification, and events  Global focus  200+ staff  1,300+ client organizations: enterprises, vendors, service providers, and investment firms  Organic and growth through acquisition
  • 5. © 2013 by The 451 Group. All rights reserved Unique combination of research, analysis & data Emerging tech market segment focus Daily qualitative & quantitative insight Analyst advisory & Go-to-market support Global events
  • 6. © 2013 by The 451 Group. All rights reserved What has driven the development and adoption of NoSQL?  NoSQL, NewSQL and Beyond • Assessing the drivers behind the development and adoption of NoSQL and NewSQL databases, as well as data grid/caching technologies • Released April 2011 • Role of open source in driving innovation • sales@the451group.com  MySQL vs NoSQL and NewSQL • Released May 2012  Next-generation Operational Databases • Released July 2013
  • 7. © 2013 by The 451 Group. All rights reserved SPRAINED RELATIONAL DATABASES Photo credit: Foxtongue on Flickr http://www.flickr.com/photos/foxtongue/4 844016087/
  • 8. © 2013 by The 451 Group. All rights reserved Database SPRAIN  The traditional relational database has been stretched beyond its normal capacity by the needs of high-volume, highly distributed or highly complex applications.  There are workarounds – such as DIY sharding – but manual, homegrown efforts can result in database administrators being stretched beyond their normal capacity in terms of managing complexity.  Scalability  Performance  Relaxed consistency Increased willingness to look towards  Agility emerging alternatives  Intricacy  Necessity
  • 9. © 2013 by The 451 Group. All rights reserved Necessity is the mother of NoSQL  Hadoop and NoSQL innovation did not come from existing relational database and storage suppliers  It came from Google, Amazon, Facebook, Yahoo, LinkedIn and open source communities…  This has significantly altered the relationship between customer and vendor, and changed the database landscape enormously  And also generated a new breed of database vendors and database products “We couldn’t bet the company on other companies building the answer for us.” – Werner Vogels, Amazon CTO
  • 10. © 2013 by The 451 Group. All rights reserved The NoSQL database landscape Wide-column stores Data is mapped by a row key, column key and time stamp. Key Value Stores Store keys and associated values. Graph databases Store data and the relationships between data. Document stores Store all data related to a specific key as a single document. DATA MODEL COMPLEXITY
  • 11. © 2013 by The 451 Group. All rights reserved The NoSQL database landscape Wide-column stores Data is mapped by a row key, column key and time stamp. Key Value Stores Store keys and associated values. Graph databases Store data and the relationships between data. Document stores Store all data related to a specific key as a single document. Multi-model databases Support a combination of the various individual NoSQL data models. DATA MODEL COMPLEXITY
  • 12. © 2013 by The 451 Group. All rights reserved The NoSQL database landscape  Graph databases not only store data in a collection of key-value pairs, known as nodes and properties, but also store the relationships – or edges – that connect nodes to other nodes, or nodes to properties.  Users can navigate – or traverse – the resulting graph by nodes, properties or edges to identify and analyze relationships between nodes and properties.  This is inherently more flexible than traditional approaches that would require cross-table joins in relational databases. Graph databases Store data and the relationships between data.
  • 13. © 2013 by The 451 Group. All rights reserved The NoSQL database landscape  Graph databases are more than just a new way of storing data  Graph databases enable analysis of not just individual or aggregate data, but also the relationships between data  Graph databases potentially provide new opportunities for generating business intelligence by highlighting new patterns in data Graph databases Store data and the relationships between data.
  • 14. © 2013 by The 451 Group. All rights reserved Graph analytics  The rise of graph databases is closely linked to the rise of social networking  It could be argued that the most valuable assets that Facebook, Twitter and LinkedIn own are the graphs that represent the relationships between their users and their users’ interests  However, the roots of graph analytics can be traced back much further, all the way to Leonhard Euler’s Seven Bridges of Königsberg, published in 1736 Graph databases Store data and the relationships between data.
  • 15. © 2013 by The 451 Group. All rights reserved Seven Bridges of Königsberg (now Kaliningrad)  Find a route crossing each bridge once, and only one • Euler proved there was no solution Source: Wikipedia http://en.wikipedia.org/wiki/File:Konigsberg_bridges.png
  • 16. © 2013 by The 451 Group. All rights reserved Seven Bridges of Königsberg (now Kaliningrad)  Relevance today: • Google uses graph theory to find the most efficient routes for Street View cars to capture images for Google Maps
  • 17. © 2013 by The 451 Group. All rights reserved Other applications  Less obvious applications include customer management • E.g. Financial services firm with multiple business units PARENT CO LOANBANKING CHECKING CREDIT CARD INSURANCE PENSION HOUSE INSURANCE CAR INSURANCE
  • 18. © 2013 by The 451 Group. All rights reserved Other applications  Less obvious applications include customer management • E.g. Financial services firm with multiple business units • What happens when an individual has multiple customer relationships? PARENT CO LOANBANKING CHECKING CREDIT CARD INSURANCE PENSION HOUSE INSURANCE CAR INSURANCE
  • 19. © 2013 by The 451 Group. All rights reserved Other applications  Less obvious applications include customer management • E.g. Financial services firm with multiple business units • What happens when an individual has multiple customer relationships? • Graph analysis to identify multiple services related to an individual PARENT CO LOANBANKING CHECKING CREDIT CARD INSURANCE PENSION HOUSE INSURANCE CAR INSURANCE
  • 20. © 2013 by The 451 Group. All rights reserved Other applications  Less obvious applications include customer management • E.g. Financial services firm with multiple business units • What happens when an individual has multiple customer relationships? • Graph analysis to identify multiple services related to an individual • And provide a customer-centric relationship perspective CUSTOMER PENSIONLOANCHECKING HOUSE INSURANCE
  • 21. © 2013 by The 451 Group. All rights reserved Exploratory analysis/discovery  While BI involves analyzing data for answers to existing questions, exploratory analytics/discovery involves exploring patterns in data to prompt new questions  This search for patterns requires a platform that offers more flexibility than the schema-on-write approach of the EDW and traditional analytics • Statistical analytics • Predictive analytics • Machine learning  The search for patterns also lends itself to analyzing not just data, but relationships between data • Graph analysis
  • 22. © 2013 by The 451 Group. All rights reserved Conclusion  NoSQL development was driven by the need for new approaches to scalability, performance, consistency, agility and intricacy  Initiated by Web startups, it has generated a new breed of database vendors and database products  Graph databases enable analysis of not just individual or aggregate data, but also the relationships between data  While the rise of graph databases is closely linked to the rise of social networking, use-cases include anything that involves relationships between entities  Graph databases are expanding the market for analytics
  • 23. © 2013 by The 451 Group. All rights reserved Questions? Comments? matthew.aslett@451research.com @maslett
  • 24. Big Data Use Case: Georgetown University © Objectivity Inc 2013
  • 25. J. C. Smart, Ph.D. Georgetown University August 2013 Global Insight
  • 26. The world is an important place… ...and it has a few problems 7 billion people, 40,000 cities, 5 billion cell phones, 800 million vehicles, 12 million miles of paved roads, 50,000 airports, ...
  • 27. The world is a complex system of interdependent complex systems Climate Population Political Energy Social Poverty Transportation Trade Communications Terrorism Crime Health
  • 28. There is an enormous diversity of topics, scales, fidelity, time, duration, … Geospatial, cyberspatial, real-time, historical, predictive, hypothetical, virtual, on and on….
  • 29. Data exists in many different forms…. Real-time Feeds Applications Databases Spreadsheets Files Photos Audio Sensors Websites Models Systems Plans/Maps
  • 30. The “High-Yield” Knowledge Phenomena High-Yield Potential Low-Yield Potential ? Information Inferiority Information Superiority “Anything, Anytime, Anywhere” “Some things, Some of the time, Somewhere” Intelligence Saturation Knowledge Gap “Critical Mass” Intelligence Starvation
  • 32. Why is “connecting-the-dots” so hard? • Plumbing: Massive logistics problem to integrate thousands of government/non-government data systems at scale Different standards, models, security, infrastructure, procedures, policies, networks, access, compartments, applications, tools, protocols, etc. … all at immense scale! • Protection: Large-scale integration of data resources increases cyber security risks Prevention of adversary exploitation of strategic national assets. • Patterns: Lack of analytic algorithm techniques to automatically detect data patterns and alert Transition from “analytic dumpster diving” to early-warning indication and real-time notification • Privacy: Significant tension between security and liberty Who trusts the “watchers”? Who watches the watchers?
  • 35. Global insight is now possible! • Techniques derived from innovations at LLNL, DoD, Raytheon, Georgetown, [many others] – enabled by HPC • Extremely powerful, very effective, not for the timid • Represents global systems as trillions of interacting objects • Scaling, privacy, and protection achieved through a unique data to information transformation (overlay) technique
  • 37. Q&A © Objectivity Inc 2013 A copy of the webinar including QA will be available online at www.Objectivity.com. A follow up email incorporating answers to questions that may not have been answered live will be sent out following the webinar. Thank you for joining us!