SlideShare uma empresa Scribd logo
1 de 16
OPEN
CLOUD
CONSORTIUM
IMAGE

PROCESSING
FOR
DISASTER
RELIEF

Image
Cache
and
Image
Delta

GOALS
FOR
PROCESSING
MAP
IMAGERY

•  Make
imagery
available
for
Disaster
Relief

workers
over
the
web

•  Provide
a
mechanism
for
large
scale
image

processing
Satellite/Map
Imagery

•  Provide
image
deltas
for
temporally
different

and
geospaJally
idenJcal
image
sets

•  Source
imagery
can
be
very
large

– New
image
formats
can
be
~2G

– Compare
image
sets
easily

•  New
data
daily

– NASA
E01
mission
tasking

for
fires
and
floods

•  Pass
over
areas
about
every
3rd
day

•  High
availability
for
results

HaiJ
image:

18,878px
by
34,782px

TOOLS
AND
THE
PROCESSING
PLATFORM
MOTIVATION
FOR
CLOUD
IMPLEMENTATION

USE
CASES
FOR
THIS
FRAMEWORK

•  Disasters

– Fires

– Floods

– Earthquakes

– DeforestaJon

– Drought

– War/Refugees

– Tornados

•  Other
Processing

– Medical
Imagery

– Anomaly

DetecJon

– Full
MoJon
Video

– Tracking

– Digital
Cinema

TOOLS
AND
THE
PROCESSING
PLATFORM

•  OCCTestbed
pla^orm

–  Resources
for
processing
large
data

–  Testbed
of
mulJple
clouds

–  UIC
cloud
is
32
nodes

•  Quad
Core,
16GB
RAM,
GigE,
HDFS
on
256GB

•  Apache
Hadoop:
MapReduce
and
HBase

–  Algorithm
adheres
to
MapReduce
framework

–  hcp://hadoop.apache.org/

•  OCC
Image
Processing
tools
(open
source)

–  hcp://code.google.com/p/matsu‐project/

–  Image
comparison

INTERFACING
WITH
RESULTS

•  Open
GeospaJal
ConsorJum
Web
Map
Service

–  Images
available
through
OGCWMS
open
specificaJon

–  hcp://www.opengeospaJal.org/

•  OCC
WMS
Servlet
(open
source)

–  hcp://code.google.com/p/matsu‐project/

•  Various
Map
Viewing
Tools

–  OpenLayers,
Google
Maps,
others

ARAL
SEA
1989
AND
2008

ZOOM
LEVELS
/
BOUNDS

Zoom
Level
1:
4
images
 Zoom
Level
2:
16
images

Zoom
Level
3:
64
images
 Zoom
Level
4:
256
images

Mapper
Input
Key:
Bounding
Box

Mapper
Input
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
resizes
and/or
cuts
up
the
original

image
into
pieces
to
output
Bounding
Boxes

(minx
=
‐135.0
miny
=
45.0
maxx
=
‐112.5
maxy
=
67.5)

Step
1:
Input
to
Mapper

Step
2:
Processing
in
Mapper
 Step
3:
Mapper
Output

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Build
Tile
Cache
in
the
Cloud
‐
Mapper

Reducer
Key
Input:
Bounding
Box

(minx
=
‐45.0
miny
=
‐2.8125
maxx
=
‐43.59375
maxy
=
‐2.109375)

Reducer
Value
Input:

Step
1:
Input
to
Reducer

…

Step
2:
Reducer
Output

Assemble
Images
based
on
bounding
box

•  Output
to
HBase

•  Builds
up
Layers

for
WMS
for

various
datasets

Build
Tile
Cache
in
the
Cloud
‐
Reducer

Mapper
Input
Key:
Bounding
Box

Mapper
Input
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
resizes
and/or
cuts
up
the
original

image
into
pieces
to
output
Bounding
Boxes

(minx
=
‐135.0
miny
=
45.0
maxx
=
‐112.5
maxy
=
67.5)

Step
1:
Input
to
Mapper

Step
2:
Processing
in
Mapper
 Step
3:
Mapper
Output

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

Mapper
Output
Key:
Bounding
Box

Mapper
Output
Value:

+
Timestamp

+
Timestamp

+
Timestamp

+
Timestamp

+
Timestamp

+
Timestamp

+
Timestamp

+
Timestamp

+
Timestamp

Image
Processing
in
the
Cloud
‐
Mapper

Reducer
Key
Input:
Bounding
Box

(minx
=
‐45.0
miny
=
‐2.8125
maxx
=
‐43.59375
maxy
=
‐2.109375)

Reducer
Value
Input:

Step
1:
Input
to
Reducer

…
 …

Step
2:
Process
difference
in
Reducer

Assemble
Images
based
on
Jmestamps
and
compared
 Result
is
a
delta
of
the
two
Images

Step
3:
Reducer
Output

All
images
go
to
different
map
layers
set
of
images
for
display
in
WMS

Timestamp
1

Set

Timestamp
2

Set

Delta
Set

Image
Processing
in
the
Cloud
‐
Reducer

GULF
OIL
SPILL

Day
115
 Day
128
 Delta

SAMPLES
/
FLOODS
IN
PAKISTAN

2010
day
197
 2010
day
263

Delta

SAMPLES
/
FLOODS
IN
PAKISTAN

2010
day
197
 2010
day
263
 Delta

HBASE
TABLES

•  OGC
WMS
Query
translates
to
HBase
scheme

– Layers,
Styles,
ProjecJon,
Size

•  Table
name:
WMS
Layer

– Row
ID:
Bounding
Box
of
image

‐Column
Family:
Style
Name
and
ProjecJon




‐Column
Qualifier:
Width
x
Height







‐Value:
Buffered
Image


Mais conteúdo relacionado

Mais procurados

IMED 2018: Innovations and Challenges in the Use of Open-source Remote Sensin...
IMED 2018: Innovations and Challenges in the Use of Open-source Remote Sensin...IMED 2018: Innovations and Challenges in the Use of Open-source Remote Sensin...
IMED 2018: Innovations and Challenges in the Use of Open-source Remote Sensin...Louisa Diggs
 
Time, Change and Habits in Geospatial-Temporal Information Standards
Time, Change and Habits in Geospatial-Temporal Information StandardsTime, Change and Habits in Geospatial-Temporal Information Standards
Time, Change and Habits in Geospatial-Temporal Information StandardsGeorge Percivall
 
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...Peter Löwe
 
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...Peter Löwe
 
Big Data, Data and Information Mining for Earth Observation
Big Data, Data and Information Mining for Earth ObservationBig Data, Data and Information Mining for Earth Observation
Big Data, Data and Information Mining for Earth ObservationPier Giorgio Marchetti
 
Scientific Knowledge from Geospatial Observations
Scientific Knowledge from Geospatial ObservationsScientific Knowledge from Geospatial Observations
Scientific Knowledge from Geospatial Observations George Percivall
 
Common Approach for UAS Data Geoprocessing
Common Approach for UAS Data GeoprocessingCommon Approach for UAS Data Geoprocessing
Common Approach for UAS Data GeoprocessingGeorge Percivall
 
Remote sensing & Gis
Remote sensing & GisRemote sensing & Gis
Remote sensing & Gisgopichand's
 
GEM Risk: main achievements during the first implementation phase
GEM Risk: main achievements during the first implementation phaseGEM Risk: main achievements during the first implementation phase
GEM Risk: main achievements during the first implementation phaseGlobal Earthquake Model Foundation
 
Tracking emerging diseases from space: Geoinformatics for human health
Tracking emerging diseases from space: Geoinformatics for human healthTracking emerging diseases from space: Geoinformatics for human health
Tracking emerging diseases from space: Geoinformatics for human healthMarkus Neteler
 
Satellite Image Processing Projects Research Help
Satellite Image Processing Projects Research HelpSatellite Image Processing Projects Research Help
Satellite Image Processing Projects Research HelpMatlab Simulation
 
Introduction to remote sensing and gis
Introduction to remote sensing and gisIntroduction to remote sensing and gis
Introduction to remote sensing and gisMohsin Siddique
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)irjes
 
Using GEM’S Tools and Datasets for Calculating Hazard Across the Globe
Using GEM’S Tools and Datasets for Calculating Hazard Across the GlobeUsing GEM’S Tools and Datasets for Calculating Hazard Across the Globe
Using GEM’S Tools and Datasets for Calculating Hazard Across the GlobeGlobal Earthquake Model Foundation
 
Big Data for Local Context
Big Data for Local ContextBig Data for Local Context
Big Data for Local ContextGeorge Percivall
 

Mais procurados (20)

IMED 2018: Innovations and Challenges in the Use of Open-source Remote Sensin...
IMED 2018: Innovations and Challenges in the Use of Open-source Remote Sensin...IMED 2018: Innovations and Challenges in the Use of Open-source Remote Sensin...
IMED 2018: Innovations and Challenges in the Use of Open-source Remote Sensin...
 
Time, Change and Habits in Geospatial-Temporal Information Standards
Time, Change and Habits in Geospatial-Temporal Information StandardsTime, Change and Habits in Geospatial-Temporal Information Standards
Time, Change and Habits in Geospatial-Temporal Information Standards
 
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...
 
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...
Mapping the Tohoku 2011 Tsunami event with a remote sensing satellite constel...
 
EMME Earthquake Model of Middle East
EMME Earthquake Model of Middle EastEMME Earthquake Model of Middle East
EMME Earthquake Model of Middle East
 
Big Data, Data and Information Mining for Earth Observation
Big Data, Data and Information Mining for Earth ObservationBig Data, Data and Information Mining for Earth Observation
Big Data, Data and Information Mining for Earth Observation
 
Scientific Knowledge from Geospatial Observations
Scientific Knowledge from Geospatial ObservationsScientific Knowledge from Geospatial Observations
Scientific Knowledge from Geospatial Observations
 
Common Approach for UAS Data Geoprocessing
Common Approach for UAS Data GeoprocessingCommon Approach for UAS Data Geoprocessing
Common Approach for UAS Data Geoprocessing
 
Rs
RsRs
Rs
 
Remote sensing & Gis
Remote sensing & GisRemote sensing & Gis
Remote sensing & Gis
 
EMME project_OQRelease
EMME project_OQReleaseEMME project_OQRelease
EMME project_OQRelease
 
GEM Risk: main achievements during the first implementation phase
GEM Risk: main achievements during the first implementation phaseGEM Risk: main achievements during the first implementation phase
GEM Risk: main achievements during the first implementation phase
 
GEM’s hazard products: outcomes and applications
GEM’s hazard products: outcomes and applicationsGEM’s hazard products: outcomes and applications
GEM’s hazard products: outcomes and applications
 
Tracking emerging diseases from space: Geoinformatics for human health
Tracking emerging diseases from space: Geoinformatics for human healthTracking emerging diseases from space: Geoinformatics for human health
Tracking emerging diseases from space: Geoinformatics for human health
 
Satellite Image Processing Projects Research Help
Satellite Image Processing Projects Research HelpSatellite Image Processing Projects Research Help
Satellite Image Processing Projects Research Help
 
Introduction to remote sensing and gis
Introduction to remote sensing and gisIntroduction to remote sensing and gis
Introduction to remote sensing and gis
 
International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)International Refereed Journal of Engineering and Science (IRJES)
International Refereed Journal of Engineering and Science (IRJES)
 
Using GEM’S Tools and Datasets for Calculating Hazard Across the Globe
Using GEM’S Tools and Datasets for Calculating Hazard Across the GlobeUsing GEM’S Tools and Datasets for Calculating Hazard Across the Globe
Using GEM’S Tools and Datasets for Calculating Hazard Across the Globe
 
Big Data for Local Context
Big Data for Local ContextBig Data for Local Context
Big Data for Local Context
 
Basic remote sensing and gis
Basic remote sensing and gisBasic remote sensing and gis
Basic remote sensing and gis
 

Semelhante a TexelTek - Andrew Levine - Hadoop World 2010

 Gigapixel resolution imaging for near-remote sensing and phenomics
 Gigapixel resolution imaging for near-remote sensing and phenomics Gigapixel resolution imaging for near-remote sensing and phenomics
 Gigapixel resolution imaging for near-remote sensing and phenomicsTimeScience
 
GEO Expert Advisory Group - ESA Thematic Exploitation Platforms - Geohazards
GEO Expert Advisory Group - ESA Thematic Exploitation Platforms - GeohazardsGEO Expert Advisory Group - ESA Thematic Exploitation Platforms - Geohazards
GEO Expert Advisory Group - ESA Thematic Exploitation Platforms - Geohazardsterradue
 
Landmap CETIS 2012
Landmap CETIS 2012Landmap CETIS 2012
Landmap CETIS 2012Bharti Gupta
 
Integration for Planet Satellite Imagery
Integration for Planet Satellite ImageryIntegration for Planet Satellite Imagery
Integration for Planet Satellite ImagerySafe Software
 
From gigapixel timelapse cameras to unmanned aerial vehicles to smartphones: ...
From gigapixel timelapse cameras to unmanned aerial vehicles to smartphones: ...From gigapixel timelapse cameras to unmanned aerial vehicles to smartphones: ...
From gigapixel timelapse cameras to unmanned aerial vehicles to smartphones: ...TimeScience
 
TraitCapture: NextGen Monitoring and Visualization from seed to ecosystem
TraitCapture: NextGen Monitoring and Visualization from seed to ecosystemTraitCapture: NextGen Monitoring and Visualization from seed to ecosystem
TraitCapture: NextGen Monitoring and Visualization from seed to ecosystemTimeScience
 
From pixels to point clouds - Using drones,game engines and virtual reality t...
From pixels to point clouds - Using drones,game engines and virtual reality t...From pixels to point clouds - Using drones,game engines and virtual reality t...
From pixels to point clouds - Using drones,game engines and virtual reality t...ARDC
 
TRIDEC Cloud @ Tsunami Decision Support Systems 2015, 2-3 July 2015, Ispra, I...
TRIDEC Cloud @ Tsunami Decision Support Systems 2015, 2-3 July 2015, Ispra, I...TRIDEC Cloud @ Tsunami Decision Support Systems 2015, 2-3 July 2015, Ispra, I...
TRIDEC Cloud @ Tsunami Decision Support Systems 2015, 2-3 July 2015, Ispra, I...Martin Hammitzsch
 
GWT 2014: Emergency Conference - 03 la gestione del processo di acquisizione ...
GWT 2014: Emergency Conference - 03 la gestione del processo di acquisizione ...GWT 2014: Emergency Conference - 03 la gestione del processo di acquisizione ...
GWT 2014: Emergency Conference - 03 la gestione del processo di acquisizione ...Planetek Italia Srl
 
Processing Real-Time Volcano Seismic Measurements Through Redis: David Chaves
Processing Real-Time Volcano Seismic Measurements Through Redis: David ChavesProcessing Real-Time Volcano Seismic Measurements Through Redis: David Chaves
Processing Real-Time Volcano Seismic Measurements Through Redis: David ChavesRedis Labs
 
Gigapixel imaging, ESA Australia, Dec 2012
Gigapixel imaging, ESA Australia, Dec 2012Gigapixel imaging, ESA Australia, Dec 2012
Gigapixel imaging, ESA Australia, Dec 2012TimeScience
 
Collect earth & earth map
Collect earth & earth mapCollect earth & earth map
Collect earth & earth mapFAO
 
EODN-IDMS A distributed storage service for open access to Landsat data for n...
EODN-IDMS A distributed storage service for open access to Landsat data for n...EODN-IDMS A distributed storage service for open access to Landsat data for n...
EODN-IDMS A distributed storage service for open access to Landsat data for n...US-Ignite
 
Harmonization of Data Formats for Tsunami Simulation Products
Harmonization of Data Formats for Tsunami Simulation ProductsHarmonization of Data Formats for Tsunami Simulation Products
Harmonization of Data Formats for Tsunami Simulation Productsstreamspotter
 
Explanatory material of NIED Disaster Information Sharing System
Explanatory material of NIED Disaster Information Sharing SystemExplanatory material of NIED Disaster Information Sharing System
Explanatory material of NIED Disaster Information Sharing SystemTadashi Ise
 
Collaborative Geo-information Capturing To Support Emergency Response
Collaborative Geo-information Capturing To Support Emergency Response Collaborative Geo-information Capturing To Support Emergency Response
Collaborative Geo-information Capturing To Support Emergency Response UN-SPIDER
 

Semelhante a TexelTek - Andrew Levine - Hadoop World 2010 (20)

 Gigapixel resolution imaging for near-remote sensing and phenomics
 Gigapixel resolution imaging for near-remote sensing and phenomics Gigapixel resolution imaging for near-remote sensing and phenomics
 Gigapixel resolution imaging for near-remote sensing and phenomics
 
GEO Expert Advisory Group - ESA Thematic Exploitation Platforms - Geohazards
GEO Expert Advisory Group - ESA Thematic Exploitation Platforms - GeohazardsGEO Expert Advisory Group - ESA Thematic Exploitation Platforms - Geohazards
GEO Expert Advisory Group - ESA Thematic Exploitation Platforms - Geohazards
 
Landmap CETIS 2012
Landmap CETIS 2012Landmap CETIS 2012
Landmap CETIS 2012
 
Integration for Planet Satellite Imagery
Integration for Planet Satellite ImageryIntegration for Planet Satellite Imagery
Integration for Planet Satellite Imagery
 
sevt
sevtsevt
sevt
 
From gigapixel timelapse cameras to unmanned aerial vehicles to smartphones: ...
From gigapixel timelapse cameras to unmanned aerial vehicles to smartphones: ...From gigapixel timelapse cameras to unmanned aerial vehicles to smartphones: ...
From gigapixel timelapse cameras to unmanned aerial vehicles to smartphones: ...
 
TraitCapture: NextGen Monitoring and Visualization from seed to ecosystem
TraitCapture: NextGen Monitoring and Visualization from seed to ecosystemTraitCapture: NextGen Monitoring and Visualization from seed to ecosystem
TraitCapture: NextGen Monitoring and Visualization from seed to ecosystem
 
From pixels to point clouds - Using drones,game engines and virtual reality t...
From pixels to point clouds - Using drones,game engines and virtual reality t...From pixels to point clouds - Using drones,game engines and virtual reality t...
From pixels to point clouds - Using drones,game engines and virtual reality t...
 
Goal andga oct01
Goal andga oct01Goal andga oct01
Goal andga oct01
 
TRIDEC Cloud @ Tsunami Decision Support Systems 2015, 2-3 July 2015, Ispra, I...
TRIDEC Cloud @ Tsunami Decision Support Systems 2015, 2-3 July 2015, Ispra, I...TRIDEC Cloud @ Tsunami Decision Support Systems 2015, 2-3 July 2015, Ispra, I...
TRIDEC Cloud @ Tsunami Decision Support Systems 2015, 2-3 July 2015, Ispra, I...
 
GWT 2014: Emergency Conference - 03 la gestione del processo di acquisizione ...
GWT 2014: Emergency Conference - 03 la gestione del processo di acquisizione ...GWT 2014: Emergency Conference - 03 la gestione del processo di acquisizione ...
GWT 2014: Emergency Conference - 03 la gestione del processo di acquisizione ...
 
Processing Real-Time Volcano Seismic Measurements Through Redis: David Chaves
Processing Real-Time Volcano Seismic Measurements Through Redis: David ChavesProcessing Real-Time Volcano Seismic Measurements Through Redis: David Chaves
Processing Real-Time Volcano Seismic Measurements Through Redis: David Chaves
 
Gigapixel imaging, ESA Australia, Dec 2012
Gigapixel imaging, ESA Australia, Dec 2012Gigapixel imaging, ESA Australia, Dec 2012
Gigapixel imaging, ESA Australia, Dec 2012
 
CL#21-0488.pdf
CL#21-0488.pdfCL#21-0488.pdf
CL#21-0488.pdf
 
Collect earth & earth map
Collect earth & earth mapCollect earth & earth map
Collect earth & earth map
 
EODN-IDMS A distributed storage service for open access to Landsat data for n...
EODN-IDMS A distributed storage service for open access to Landsat data for n...EODN-IDMS A distributed storage service for open access to Landsat data for n...
EODN-IDMS A distributed storage service for open access to Landsat data for n...
 
Zhang UAV at USCID
Zhang UAV at USCIDZhang UAV at USCID
Zhang UAV at USCID
 
Harmonization of Data Formats for Tsunami Simulation Products
Harmonization of Data Formats for Tsunami Simulation ProductsHarmonization of Data Formats for Tsunami Simulation Products
Harmonization of Data Formats for Tsunami Simulation Products
 
Explanatory material of NIED Disaster Information Sharing System
Explanatory material of NIED Disaster Information Sharing SystemExplanatory material of NIED Disaster Information Sharing System
Explanatory material of NIED Disaster Information Sharing System
 
Collaborative Geo-information Capturing To Support Emergency Response
Collaborative Geo-information Capturing To Support Emergency Response Collaborative Geo-information Capturing To Support Emergency Response
Collaborative Geo-information Capturing To Support Emergency Response
 

Mais de Cloudera, Inc.

Partner Briefing_January 25 (FINAL).pptx
Partner Briefing_January 25 (FINAL).pptxPartner Briefing_January 25 (FINAL).pptx
Partner Briefing_January 25 (FINAL).pptxCloudera, Inc.
 
Cloudera Data Impact Awards 2021 - Finalists
Cloudera Data Impact Awards 2021 - Finalists Cloudera Data Impact Awards 2021 - Finalists
Cloudera Data Impact Awards 2021 - Finalists Cloudera, Inc.
 
2020 Cloudera Data Impact Awards Finalists
2020 Cloudera Data Impact Awards Finalists2020 Cloudera Data Impact Awards Finalists
2020 Cloudera Data Impact Awards FinalistsCloudera, Inc.
 
Edc event vienna presentation 1 oct 2019
Edc event vienna presentation 1 oct 2019Edc event vienna presentation 1 oct 2019
Edc event vienna presentation 1 oct 2019Cloudera, Inc.
 
Machine Learning with Limited Labeled Data 4/3/19
Machine Learning with Limited Labeled Data 4/3/19Machine Learning with Limited Labeled Data 4/3/19
Machine Learning with Limited Labeled Data 4/3/19Cloudera, Inc.
 
Data Driven With the Cloudera Modern Data Warehouse 3.19.19
Data Driven With the Cloudera Modern Data Warehouse 3.19.19Data Driven With the Cloudera Modern Data Warehouse 3.19.19
Data Driven With the Cloudera Modern Data Warehouse 3.19.19Cloudera, Inc.
 
Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19Cloudera, Inc.
 
Introducing Cloudera Data Science Workbench for HDP 2.12.19
Introducing Cloudera Data Science Workbench for HDP 2.12.19Introducing Cloudera Data Science Workbench for HDP 2.12.19
Introducing Cloudera Data Science Workbench for HDP 2.12.19Cloudera, Inc.
 
Shortening the Sales Cycle with a Modern Data Warehouse 1.30.19
Shortening the Sales Cycle with a Modern Data Warehouse 1.30.19Shortening the Sales Cycle with a Modern Data Warehouse 1.30.19
Shortening the Sales Cycle with a Modern Data Warehouse 1.30.19Cloudera, Inc.
 
Leveraging the cloud for analytics and machine learning 1.29.19
Leveraging the cloud for analytics and machine learning 1.29.19Leveraging the cloud for analytics and machine learning 1.29.19
Leveraging the cloud for analytics and machine learning 1.29.19Cloudera, Inc.
 
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19Cloudera, Inc.
 
Leveraging the Cloud for Big Data Analytics 12.11.18
Leveraging the Cloud for Big Data Analytics 12.11.18Leveraging the Cloud for Big Data Analytics 12.11.18
Leveraging the Cloud for Big Data Analytics 12.11.18Cloudera, Inc.
 
Modern Data Warehouse Fundamentals Part 3
Modern Data Warehouse Fundamentals Part 3Modern Data Warehouse Fundamentals Part 3
Modern Data Warehouse Fundamentals Part 3Cloudera, Inc.
 
Modern Data Warehouse Fundamentals Part 2
Modern Data Warehouse Fundamentals Part 2Modern Data Warehouse Fundamentals Part 2
Modern Data Warehouse Fundamentals Part 2Cloudera, Inc.
 
Modern Data Warehouse Fundamentals Part 1
Modern Data Warehouse Fundamentals Part 1Modern Data Warehouse Fundamentals Part 1
Modern Data Warehouse Fundamentals Part 1Cloudera, Inc.
 
Extending Cloudera SDX beyond the Platform
Extending Cloudera SDX beyond the PlatformExtending Cloudera SDX beyond the Platform
Extending Cloudera SDX beyond the PlatformCloudera, Inc.
 
Federated Learning: ML with Privacy on the Edge 11.15.18
Federated Learning: ML with Privacy on the Edge 11.15.18Federated Learning: ML with Privacy on the Edge 11.15.18
Federated Learning: ML with Privacy on the Edge 11.15.18Cloudera, Inc.
 
Analyst Webinar: Doing a 180 on Customer 360
Analyst Webinar: Doing a 180 on Customer 360Analyst Webinar: Doing a 180 on Customer 360
Analyst Webinar: Doing a 180 on Customer 360Cloudera, Inc.
 
Build a modern platform for anti-money laundering 9.19.18
Build a modern platform for anti-money laundering 9.19.18Build a modern platform for anti-money laundering 9.19.18
Build a modern platform for anti-money laundering 9.19.18Cloudera, Inc.
 
Introducing the data science sandbox as a service 8.30.18
Introducing the data science sandbox as a service 8.30.18Introducing the data science sandbox as a service 8.30.18
Introducing the data science sandbox as a service 8.30.18Cloudera, Inc.
 

Mais de Cloudera, Inc. (20)

Partner Briefing_January 25 (FINAL).pptx
Partner Briefing_January 25 (FINAL).pptxPartner Briefing_January 25 (FINAL).pptx
Partner Briefing_January 25 (FINAL).pptx
 
Cloudera Data Impact Awards 2021 - Finalists
Cloudera Data Impact Awards 2021 - Finalists Cloudera Data Impact Awards 2021 - Finalists
Cloudera Data Impact Awards 2021 - Finalists
 
2020 Cloudera Data Impact Awards Finalists
2020 Cloudera Data Impact Awards Finalists2020 Cloudera Data Impact Awards Finalists
2020 Cloudera Data Impact Awards Finalists
 
Edc event vienna presentation 1 oct 2019
Edc event vienna presentation 1 oct 2019Edc event vienna presentation 1 oct 2019
Edc event vienna presentation 1 oct 2019
 
Machine Learning with Limited Labeled Data 4/3/19
Machine Learning with Limited Labeled Data 4/3/19Machine Learning with Limited Labeled Data 4/3/19
Machine Learning with Limited Labeled Data 4/3/19
 
Data Driven With the Cloudera Modern Data Warehouse 3.19.19
Data Driven With the Cloudera Modern Data Warehouse 3.19.19Data Driven With the Cloudera Modern Data Warehouse 3.19.19
Data Driven With the Cloudera Modern Data Warehouse 3.19.19
 
Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19
 
Introducing Cloudera Data Science Workbench for HDP 2.12.19
Introducing Cloudera Data Science Workbench for HDP 2.12.19Introducing Cloudera Data Science Workbench for HDP 2.12.19
Introducing Cloudera Data Science Workbench for HDP 2.12.19
 
Shortening the Sales Cycle with a Modern Data Warehouse 1.30.19
Shortening the Sales Cycle with a Modern Data Warehouse 1.30.19Shortening the Sales Cycle with a Modern Data Warehouse 1.30.19
Shortening the Sales Cycle with a Modern Data Warehouse 1.30.19
 
Leveraging the cloud for analytics and machine learning 1.29.19
Leveraging the cloud for analytics and machine learning 1.29.19Leveraging the cloud for analytics and machine learning 1.29.19
Leveraging the cloud for analytics and machine learning 1.29.19
 
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19
Modernizing the Legacy Data Warehouse – What, Why, and How 1.23.19
 
Leveraging the Cloud for Big Data Analytics 12.11.18
Leveraging the Cloud for Big Data Analytics 12.11.18Leveraging the Cloud for Big Data Analytics 12.11.18
Leveraging the Cloud for Big Data Analytics 12.11.18
 
Modern Data Warehouse Fundamentals Part 3
Modern Data Warehouse Fundamentals Part 3Modern Data Warehouse Fundamentals Part 3
Modern Data Warehouse Fundamentals Part 3
 
Modern Data Warehouse Fundamentals Part 2
Modern Data Warehouse Fundamentals Part 2Modern Data Warehouse Fundamentals Part 2
Modern Data Warehouse Fundamentals Part 2
 
Modern Data Warehouse Fundamentals Part 1
Modern Data Warehouse Fundamentals Part 1Modern Data Warehouse Fundamentals Part 1
Modern Data Warehouse Fundamentals Part 1
 
Extending Cloudera SDX beyond the Platform
Extending Cloudera SDX beyond the PlatformExtending Cloudera SDX beyond the Platform
Extending Cloudera SDX beyond the Platform
 
Federated Learning: ML with Privacy on the Edge 11.15.18
Federated Learning: ML with Privacy on the Edge 11.15.18Federated Learning: ML with Privacy on the Edge 11.15.18
Federated Learning: ML with Privacy on the Edge 11.15.18
 
Analyst Webinar: Doing a 180 on Customer 360
Analyst Webinar: Doing a 180 on Customer 360Analyst Webinar: Doing a 180 on Customer 360
Analyst Webinar: Doing a 180 on Customer 360
 
Build a modern platform for anti-money laundering 9.19.18
Build a modern platform for anti-money laundering 9.19.18Build a modern platform for anti-money laundering 9.19.18
Build a modern platform for anti-money laundering 9.19.18
 
Introducing the data science sandbox as a service 8.30.18
Introducing the data science sandbox as a service 8.30.18Introducing the data science sandbox as a service 8.30.18
Introducing the data science sandbox as a service 8.30.18
 

Último

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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
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
 
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
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
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
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
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
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
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
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 

Último (20)

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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
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)
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
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
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
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
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
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
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 

TexelTek - Andrew Levine - Hadoop World 2010