SlideShare une entreprise Scribd logo
1  sur  34
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted
Data Management Trends
J. Andrés Araújo
Cloud Platform Solution Architect
David Mauri
Cloud Platform Solution Architect
Oracle Ibérica
March 15, 2018
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 3
Data Management Evolution
Transactional
Data Warehouse
SQL
Social, Web
Data Lake
IoT
Fast Data
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
High-level Comparison
HDFS NoSQL RDBMS
Data Type Chunk Record Transaction
Write Type Synchronous Eventually Consistent ACID Compliant
Data Preparation No Parsing No Parsing Parsing and Validation
DR Type Second Cluster Node Replica Second RDBMS
DR Unit File Record Transaction
DR Timing Batch Record Transaction
Complex Analytics? Yes No Yes
Query Speed Slow Fast for simple questions Fast
# of Data Access Methods One (full table scan) One (index lookup) Many (Optimized)
7
IngestDRAcces
Affordable Scale Low Predictable Latency Flexible Performance
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Unified Data Management
Data of any type
Any data source
Analysis of any typeSQL GraphSpark Spatial
Machine
Learning
SQL
Access with any language
node.jsJavaREST Python ScalaR
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Big Data SQL
The Best of Both Worlds
9
SQL
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 10
Oracle Unified Data Management Solution
Conventional view of
Data Management
Emerging view of
Data Management
Oracle Big Data SQL
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Storage Layer
11
Big Data SQL: Another Hadoop Processing Engine
Filesystem (HDFS)
NoSQL Databases
(Oracle NoSQL DB, HBase)
Resource Management (YARN, cgroups)
Processing Layer
MapReduce
and Hive
Spark Impala Search
Big Data
SQL
Meta
data
Store
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Hive
DN
DN
DN
DN
ORACLE SQL Engine
Storage
Table Table
Big Data-enabled
Oracle Tables
Python GraphRnode.js JavaREST SQL
Data Local Processing
Big Data SQL Cells
Leverage Metadata
Big Data SQL Architecture
Oracle Big Data SQL
12
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Anatomy of a Big Data SQL Cell
13
Smart Scan
I/O Stream Data Transfer
Convert to
Oracle “block”
format
Apply
Smart Scan and
other optimizations
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Big Data SQL Goals
Easily access any data
across big data stores
Provides a unified security
model across the sources
Analyze all data using
Oracle’s rich SQL dialect
Fast performance using Big
Data SQL Smart Scan
14
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
I/O Elimination
• Storage index
• Hive partition pruning
• Predicate and column
pushdown parquet and ORC
15
Big Data SQL key features
Data Movement
Elimination
• Smart Scan performs final
filtering pass to ensure only
requested elements are sent
to Oracle Database
Security
• Apply Oracle Database
security policies on non-
Oracle data stores
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Big Data SQL Security Features
Hadoop Security
ACL’s | Sentry | HDFS Encryption | Encryption in Motion
17
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Big Data SQL Security Features
• Same security models apply
to a wider range of data
stores
• Advanced features such as
data redaction can now be
applied enabling joins
between disparate sources
• Oracle security layers on
top of existing Hadoop
functionality
Hadoop Security
ACL’s | Sentry | HDFS Encryption | Encryption in Motion
18
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Data Lifecycle Management & Query Offload
More data on-line and available at a lower cost
Move Partition to BDA
Oracle Big Data SQL
Rolling 13
months
Month 14-n
Big Data Rolling Windows
• Process
• Copy older partition to BDA
• Update views
• Drop older Exadata partition
• Offloaded data can be accessed
via Oracle & Hadoop
• No Application changes required
19
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Database Data in HDFS
20
Hybrid Partitioned Tables
…JAN 2014 FEB 2014 MAR 2014 OCT 2016 NOV 2016 DEC 2016
HDFS
Orders
Database
OCT 2016 NOV 2016 DEC 2016
JAN 2014 FEB 2014 MAR 2014
1 All Partitions are stored internally
2 Some Partitions are moved Externally
3 Mixed Storage for Partitions
No top level changes to Orders
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Archive Data: Big Data SQL Implementation Options
1. Table Storage Split Across Tiers 2. View Combines Data Sources
HDFS
HDFSDATABASE
VIEW
DATABASE
TABLE
HDFS
DATABASE
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Oracle Big Data SQL Demo
Confidential – Oracle Internal/Restricted/Highly Restricted 22
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Traditional vs. Oracle Machine Learning/Predictive Analtyics
• Traditional— “Move the data” —“Don’t move the data!”
23
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Traditional vs. Oracle Machine Learning/Predictive Analytics
• Traditional— “Move the data” — “Move the algorithms”
24
Simpler, Smarter Data Management
+ Analytics / Machine Learning Architecture
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted 25
Oracle Machine Learning Tools for Data Scientist
Oracle R Enterprise
Oracle Advanced Analytics
- On-premise Database Option
- Included in Cloud EE Database
Oracle R Advanced
Analytics for Hadoop
RStudio Notebooks
(Zepelin, Jupyter)
Oracle Data
Mining (ODM)
Interface
Hadoop based
- Option for BDA
- Included with BDCS
- Planned for BDC
Oracle Big Data
Spatial & Graph
Oracle Database
& Hadoop
Data Mining Enterprise AA4H BDSGSpatial & Graph
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
• Strengths
– Powerful & Extensible
– Graphical & Extensive statistics
– Free—open source (CRAN + 9000 components)
– Standard for Data Scientist
• Challenges
– Memory constrained
– Single threaded
– Outer loop—slows down process
– Not Enterprise Oriented
R environment
R—Widely Popular
R is a statistics language similar to Base SAS or SPSS statistics
+ =
Enterprise
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Oracle Advanced Analytics
• R-SQL Transparency Framework overloads R
functions for scalable in-database execution
• Function overload for data transforms,
statistical functions and advanced analytics
• Interactive display of graphical results and
flow control as in standard R
• Submit user-defined R functions for
execution at database server under control
of Oracle Database
• Scale to large datasets
• Access tables, views, and external tables, as
well as data through DB LINKS
• Leverage database SQL parallelism
• Leverage new and existing in-database
statistical and data mining capabilities
R Engine Other R
packages
Oracle R Enterprise packages
User R Engine on desktop
• Database can spawn multiple R engines for
database-managed parallelism
• Efficient data transfer to spawned R engines
• Emulate map-reduce style algorithms and
applications
• Enables production deployment and
automated execution of R scripts
1
User tables
Oracle DatabaseSQL
Results
Database Compute Engine
2
R Engine Other R
packages
Oracle R Enterprise packages
R Engine(s) spawned by Oracle DB
R
Results
3
?x
R
Open Source
Oracle R Enterprise Compute Engines
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Oracle R Advanced Analytics for Hadoop
• ORAAH = Oracle R Advanced Analytics for Hadoop, part of Big Data
Software Connectors Suite (Oracle Big Data Appliance Option)
• ORAAH transparency layer enables certain overloaded R functions to
operate on Hive tables using R syntax and behavior (transparently
translating R to HiveQL)
• R interface for manipulating HDFS data and writing mapper and reducer
functions in R – where you can leverage open source CRAN packages – and
invoke those Hadoop jobs from R
• Provides a range of predictive algorithms that execute on the Hadoop
cluster with data in HDFS in a parallel/distributed manner.
Oracle Internal - Proprietary 28
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Hadoop Cluster
with Oracle R Advanced Analytics for Hadoop
Oracle R Advanced Analytics for Hadoop:
Using Hadoop and HIVE, plus R Engine and Open-Source R Packages
R Analytics
Oracle R Advanced
Analytics for Hadoop
R Client
• ORAAH Spark algorithms: Deep Neural, GLM, LM
• Spark MLlib algorithms: LM, GLM, LASSO, Ridge
Regression, Decision Trees, Random Forests, SVM,
k-Means, PCA
• Open-source R packages distributed via Map-Red
function in R
HQL Basic Statistics, Data
Prep, Joins and View creation
29
HQL
+
HDFS Access, Store, Load,
Data Prep and Transform.
SQL Developer
Other SQL Apps
SQL Client
Oracle Database Server
with Advanced Analytics option
BigDataSQL
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted 30
Oracle Machine Learning Algorithms
CLASSIFICATION
• Logistic Regression
• Decision Tree
• Random Forest
• Neural Network
• Support Vector Machine
• Naïve Bayes
• Explicit Semantic Analysis
• Gaussian Mixture Models
CLUSTERING
• Hierarchical K-Means
• Hierarchical O-Cluster
• Expectation Maximization
ANOMALY DETECTION
• One-Class Support Vector Machine
REGRESSION
• Generalized Linear Model
• Support Vector Machine
• Random Forest
• Linear Model
• Stepwise Linear regression
• LASSO
ASSOCIATION RULES
• A priori
ATTRIBUTE IMPORTANCE
• Minimum Description Length
• Principal Component Analysis
• Unsupervised Pairwise KL Divergence
SQL PREDICTIVE QUERIES
ALGORITHM TEXT SUPPORT
• Algorithms support text type
• Tokenization and theme extraction
• Document similarity
FEATURE EXTRACTION
• Principal Component Analysis
• Non-negative Matrix Factorization
• Singular Value Decomposition
TIME SERIES
• Single Exponential Smoothing
• Double Exponential Smoothing
OPEN SOURCE ML ALGORITHMS
• CRAN R Algorithm Packages through
Embedded R Execution
• Spark MLlib algorithm integration
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | CVC Spatial Update for DWR
Enable Spatial and Graph use cases on every platform
Oracle’s Spatial and Graph Strategy
NoSQL
Oracle Big Data Spatial and Graph Spatial and Graph in
Cloud Offerings
Oracle Database
Spatial and Graph
Big Data:
Single Model Data Store
Database 12c:
Polyglot (Multi-model)
Data Store
Oracle Big Data Cloud Service
Oracle Database Cloud Service
• Enterprise Edition High Performance
• Enterprise Edition Extreme Performance
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Oracle Big Data Spatial and Graph
• Available for Big Data platform/BDCS
– Hadoop, HBase, Oracle NoSQL
• Supported both on BDA and
commodity hardware
– CDH and Hortonworks
• Database connectivity through Big
Data Connectors or Big Data SQL
• Included in Big Data Cloud Service
Oracle Spatial and Graph (DB option)
• Available with Oracle 12.2 / DBCS
• Using tables for graph persistence
• Graph views on relational data
• In-database graph analytics
– Sparsification, shortest path, page rank,
triangle counting, WCC, sub graphs
• SQL queries possible
• Included in Database Cloud Service
32
Graph Product Options
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Overview of Graph
• What is a graph?
– A set of vertices and edges (with optional properties)
– A graph is simply linked data
• Why do we care?
– Graphs are everywhere
• Road networks, power grids, biological networks
• Social networks/Social Web (Facebook, Linkedin, Twitter, Baidu, Google+,…)
• Knowledge graphs (RDF, OWL)
– Graphs are intuitive and flexible
• Easy to navigate, easy to form a path, natural to visualize
• Do not require a predefined schema
E
A D
C B
F
3
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Graph Analysis Examples
Reachability
Quickly identify multi-hop
relations between (a set
of) vertices and how they
are connected under
various constraints.
Anomaly Detection
Analyze the link
relationships between
data entities to detect
subsets of data that are
different from others.
Centrality Analysis
Analyze the topology of the
network, in addition to data
values, in order to identify
data entities that are more
important than others.
Link Prediction
Inspect similarities
between data entities
under overall network
structure, and predict
potential future links.
e.g. product
recommendation
e.g. security breach
trace
e.g. influencer
identificatione.g. Fraud detection
Confidential – Oracle Internal 35
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Rich set of built-in parallel graph algorithms … and parallel graph mutation operations
Computational Analytics: Built-in Package
40+ built-in algorithms, highly parallelized, highly performant
Detecting Components and
Communities
Tarjan’s, Kosaraju’s,
Weakly Connected
Components, Label
Propagation (w/ variants),
Soman and Narang’s
Spacification
Ranking and Walking
Pagerank, Personalized Pagerank,
Betwenness Centrality (w/ variants),
Closeness Centrality, Degree
Centrality,
Eigenvector Centrality, HITS,
Random walking and sampling (w/
variants)
Evaluating Community Structures
∑ ∑
Conductance,
Modularity
Clustering Coefficient
(Triangle Counting)
Adamic-Adar
Path-Finding
Hop-Distance (BFS)
Dijkstra’s,
Bi-directional Dijkstra’s
Bellman-Ford’s
Link Prediction SALSA
(Twitter’s Who-to-follow)
Other Classics Vertex Cover
Minimum Spanning-Tree
(Prim’s)
a
d
b e
g
c i
f
h
The original graph
a
d
b e
g
c i
f
h
Create Undirected
Graph
Simplify Graph
a
d
b e
g
c i
f
h
Left Set: “a,b,e”
a d
b
e
g
c
i
Create Bipartite
Graph
ge b d i a f c h
Sort-By-Degree (Renumbering)
Filtered
Subgraph
d
b
g
i
e
36
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Information Management Reference Architecture
37
Actionable
Events
Streaming Engine Data Lake Enterprise Data & Reporting
Discovery Lab
Actionable
Metrics
Actionable
Data Sets
Input
Events
Execution
Innovation
Discovery
Output
Data
Structured
Enterprise
Data
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. |
Big Data SQL Simplifies Analyses
38
Streaming Engine Data Lake Enterprise Data & Reporting
Discovery Lab
Input
Events
Execution
Innovation
Discovery
Output
Data
Structured
Enterprise
Data
Notebooks/Analytic Services
Big Data SQL
Object Store Hadoop/HDFS
Your Application
Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted 39
Data Management Trends and Technologies

Contenu connexe

Tendances

SQL Server on Linux - march 2017
SQL Server on Linux - march 2017SQL Server on Linux - march 2017
SQL Server on Linux - march 2017Sorin Peste
 
Machine Learning for z/OS
Machine Learning for z/OSMachine Learning for z/OS
Machine Learning for z/OSCuneyt Goksu
 
The Future of Data Warehousing, Data Science and Machine Learning
The Future of Data Warehousing, Data Science and Machine LearningThe Future of Data Warehousing, Data Science and Machine Learning
The Future of Data Warehousing, Data Science and Machine LearningModusOptimum
 
Red hat ceph storage customer presentation
Red hat ceph storage customer presentationRed hat ceph storage customer presentation
Red hat ceph storage customer presentationRodrigo Missiaggia
 
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)avanttic Consultoría Tecnológica
 
Exploring microservices in a Microsoft landscape
Exploring microservices in a Microsoft landscapeExploring microservices in a Microsoft landscape
Exploring microservices in a Microsoft landscapeAlex Thissen
 
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...Charlie Berger
 
Breaching the 100TB Mark with SQL Over Hadoop
Breaching the 100TB Mark with SQL Over HadoopBreaching the 100TB Mark with SQL Over Hadoop
Breaching the 100TB Mark with SQL Over HadoopDataWorks Summit
 
20150716 introduction to apache spark v3
20150716 introduction to apache spark v3 20150716 introduction to apache spark v3
20150716 introduction to apache spark v3 Andrey Vykhodtsev
 
Accelerating Business Intelligence Solutions with Microsoft Azure pass
Accelerating Business Intelligence Solutions with Microsoft Azure   passAccelerating Business Intelligence Solutions with Microsoft Azure   pass
Accelerating Business Intelligence Solutions with Microsoft Azure passJason Strate
 
Nordic infrastructure Conference 2017 - SQL Server on Linux Overview
Nordic infrastructure Conference 2017 - SQL Server on Linux OverviewNordic infrastructure Conference 2017 - SQL Server on Linux Overview
Nordic infrastructure Conference 2017 - SQL Server on Linux OverviewTravis Wright
 
GeoWave: Open Source Geospatial/Temporal/N-dimensional Indexing for Accumulo,...
GeoWave: Open Source Geospatial/Temporal/N-dimensional Indexing for Accumulo,...GeoWave: Open Source Geospatial/Temporal/N-dimensional Indexing for Accumulo,...
GeoWave: Open Source Geospatial/Temporal/N-dimensional Indexing for Accumulo,...DataWorks Summit
 
Sharing metadata across the data lake and streams
Sharing metadata across the data lake and streamsSharing metadata across the data lake and streams
Sharing metadata across the data lake and streamsDataWorks Summit
 
Accelerating Big Data Insights
Accelerating Big Data InsightsAccelerating Big Data Insights
Accelerating Big Data InsightsDataWorks Summit
 
Openshift 3.10 & Container solutions for Blockchain, IoT and Data Science
Openshift 3.10 & Container solutions for Blockchain, IoT and Data ScienceOpenshift 3.10 & Container solutions for Blockchain, IoT and Data Science
Openshift 3.10 & Container solutions for Blockchain, IoT and Data ScienceJohn Archer
 
Understanding the IBM Power Systems Advantage
Understanding the IBM Power Systems AdvantageUnderstanding the IBM Power Systems Advantage
Understanding the IBM Power Systems AdvantageIBM Power Systems
 
IBM Power Systems Announcement Update
IBM Power Systems Announcement UpdateIBM Power Systems Announcement Update
IBM Power Systems Announcement UpdateDavid Spurway
 
Red Hat Container Strategy
Red Hat Container StrategyRed Hat Container Strategy
Red Hat Container StrategyRed Hat Events
 

Tendances (20)

SQL Server on Linux - march 2017
SQL Server on Linux - march 2017SQL Server on Linux - march 2017
SQL Server on Linux - march 2017
 
Machine Learning for z/OS
Machine Learning for z/OSMachine Learning for z/OS
Machine Learning for z/OS
 
The Future of Data Warehousing, Data Science and Machine Learning
The Future of Data Warehousing, Data Science and Machine LearningThe Future of Data Warehousing, Data Science and Machine Learning
The Future of Data Warehousing, Data Science and Machine Learning
 
Red hat ceph storage customer presentation
Red hat ceph storage customer presentationRed hat ceph storage customer presentation
Red hat ceph storage customer presentation
 
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
Meetup Oracle Database MAD_BCN: 1.2 Oracle Database 18c (autonomous database)
 
Exploring microservices in a Microsoft landscape
Exploring microservices in a Microsoft landscapeExploring microservices in a Microsoft landscape
Exploring microservices in a Microsoft landscape
 
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
Oracle’s Advanced Analytics & Machine Learning 12.2c New Features & Road Map;...
 
IBM Power8 announce
IBM Power8 announceIBM Power8 announce
IBM Power8 announce
 
Breaching the 100TB Mark with SQL Over Hadoop
Breaching the 100TB Mark with SQL Over HadoopBreaching the 100TB Mark with SQL Over Hadoop
Breaching the 100TB Mark with SQL Over Hadoop
 
Hybrid is the New Normal
Hybrid is the New NormalHybrid is the New Normal
Hybrid is the New Normal
 
20150716 introduction to apache spark v3
20150716 introduction to apache spark v3 20150716 introduction to apache spark v3
20150716 introduction to apache spark v3
 
Accelerating Business Intelligence Solutions with Microsoft Azure pass
Accelerating Business Intelligence Solutions with Microsoft Azure   passAccelerating Business Intelligence Solutions with Microsoft Azure   pass
Accelerating Business Intelligence Solutions with Microsoft Azure pass
 
Nordic infrastructure Conference 2017 - SQL Server on Linux Overview
Nordic infrastructure Conference 2017 - SQL Server on Linux OverviewNordic infrastructure Conference 2017 - SQL Server on Linux Overview
Nordic infrastructure Conference 2017 - SQL Server on Linux Overview
 
GeoWave: Open Source Geospatial/Temporal/N-dimensional Indexing for Accumulo,...
GeoWave: Open Source Geospatial/Temporal/N-dimensional Indexing for Accumulo,...GeoWave: Open Source Geospatial/Temporal/N-dimensional Indexing for Accumulo,...
GeoWave: Open Source Geospatial/Temporal/N-dimensional Indexing for Accumulo,...
 
Sharing metadata across the data lake and streams
Sharing metadata across the data lake and streamsSharing metadata across the data lake and streams
Sharing metadata across the data lake and streams
 
Accelerating Big Data Insights
Accelerating Big Data InsightsAccelerating Big Data Insights
Accelerating Big Data Insights
 
Openshift 3.10 & Container solutions for Blockchain, IoT and Data Science
Openshift 3.10 & Container solutions for Blockchain, IoT and Data ScienceOpenshift 3.10 & Container solutions for Blockchain, IoT and Data Science
Openshift 3.10 & Container solutions for Blockchain, IoT and Data Science
 
Understanding the IBM Power Systems Advantage
Understanding the IBM Power Systems AdvantageUnderstanding the IBM Power Systems Advantage
Understanding the IBM Power Systems Advantage
 
IBM Power Systems Announcement Update
IBM Power Systems Announcement UpdateIBM Power Systems Announcement Update
IBM Power Systems Announcement Update
 
Red Hat Container Strategy
Red Hat Container StrategyRed Hat Container Strategy
Red Hat Container Strategy
 

Similaire à Data Management Trends and Technologies

TDC2016SP - Trilha NoSQL
TDC2016SP - Trilha NoSQLTDC2016SP - Trilha NoSQL
TDC2016SP - Trilha NoSQLtdc-globalcode
 
Intelligent Integration OOW2017 - Jeff Pollock
Intelligent Integration OOW2017 - Jeff PollockIntelligent Integration OOW2017 - Jeff Pollock
Intelligent Integration OOW2017 - Jeff PollockJeffrey T. Pollock
 
2013 05 Oracle big_dataapplianceoverview
2013 05 Oracle big_dataapplianceoverview2013 05 Oracle big_dataapplianceoverview
2013 05 Oracle big_dataapplianceoverviewjdijcks
 
2017 OpenWorld Keynote for Data Integration
2017 OpenWorld Keynote for Data Integration2017 OpenWorld Keynote for Data Integration
2017 OpenWorld Keynote for Data IntegrationJeffrey T. Pollock
 
Oracle Data Integration - Overview
Oracle Data Integration - OverviewOracle Data Integration - Overview
Oracle Data Integration - OverviewJeffrey T. Pollock
 
SQL Engines for Hadoop - The case for Impala
SQL Engines for Hadoop - The case for ImpalaSQL Engines for Hadoop - The case for Impala
SQL Engines for Hadoop - The case for Impalamarkgrover
 
Oracle Big Data Appliance and Big Data SQL for advanced analytics
Oracle Big Data Appliance and Big Data SQL for advanced analyticsOracle Big Data Appliance and Big Data SQL for advanced analytics
Oracle Big Data Appliance and Big Data SQL for advanced analyticsjdijcks
 
TDWI Accelerate, Seattle, Oct 16, 2017: Distributed and In-Database Analytics...
TDWI Accelerate, Seattle, Oct 16, 2017: Distributed and In-Database Analytics...TDWI Accelerate, Seattle, Oct 16, 2017: Distributed and In-Database Analytics...
TDWI Accelerate, Seattle, Oct 16, 2017: Distributed and In-Database Analytics...Debraj GuhaThakurta
 
TWDI Accelerate Seattle, Oct 16, 2017: Distributed and In-Database Analytics ...
TWDI Accelerate Seattle, Oct 16, 2017: Distributed and In-Database Analytics ...TWDI Accelerate Seattle, Oct 16, 2017: Distributed and In-Database Analytics ...
TWDI Accelerate Seattle, Oct 16, 2017: Distributed and In-Database Analytics ...Debraj GuhaThakurta
 
Cardinality-HL-Overview
Cardinality-HL-OverviewCardinality-HL-Overview
Cardinality-HL-OverviewHarry Frost
 
Introduction to Property Graph Features (AskTOM Office Hours part 1)
Introduction to Property Graph Features (AskTOM Office Hours part 1) Introduction to Property Graph Features (AskTOM Office Hours part 1)
Introduction to Property Graph Features (AskTOM Office Hours part 1) Jean Ihm
 
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15Dave Segleau
 
Not Your Father’s Data Warehouse: Breaking Tradition with Innovation
Not Your Father’s Data Warehouse: Breaking Tradition with InnovationNot Your Father’s Data Warehouse: Breaking Tradition with Innovation
Not Your Father’s Data Warehouse: Breaking Tradition with InnovationInside Analysis
 
Presentation big dataappliance-overview_oow_v3
Presentation   big dataappliance-overview_oow_v3Presentation   big dataappliance-overview_oow_v3
Presentation big dataappliance-overview_oow_v3xKinAnx
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutionssolarisyougood
 
Oracle Unified Information Architeture + Analytics by Example
Oracle Unified Information Architeture + Analytics by ExampleOracle Unified Information Architeture + Analytics by Example
Oracle Unified Information Architeture + Analytics by ExampleHarald Erb
 
Whats new in Oracle Database 12c release 12.1.0.2
Whats new in Oracle Database 12c release 12.1.0.2Whats new in Oracle Database 12c release 12.1.0.2
Whats new in Oracle Database 12c release 12.1.0.2Connor McDonald
 

Similaire à Data Management Trends and Technologies (20)

Meetup Oracle Database BCN: 2.1 Data Management Trends
Meetup Oracle Database BCN: 2.1 Data Management TrendsMeetup Oracle Database BCN: 2.1 Data Management Trends
Meetup Oracle Database BCN: 2.1 Data Management Trends
 
TDC2016SP - Trilha NoSQL
TDC2016SP - Trilha NoSQLTDC2016SP - Trilha NoSQL
TDC2016SP - Trilha NoSQL
 
Intelligent Integration OOW2017 - Jeff Pollock
Intelligent Integration OOW2017 - Jeff PollockIntelligent Integration OOW2017 - Jeff Pollock
Intelligent Integration OOW2017 - Jeff Pollock
 
2013 05 Oracle big_dataapplianceoverview
2013 05 Oracle big_dataapplianceoverview2013 05 Oracle big_dataapplianceoverview
2013 05 Oracle big_dataapplianceoverview
 
2017 OpenWorld Keynote for Data Integration
2017 OpenWorld Keynote for Data Integration2017 OpenWorld Keynote for Data Integration
2017 OpenWorld Keynote for Data Integration
 
Novinky v Oracle Database 18c
Novinky v Oracle Database 18cNovinky v Oracle Database 18c
Novinky v Oracle Database 18c
 
Oracle Data Integration - Overview
Oracle Data Integration - OverviewOracle Data Integration - Overview
Oracle Data Integration - Overview
 
SQL Engines for Hadoop - The case for Impala
SQL Engines for Hadoop - The case for ImpalaSQL Engines for Hadoop - The case for Impala
SQL Engines for Hadoop - The case for Impala
 
Oracle Big Data Appliance and Big Data SQL for advanced analytics
Oracle Big Data Appliance and Big Data SQL for advanced analyticsOracle Big Data Appliance and Big Data SQL for advanced analytics
Oracle Big Data Appliance and Big Data SQL for advanced analytics
 
TDWI Accelerate, Seattle, Oct 16, 2017: Distributed and In-Database Analytics...
TDWI Accelerate, Seattle, Oct 16, 2017: Distributed and In-Database Analytics...TDWI Accelerate, Seattle, Oct 16, 2017: Distributed and In-Database Analytics...
TDWI Accelerate, Seattle, Oct 16, 2017: Distributed and In-Database Analytics...
 
TWDI Accelerate Seattle, Oct 16, 2017: Distributed and In-Database Analytics ...
TWDI Accelerate Seattle, Oct 16, 2017: Distributed and In-Database Analytics ...TWDI Accelerate Seattle, Oct 16, 2017: Distributed and In-Database Analytics ...
TWDI Accelerate Seattle, Oct 16, 2017: Distributed and In-Database Analytics ...
 
Cardinality-HL-Overview
Cardinality-HL-OverviewCardinality-HL-Overview
Cardinality-HL-Overview
 
Introduction to Property Graph Features (AskTOM Office Hours part 1)
Introduction to Property Graph Features (AskTOM Office Hours part 1) Introduction to Property Graph Features (AskTOM Office Hours part 1)
Introduction to Property Graph Features (AskTOM Office Hours part 1)
 
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
Oracle NoSQL Database -- Big Data Bellevue Meetup - 02-18-15
 
SQL In/On/Around Hadoop
SQL In/On/Around Hadoop SQL In/On/Around Hadoop
SQL In/On/Around Hadoop
 
Not Your Father’s Data Warehouse: Breaking Tradition with Innovation
Not Your Father’s Data Warehouse: Breaking Tradition with InnovationNot Your Father’s Data Warehouse: Breaking Tradition with Innovation
Not Your Father’s Data Warehouse: Breaking Tradition with Innovation
 
Presentation big dataappliance-overview_oow_v3
Presentation   big dataappliance-overview_oow_v3Presentation   big dataappliance-overview_oow_v3
Presentation big dataappliance-overview_oow_v3
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutions
 
Oracle Unified Information Architeture + Analytics by Example
Oracle Unified Information Architeture + Analytics by ExampleOracle Unified Information Architeture + Analytics by Example
Oracle Unified Information Architeture + Analytics by Example
 
Whats new in Oracle Database 12c release 12.1.0.2
Whats new in Oracle Database 12c release 12.1.0.2Whats new in Oracle Database 12c release 12.1.0.2
Whats new in Oracle Database 12c release 12.1.0.2
 

Plus de avanttic Consultoría Tecnológica

Ciclo webinars avanttic - Actualiza tu base de datos Oracle (3/3) "Conducción...
Ciclo webinars avanttic - Actualiza tu base de datos Oracle (3/3) "Conducción...Ciclo webinars avanttic - Actualiza tu base de datos Oracle (3/3) "Conducción...
Ciclo webinars avanttic - Actualiza tu base de datos Oracle (3/3) "Conducción...avanttic Consultoría Tecnológica
 
Ciclo webinars avanttic - Actualiza tu base de datos Oracle (1/3) "Full equi...
Ciclo webinars avanttic  - Actualiza tu base de datos Oracle (1/3) "Full equi...Ciclo webinars avanttic  - Actualiza tu base de datos Oracle (1/3) "Full equi...
Ciclo webinars avanttic - Actualiza tu base de datos Oracle (1/3) "Full equi...avanttic Consultoría Tecnológica
 
Avanttic tech dates - de la monitorización a la 'observabilidad'
Avanttic tech dates - de la monitorización a la 'observabilidad'Avanttic tech dates - de la monitorización a la 'observabilidad'
Avanttic tech dates - de la monitorización a la 'observabilidad'avanttic Consultoría Tecnológica
 
avanttic #BreakTechs Oracle service bus, simplifica y centraliza tus integrac...
avanttic #BreakTechs Oracle service bus, simplifica y centraliza tus integrac...avanttic #BreakTechs Oracle service bus, simplifica y centraliza tus integrac...
avanttic #BreakTechs Oracle service bus, simplifica y centraliza tus integrac...avanttic Consultoría Tecnológica
 
avanttic Tech Dates - Facilidad contratación Oracle a través de acuerdos marc...
avanttic Tech Dates - Facilidad contratación Oracle a través de acuerdos marc...avanttic Tech Dates - Facilidad contratación Oracle a través de acuerdos marc...
avanttic Tech Dates - Facilidad contratación Oracle a través de acuerdos marc...avanttic Consultoría Tecnológica
 
@avanttic_meetup Oracle Technology MAD_BCN: Oracle Cloud API Platform evoluc...
@avanttic_meetup Oracle Technology MAD_BCN:  Oracle Cloud API Platform evoluc...@avanttic_meetup Oracle Technology MAD_BCN:  Oracle Cloud API Platform evoluc...
@avanttic_meetup Oracle Technology MAD_BCN: Oracle Cloud API Platform evoluc...avanttic Consultoría Tecnológica
 
#avanttic_webinar Modernización de WebLogic en Oracle Cloud Infrastructure
#avanttic_webinar Modernización de WebLogic en Oracle Cloud Infrastructure#avanttic_webinar Modernización de WebLogic en Oracle Cloud Infrastructure
#avanttic_webinar Modernización de WebLogic en Oracle Cloud Infrastructureavanttic Consultoría Tecnológica
 
#avanttic_webinar Oracle Analytics Cloud: características y migración desde O...
#avanttic_webinar Oracle Analytics Cloud: características y migración desde O...#avanttic_webinar Oracle Analytics Cloud: características y migración desde O...
#avanttic_webinar Oracle Analytics Cloud: características y migración desde O...avanttic Consultoría Tecnológica
 
#avanttic_webinar: Oracle Cloud Infrastructure, la nueva nube para las cargas...
#avanttic_webinar: Oracle Cloud Infrastructure, la nueva nube para las cargas...#avanttic_webinar: Oracle Cloud Infrastructure, la nueva nube para las cargas...
#avanttic_webinar: Oracle Cloud Infrastructure, la nueva nube para las cargas...avanttic Consultoría Tecnológica
 
#avanttic_webinar Desarrollo con Oracle Content and Experience
#avanttic_webinar Desarrollo con Oracle Content and Experience#avanttic_webinar Desarrollo con Oracle Content and Experience
#avanttic_webinar Desarrollo con Oracle Content and Experienceavanttic Consultoría Tecnológica
 
#avanttic_webinar Supervisa tus sistemas, aplicaciones y servicios con Oracle...
#avanttic_webinar Supervisa tus sistemas, aplicaciones y servicios con Oracle...#avanttic_webinar Supervisa tus sistemas, aplicaciones y servicios con Oracle...
#avanttic_webinar Supervisa tus sistemas, aplicaciones y servicios con Oracle...avanttic Consultoría Tecnológica
 
#avanttic_webinar Continuidad de los desarrollos con Oracle Forms & Reports
#avanttic_webinar Continuidad de los desarrollos con Oracle Forms & Reports#avanttic_webinar Continuidad de los desarrollos con Oracle Forms & Reports
#avanttic_webinar Continuidad de los desarrollos con Oracle Forms & Reportsavanttic Consultoría Tecnológica
 
Evento virtual avanttic - Oracle Exadata: Cloud Service y “at Customer”. Desc...
Evento virtual avanttic - Oracle Exadata: Cloud Service y “at Customer”. Desc...Evento virtual avanttic - Oracle Exadata: Cloud Service y “at Customer”. Desc...
Evento virtual avanttic - Oracle Exadata: Cloud Service y “at Customer”. Desc...avanttic Consultoría Tecnológica
 
Webinar - Extiende tus sistemas on-premise con oracle cloud infrastructure
Webinar - Extiende tus sistemas on-premise con oracle cloud infrastructureWebinar - Extiende tus sistemas on-premise con oracle cloud infrastructure
Webinar - Extiende tus sistemas on-premise con oracle cloud infrastructureavanttic Consultoría Tecnológica
 

Plus de avanttic Consultoría Tecnológica (20)

#avanttic_webinar: SPARC/Solaris, una plataforma con futuro
#avanttic_webinar: SPARC/Solaris, una plataforma con futuro#avanttic_webinar: SPARC/Solaris, una plataforma con futuro
#avanttic_webinar: SPARC/Solaris, una plataforma con futuro
 
Ciclo webinars avanttic - Actualiza tu base de datos Oracle (3/3) "Conducción...
Ciclo webinars avanttic - Actualiza tu base de datos Oracle (3/3) "Conducción...Ciclo webinars avanttic - Actualiza tu base de datos Oracle (3/3) "Conducción...
Ciclo webinars avanttic - Actualiza tu base de datos Oracle (3/3) "Conducción...
 
Ciclo webinars avanttic - Actualiza tu base de datos Oracle (1/3) "Full equi...
Ciclo webinars avanttic  - Actualiza tu base de datos Oracle (1/3) "Full equi...Ciclo webinars avanttic  - Actualiza tu base de datos Oracle (1/3) "Full equi...
Ciclo webinars avanttic - Actualiza tu base de datos Oracle (1/3) "Full equi...
 
Avanttic tech dates - de la monitorización a la 'observabilidad'
Avanttic tech dates - de la monitorización a la 'observabilidad'Avanttic tech dates - de la monitorización a la 'observabilidad'
Avanttic tech dates - de la monitorización a la 'observabilidad'
 
avanttic #BreakTechs Oracle service bus, simplifica y centraliza tus integrac...
avanttic #BreakTechs Oracle service bus, simplifica y centraliza tus integrac...avanttic #BreakTechs Oracle service bus, simplifica y centraliza tus integrac...
avanttic #BreakTechs Oracle service bus, simplifica y centraliza tus integrac...
 
avanttic Tech Dates - Facilidad contratación Oracle a través de acuerdos marc...
avanttic Tech Dates - Facilidad contratación Oracle a través de acuerdos marc...avanttic Tech Dates - Facilidad contratación Oracle a través de acuerdos marc...
avanttic Tech Dates - Facilidad contratación Oracle a través de acuerdos marc...
 
#avanttic_webinar: Seguridad en Oracle Cloud Infrastructure
#avanttic_webinar: Seguridad en Oracle Cloud Infrastructure#avanttic_webinar: Seguridad en Oracle Cloud Infrastructure
#avanttic_webinar: Seguridad en Oracle Cloud Infrastructure
 
#avanttic_webinar: Actualiza tu Oracle Exadata
  #avanttic_webinar: Actualiza tu Oracle Exadata  #avanttic_webinar: Actualiza tu Oracle Exadata
#avanttic_webinar: Actualiza tu Oracle Exadata
 
Avanttic evento virtual apificacion_oracle_cloud
Avanttic evento virtual apificacion_oracle_cloudAvanttic evento virtual apificacion_oracle_cloud
Avanttic evento virtual apificacion_oracle_cloud
 
@avanttic_meetup Oracle Technology MAD_BCN: Oracle Cloud API Platform evoluc...
@avanttic_meetup Oracle Technology MAD_BCN:  Oracle Cloud API Platform evoluc...@avanttic_meetup Oracle Technology MAD_BCN:  Oracle Cloud API Platform evoluc...
@avanttic_meetup Oracle Technology MAD_BCN: Oracle Cloud API Platform evoluc...
 
#avanttic_webinar Migración de Discoverer a Oracle Analytics
#avanttic_webinar Migración de Discoverer a Oracle Analytics#avanttic_webinar Migración de Discoverer a Oracle Analytics
#avanttic_webinar Migración de Discoverer a Oracle Analytics
 
#avanttic_webinar Modernización de WebLogic en Oracle Cloud Infrastructure
#avanttic_webinar Modernización de WebLogic en Oracle Cloud Infrastructure#avanttic_webinar Modernización de WebLogic en Oracle Cloud Infrastructure
#avanttic_webinar Modernización de WebLogic en Oracle Cloud Infrastructure
 
#avanttic_webinar Oracle Analytics Cloud: características y migración desde O...
#avanttic_webinar Oracle Analytics Cloud: características y migración desde O...#avanttic_webinar Oracle Analytics Cloud: características y migración desde O...
#avanttic_webinar Oracle Analytics Cloud: características y migración desde O...
 
#avanttic_webinar: Oracle Cloud Infrastructure, la nueva nube para las cargas...
#avanttic_webinar: Oracle Cloud Infrastructure, la nueva nube para las cargas...#avanttic_webinar: Oracle Cloud Infrastructure, la nueva nube para las cargas...
#avanttic_webinar: Oracle Cloud Infrastructure, la nueva nube para las cargas...
 
#avanttic_webinar Desarrollo con Oracle Content and Experience
#avanttic_webinar Desarrollo con Oracle Content and Experience#avanttic_webinar Desarrollo con Oracle Content and Experience
#avanttic_webinar Desarrollo con Oracle Content and Experience
 
#avanttic_webinar Supervisa tus sistemas, aplicaciones y servicios con Oracle...
#avanttic_webinar Supervisa tus sistemas, aplicaciones y servicios con Oracle...#avanttic_webinar Supervisa tus sistemas, aplicaciones y servicios con Oracle...
#avanttic_webinar Supervisa tus sistemas, aplicaciones y servicios con Oracle...
 
#avanttic_webinar Continuidad de los desarrollos con Oracle Forms & Reports
#avanttic_webinar Continuidad de los desarrollos con Oracle Forms & Reports#avanttic_webinar Continuidad de los desarrollos con Oracle Forms & Reports
#avanttic_webinar Continuidad de los desarrollos con Oracle Forms & Reports
 
Evento virtual avanttic - Oracle Exadata: Cloud Service y “at Customer”. Desc...
Evento virtual avanttic - Oracle Exadata: Cloud Service y “at Customer”. Desc...Evento virtual avanttic - Oracle Exadata: Cloud Service y “at Customer”. Desc...
Evento virtual avanttic - Oracle Exadata: Cloud Service y “at Customer”. Desc...
 
Webinar - Apifica tus servicios en Oracle Cloud
Webinar - Apifica tus servicios en Oracle CloudWebinar - Apifica tus servicios en Oracle Cloud
Webinar - Apifica tus servicios en Oracle Cloud
 
Webinar - Extiende tus sistemas on-premise con oracle cloud infrastructure
Webinar - Extiende tus sistemas on-premise con oracle cloud infrastructureWebinar - Extiende tus sistemas on-premise con oracle cloud infrastructure
Webinar - Extiende tus sistemas on-premise con oracle cloud infrastructure
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Dernier (20)

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Data Management Trends and Technologies

  • 1. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted Data Management Trends J. Andrés Araújo Cloud Platform Solution Architect David Mauri Cloud Platform Solution Architect Oracle Ibérica March 15, 2018
  • 2. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 3 Data Management Evolution Transactional Data Warehouse SQL Social, Web Data Lake IoT Fast Data
  • 3. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | High-level Comparison HDFS NoSQL RDBMS Data Type Chunk Record Transaction Write Type Synchronous Eventually Consistent ACID Compliant Data Preparation No Parsing No Parsing Parsing and Validation DR Type Second Cluster Node Replica Second RDBMS DR Unit File Record Transaction DR Timing Batch Record Transaction Complex Analytics? Yes No Yes Query Speed Slow Fast for simple questions Fast # of Data Access Methods One (full table scan) One (index lookup) Many (Optimized) 7 IngestDRAcces Affordable Scale Low Predictable Latency Flexible Performance
  • 4. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Unified Data Management Data of any type Any data source Analysis of any typeSQL GraphSpark Spatial Machine Learning SQL Access with any language node.jsJavaREST Python ScalaR
  • 5. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Big Data SQL The Best of Both Worlds 9 SQL
  • 6. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | 10 Oracle Unified Data Management Solution Conventional view of Data Management Emerging view of Data Management Oracle Big Data SQL
  • 7. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Storage Layer 11 Big Data SQL: Another Hadoop Processing Engine Filesystem (HDFS) NoSQL Databases (Oracle NoSQL DB, HBase) Resource Management (YARN, cgroups) Processing Layer MapReduce and Hive Spark Impala Search Big Data SQL Meta data Store
  • 8. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Hive DN DN DN DN ORACLE SQL Engine Storage Table Table Big Data-enabled Oracle Tables Python GraphRnode.js JavaREST SQL Data Local Processing Big Data SQL Cells Leverage Metadata Big Data SQL Architecture Oracle Big Data SQL 12
  • 9. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Anatomy of a Big Data SQL Cell 13 Smart Scan I/O Stream Data Transfer Convert to Oracle “block” format Apply Smart Scan and other optimizations
  • 10. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Big Data SQL Goals Easily access any data across big data stores Provides a unified security model across the sources Analyze all data using Oracle’s rich SQL dialect Fast performance using Big Data SQL Smart Scan 14
  • 11. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | I/O Elimination • Storage index • Hive partition pruning • Predicate and column pushdown parquet and ORC 15 Big Data SQL key features Data Movement Elimination • Smart Scan performs final filtering pass to ensure only requested elements are sent to Oracle Database Security • Apply Oracle Database security policies on non- Oracle data stores
  • 12. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Big Data SQL Security Features Hadoop Security ACL’s | Sentry | HDFS Encryption | Encryption in Motion 17
  • 13. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Big Data SQL Security Features • Same security models apply to a wider range of data stores • Advanced features such as data redaction can now be applied enabling joins between disparate sources • Oracle security layers on top of existing Hadoop functionality Hadoop Security ACL’s | Sentry | HDFS Encryption | Encryption in Motion 18
  • 14. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Data Lifecycle Management & Query Offload More data on-line and available at a lower cost Move Partition to BDA Oracle Big Data SQL Rolling 13 months Month 14-n Big Data Rolling Windows • Process • Copy older partition to BDA • Update views • Drop older Exadata partition • Offloaded data can be accessed via Oracle & Hadoop • No Application changes required 19
  • 15. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Database Data in HDFS 20 Hybrid Partitioned Tables …JAN 2014 FEB 2014 MAR 2014 OCT 2016 NOV 2016 DEC 2016 HDFS Orders Database OCT 2016 NOV 2016 DEC 2016 JAN 2014 FEB 2014 MAR 2014 1 All Partitions are stored internally 2 Some Partitions are moved Externally 3 Mixed Storage for Partitions No top level changes to Orders
  • 16. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Archive Data: Big Data SQL Implementation Options 1. Table Storage Split Across Tiers 2. View Combines Data Sources HDFS HDFSDATABASE VIEW DATABASE TABLE HDFS DATABASE
  • 17. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Oracle Big Data SQL Demo Confidential – Oracle Internal/Restricted/Highly Restricted 22
  • 18. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Traditional vs. Oracle Machine Learning/Predictive Analtyics • Traditional— “Move the data” —“Don’t move the data!” 23
  • 19. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Traditional vs. Oracle Machine Learning/Predictive Analytics • Traditional— “Move the data” — “Move the algorithms” 24 Simpler, Smarter Data Management + Analytics / Machine Learning Architecture
  • 20. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted 25 Oracle Machine Learning Tools for Data Scientist Oracle R Enterprise Oracle Advanced Analytics - On-premise Database Option - Included in Cloud EE Database Oracle R Advanced Analytics for Hadoop RStudio Notebooks (Zepelin, Jupyter) Oracle Data Mining (ODM) Interface Hadoop based - Option for BDA - Included with BDCS - Planned for BDC Oracle Big Data Spatial & Graph Oracle Database & Hadoop Data Mining Enterprise AA4H BDSGSpatial & Graph
  • 21. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | • Strengths – Powerful & Extensible – Graphical & Extensive statistics – Free—open source (CRAN + 9000 components) – Standard for Data Scientist • Challenges – Memory constrained – Single threaded – Outer loop—slows down process – Not Enterprise Oriented R environment R—Widely Popular R is a statistics language similar to Base SAS or SPSS statistics + = Enterprise
  • 22. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Oracle Advanced Analytics • R-SQL Transparency Framework overloads R functions for scalable in-database execution • Function overload for data transforms, statistical functions and advanced analytics • Interactive display of graphical results and flow control as in standard R • Submit user-defined R functions for execution at database server under control of Oracle Database • Scale to large datasets • Access tables, views, and external tables, as well as data through DB LINKS • Leverage database SQL parallelism • Leverage new and existing in-database statistical and data mining capabilities R Engine Other R packages Oracle R Enterprise packages User R Engine on desktop • Database can spawn multiple R engines for database-managed parallelism • Efficient data transfer to spawned R engines • Emulate map-reduce style algorithms and applications • Enables production deployment and automated execution of R scripts 1 User tables Oracle DatabaseSQL Results Database Compute Engine 2 R Engine Other R packages Oracle R Enterprise packages R Engine(s) spawned by Oracle DB R Results 3 ?x R Open Source Oracle R Enterprise Compute Engines
  • 23. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Oracle R Advanced Analytics for Hadoop • ORAAH = Oracle R Advanced Analytics for Hadoop, part of Big Data Software Connectors Suite (Oracle Big Data Appliance Option) • ORAAH transparency layer enables certain overloaded R functions to operate on Hive tables using R syntax and behavior (transparently translating R to HiveQL) • R interface for manipulating HDFS data and writing mapper and reducer functions in R – where you can leverage open source CRAN packages – and invoke those Hadoop jobs from R • Provides a range of predictive algorithms that execute on the Hadoop cluster with data in HDFS in a parallel/distributed manner. Oracle Internal - Proprietary 28
  • 24. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Hadoop Cluster with Oracle R Advanced Analytics for Hadoop Oracle R Advanced Analytics for Hadoop: Using Hadoop and HIVE, plus R Engine and Open-Source R Packages R Analytics Oracle R Advanced Analytics for Hadoop R Client • ORAAH Spark algorithms: Deep Neural, GLM, LM • Spark MLlib algorithms: LM, GLM, LASSO, Ridge Regression, Decision Trees, Random Forests, SVM, k-Means, PCA • Open-source R packages distributed via Map-Red function in R HQL Basic Statistics, Data Prep, Joins and View creation 29 HQL + HDFS Access, Store, Load, Data Prep and Transform. SQL Developer Other SQL Apps SQL Client Oracle Database Server with Advanced Analytics option BigDataSQL
  • 25. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted 30 Oracle Machine Learning Algorithms CLASSIFICATION • Logistic Regression • Decision Tree • Random Forest • Neural Network • Support Vector Machine • Naïve Bayes • Explicit Semantic Analysis • Gaussian Mixture Models CLUSTERING • Hierarchical K-Means • Hierarchical O-Cluster • Expectation Maximization ANOMALY DETECTION • One-Class Support Vector Machine REGRESSION • Generalized Linear Model • Support Vector Machine • Random Forest • Linear Model • Stepwise Linear regression • LASSO ASSOCIATION RULES • A priori ATTRIBUTE IMPORTANCE • Minimum Description Length • Principal Component Analysis • Unsupervised Pairwise KL Divergence SQL PREDICTIVE QUERIES ALGORITHM TEXT SUPPORT • Algorithms support text type • Tokenization and theme extraction • Document similarity FEATURE EXTRACTION • Principal Component Analysis • Non-negative Matrix Factorization • Singular Value Decomposition TIME SERIES • Single Exponential Smoothing • Double Exponential Smoothing OPEN SOURCE ML ALGORITHMS • CRAN R Algorithm Packages through Embedded R Execution • Spark MLlib algorithm integration
  • 26. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | CVC Spatial Update for DWR Enable Spatial and Graph use cases on every platform Oracle’s Spatial and Graph Strategy NoSQL Oracle Big Data Spatial and Graph Spatial and Graph in Cloud Offerings Oracle Database Spatial and Graph Big Data: Single Model Data Store Database 12c: Polyglot (Multi-model) Data Store Oracle Big Data Cloud Service Oracle Database Cloud Service • Enterprise Edition High Performance • Enterprise Edition Extreme Performance
  • 27. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Oracle Big Data Spatial and Graph • Available for Big Data platform/BDCS – Hadoop, HBase, Oracle NoSQL • Supported both on BDA and commodity hardware – CDH and Hortonworks • Database connectivity through Big Data Connectors or Big Data SQL • Included in Big Data Cloud Service Oracle Spatial and Graph (DB option) • Available with Oracle 12.2 / DBCS • Using tables for graph persistence • Graph views on relational data • In-database graph analytics – Sparsification, shortest path, page rank, triangle counting, WCC, sub graphs • SQL queries possible • Included in Database Cloud Service 32 Graph Product Options
  • 28. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Overview of Graph • What is a graph? – A set of vertices and edges (with optional properties) – A graph is simply linked data • Why do we care? – Graphs are everywhere • Road networks, power grids, biological networks • Social networks/Social Web (Facebook, Linkedin, Twitter, Baidu, Google+,…) • Knowledge graphs (RDF, OWL) – Graphs are intuitive and flexible • Easy to navigate, easy to form a path, natural to visualize • Do not require a predefined schema E A D C B F 3
  • 29. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Graph Analysis Examples Reachability Quickly identify multi-hop relations between (a set of) vertices and how they are connected under various constraints. Anomaly Detection Analyze the link relationships between data entities to detect subsets of data that are different from others. Centrality Analysis Analyze the topology of the network, in addition to data values, in order to identify data entities that are more important than others. Link Prediction Inspect similarities between data entities under overall network structure, and predict potential future links. e.g. product recommendation e.g. security breach trace e.g. influencer identificatione.g. Fraud detection Confidential – Oracle Internal 35
  • 30. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Rich set of built-in parallel graph algorithms … and parallel graph mutation operations Computational Analytics: Built-in Package 40+ built-in algorithms, highly parallelized, highly performant Detecting Components and Communities Tarjan’s, Kosaraju’s, Weakly Connected Components, Label Propagation (w/ variants), Soman and Narang’s Spacification Ranking and Walking Pagerank, Personalized Pagerank, Betwenness Centrality (w/ variants), Closeness Centrality, Degree Centrality, Eigenvector Centrality, HITS, Random walking and sampling (w/ variants) Evaluating Community Structures ∑ ∑ Conductance, Modularity Clustering Coefficient (Triangle Counting) Adamic-Adar Path-Finding Hop-Distance (BFS) Dijkstra’s, Bi-directional Dijkstra’s Bellman-Ford’s Link Prediction SALSA (Twitter’s Who-to-follow) Other Classics Vertex Cover Minimum Spanning-Tree (Prim’s) a d b e g c i f h The original graph a d b e g c i f h Create Undirected Graph Simplify Graph a d b e g c i f h Left Set: “a,b,e” a d b e g c i Create Bipartite Graph ge b d i a f c h Sort-By-Degree (Renumbering) Filtered Subgraph d b g i e 36
  • 31. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Information Management Reference Architecture 37 Actionable Events Streaming Engine Data Lake Enterprise Data & Reporting Discovery Lab Actionable Metrics Actionable Data Sets Input Events Execution Innovation Discovery Output Data Structured Enterprise Data
  • 32. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Big Data SQL Simplifies Analyses 38 Streaming Engine Data Lake Enterprise Data & Reporting Discovery Lab Input Events Execution Innovation Discovery Output Data Structured Enterprise Data Notebooks/Analytic Services Big Data SQL Object Store Hadoop/HDFS Your Application
  • 33. Copyright © 2018, Oracle and/or its affiliates. All rights reserved. | Confidential – Oracle Internal/Restricted/Highly Restricted 39