SlideShare una empresa de Scribd logo
1 de 37
apps on maps...
Building the World with Elastic
Map Reduce
Oliver Norton, Technical Director
Tim Jenks, Technical Lead
appsonmaps.com
AS3 SDK – Apps in Browser
JS API – Embed on your website
IOS SDK – Mobile, coming Q4 2012
social media
social commerce
traffic updates
journey planning
worldflightclub.com
flying like a bird
World Flight Club on YouTube
flipping the bird!
Flipper on YouTube
photographic maps
Photographic-based maps ….
layered data
We fuse layered data to procedurally
generate our maps
(using AWS’ Elastic Map Reduce)
streamed
All built & served from off-the-shelf Amazon Web Service
infrastructure
pipeline
data size
Over 2TB Data
Terrain:
GB (10m, ¼ million Km2)
US (10m, 40x GB)
Buildings :
GB (full coverage)
US (120 cities)
Roads:
GB (¼ million miles)
US (4 million miles)
Processing this can start to be expensive $$$
before
• Limited scalability -> 60 desktop spec machines
• Multi-TB SAN with a £10k/year maintenance cost
• In house build that needed maintaining
• 10mbit/sec symmetric internet to upload TBs of data
• 3 developers knew how to run builds
• Electric costs -> who knows…
now
On Amazon Elastic Map Reduce
now
• Scalability -> 800 m1.large instances
• Off shelf tech that’s discoverable (hadoop, MRJob)
• Maintenance reduced
• Data is already in cloud (source, and destination)
• More predictable costs (and happier costs, with spot
pricing)
• DevOps benefits: Now any engineer can write and run
jobs, not just 3
pipeline
mrjob
• MRjob from Yelp
• http://github.com/Yelp/mrjob
800 machines in 20lines
class MyMapReduceJob(MRJob):
def mapper_init(self):
self.__mapper = # wire up mapper
def mapper(self, key, line):
# perform map work
for key, value in self.__mapper.map(line, None):
yield str(key), value
def reducer_init(self):
self.__reducer = # wire up reducer
def reducer(self, key, values):
# perform reduce work
result = self.__reducer.reduce(key, values)
if result:
yield key, "built successfully"
else:
yield key, "failed"
if __name__ == '__main__':
MyMapReduceJob.run()
amazon emr
Processing Complexity X Data Size
thanks
appsonmaps.com
Twitter: @eeGeo

Más contenido relacionado

La actualidad más candente

OWASP Khartoum Cyber Security Session
OWASP Khartoum Cyber Security SessionOWASP Khartoum Cyber Security Session
OWASP Khartoum Cyber Security SessionOWASP Khartoum
 
Arup smart cities issue 1
Arup smart cities issue 1Arup smart cities issue 1
Arup smart cities issue 1vbuscher
 
OpenStreetMap Brighton 0.9999
OpenStreetMap Brighton 0.9999OpenStreetMap Brighton 0.9999
OpenStreetMap Brighton 0.9999mikel_maron
 
AWS re:Invent re:Cap - 자동화된 반응형 코드 구동: Amazon Lambda - 정윤진
AWS re:Invent re:Cap - 자동화된 반응형 코드 구동: Amazon Lambda - 정윤진AWS re:Invent re:Cap - 자동화된 반응형 코드 구동: Amazon Lambda - 정윤진
AWS re:Invent re:Cap - 자동화된 반응형 코드 구동: Amazon Lambda - 정윤진Amazon Web Services Korea
 
Junli Gu at AI Frontiers: Autonomous Driving Revolution
Junli Gu at AI Frontiers: Autonomous Driving RevolutionJunli Gu at AI Frontiers: Autonomous Driving Revolution
Junli Gu at AI Frontiers: Autonomous Driving RevolutionAI Frontiers
 
Mark Moore at AI Frontiers : Uber Elevate
Mark Moore at AI Frontiers : Uber ElevateMark Moore at AI Frontiers : Uber Elevate
Mark Moore at AI Frontiers : Uber ElevateAI Frontiers
 
GeoWeb Services #WIN or #FAIL
GeoWeb Services #WIN or #FAILGeoWeb Services #WIN or #FAIL
GeoWeb Services #WIN or #FAILJohn Fagan
 
Demuxed 2019 Lightning Talk - Multi lingual captions
Demuxed 2019 Lightning Talk - Multi lingual captions Demuxed 2019 Lightning Talk - Multi lingual captions
Demuxed 2019 Lightning Talk - Multi lingual captions Jeremy Brown
 
EnviroInsite w/ EQuIS K'Nect - August 2016
EnviroInsite w/ EQuIS K'Nect - August 2016EnviroInsite w/ EQuIS K'Nect - August 2016
EnviroInsite w/ EQuIS K'Nect - August 2016Bruce Jacobs
 
EnviroInsite w/ EQuIS K'Nect - August 2016
EnviroInsite w/ EQuIS K'Nect - August 2016EnviroInsite w/ EQuIS K'Nect - August 2016
EnviroInsite w/ EQuIS K'Nect - August 2016Bruce Jacobs
 
OpenStreetMap Mumbai Workshop
OpenStreetMap Mumbai WorkshopOpenStreetMap Mumbai Workshop
OpenStreetMap Mumbai Workshopmikel_maron
 

La actualidad más candente (17)

AI in Aerospace
AI in AerospaceAI in Aerospace
AI in Aerospace
 
OWASP Khartoum Cyber Security Session
OWASP Khartoum Cyber Security SessionOWASP Khartoum Cyber Security Session
OWASP Khartoum Cyber Security Session
 
Google map
Google mapGoogle map
Google map
 
Anne-Marie Slaughter - 2015 AICD Conference - Hot Spots and Blind Spots
Anne-Marie Slaughter - 2015 AICD Conference - Hot Spots and Blind SpotsAnne-Marie Slaughter - 2015 AICD Conference - Hot Spots and Blind Spots
Anne-Marie Slaughter - 2015 AICD Conference - Hot Spots and Blind Spots
 
Arup smart cities issue 1
Arup smart cities issue 1Arup smart cities issue 1
Arup smart cities issue 1
 
OpenStreetMap Brighton 0.9999
OpenStreetMap Brighton 0.9999OpenStreetMap Brighton 0.9999
OpenStreetMap Brighton 0.9999
 
AWS re:Invent re:Cap - 자동화된 반응형 코드 구동: Amazon Lambda - 정윤진
AWS re:Invent re:Cap - 자동화된 반응형 코드 구동: Amazon Lambda - 정윤진AWS re:Invent re:Cap - 자동화된 반응형 코드 구동: Amazon Lambda - 정윤진
AWS re:Invent re:Cap - 자동화된 반응형 코드 구동: Amazon Lambda - 정윤진
 
Junli Gu at AI Frontiers: Autonomous Driving Revolution
Junli Gu at AI Frontiers: Autonomous Driving RevolutionJunli Gu at AI Frontiers: Autonomous Driving Revolution
Junli Gu at AI Frontiers: Autonomous Driving Revolution
 
Mark Moore at AI Frontiers : Uber Elevate
Mark Moore at AI Frontiers : Uber ElevateMark Moore at AI Frontiers : Uber Elevate
Mark Moore at AI Frontiers : Uber Elevate
 
UgCS For Professionals (with screenshots)
UgCS For Professionals (with screenshots)UgCS For Professionals (with screenshots)
UgCS For Professionals (with screenshots)
 
GeoWeb Services #WIN or #FAIL
GeoWeb Services #WIN or #FAILGeoWeb Services #WIN or #FAIL
GeoWeb Services #WIN or #FAIL
 
Demuxed 2019 Lightning Talk - Multi lingual captions
Demuxed 2019 Lightning Talk - Multi lingual captions Demuxed 2019 Lightning Talk - Multi lingual captions
Demuxed 2019 Lightning Talk - Multi lingual captions
 
EnviroInsite w/ EQuIS K'Nect - August 2016
EnviroInsite w/ EQuIS K'Nect - August 2016EnviroInsite w/ EQuIS K'Nect - August 2016
EnviroInsite w/ EQuIS K'Nect - August 2016
 
EnviroInsite w/ EQuIS K'Nect - August 2016
EnviroInsite w/ EQuIS K'Nect - August 2016EnviroInsite w/ EQuIS K'Nect - August 2016
EnviroInsite w/ EQuIS K'Nect - August 2016
 
Ugcs
UgcsUgcs
Ugcs
 
Developing a Crowd Sourcing App
Developing a Crowd Sourcing AppDeveloping a Crowd Sourcing App
Developing a Crowd Sourcing App
 
OpenStreetMap Mumbai Workshop
OpenStreetMap Mumbai WorkshopOpenStreetMap Mumbai Workshop
OpenStreetMap Mumbai Workshop
 

Destacado

Pbt3001 x a-introduction
Pbt3001 x a-introductionPbt3001 x a-introduction
Pbt3001 x a-introductionmark_morin
 
Savvy Researcher workshop on grant finding
Savvy Researcher workshop on grant findingSavvy Researcher workshop on grant finding
Savvy Researcher workshop on grant findingBrian Zelip
 
Lifecycles & Flows | Class 1 - September 4
Lifecycles & Flows | Class 1 - September 4Lifecycles & Flows | Class 1 - September 4
Lifecycles & Flows | Class 1 - September 4Rebecca Gard Silver
 
Scholarly Publishing with Omeka - part 1: Local installation
Scholarly Publishing with Omeka - part 1: Local installationScholarly Publishing with Omeka - part 1: Local installation
Scholarly Publishing with Omeka - part 1: Local installationBrian Zelip
 
Nigel Dick - Music Director
Nigel Dick - Music DirectorNigel Dick - Music Director
Nigel Dick - Music Directordominicpunt
 
Scholarly Publishing with WordPress, a Savvy Researcher Workshop
Scholarly Publishing with WordPress, a Savvy Researcher WorkshopScholarly Publishing with WordPress, a Savvy Researcher Workshop
Scholarly Publishing with WordPress, a Savvy Researcher WorkshopBrian Zelip
 
Building networked local knowledge: LocalWiki & Library Engagement
Building networked local knowledge: LocalWiki & Library EngagementBuilding networked local knowledge: LocalWiki & Library Engagement
Building networked local knowledge: LocalWiki & Library EngagementBrian Zelip
 
Music Video Choices
Music Video ChoicesMusic Video Choices
Music Video Choicesdominicpunt
 
Trademark basics
Trademark basicsTrademark basics
Trademark basicsmohnacky
 
'Film Makers' Film Pitch
'Film Makers' Film Pitch'Film Makers' Film Pitch
'Film Makers' Film Pitchdominicpunt
 
Designing Climate Action - Introductions
Designing Climate Action - IntroductionsDesigning Climate Action - Introductions
Designing Climate Action - IntroductionsRebecca Gard Silver
 
Low budget v high budget
Low budget v high budgetLow budget v high budget
Low budget v high budgetdominicpunt
 
Thor the dark world
Thor   the dark worldThor   the dark world
Thor the dark worlddominicpunt
 
Scholarly Publishing with WordPress part 2: Local Customization
Scholarly Publishing with WordPress part 2: Local CustomizationScholarly Publishing with WordPress part 2: Local Customization
Scholarly Publishing with WordPress part 2: Local CustomizationBrian Zelip
 
Better by Measure: Leaning Into Materiality
Better by Measure: Leaning Into MaterialityBetter by Measure: Leaning Into Materiality
Better by Measure: Leaning Into MaterialityRebecca Gard Silver
 
Leveraging the dmp tool
Leveraging the dmp toolLeveraging the dmp tool
Leveraging the dmp toolBrian Zelip
 
Startup Guide: Chicago
Startup Guide: ChicagoStartup Guide: Chicago
Startup Guide: ChicagoAdam London
 

Destacado (19)

Pbt3001 x a-introduction
Pbt3001 x a-introductionPbt3001 x a-introduction
Pbt3001 x a-introduction
 
Savvy Researcher workshop on grant finding
Savvy Researcher workshop on grant findingSavvy Researcher workshop on grant finding
Savvy Researcher workshop on grant finding
 
Lifecycles & Flows | Class 1 - September 4
Lifecycles & Flows | Class 1 - September 4Lifecycles & Flows | Class 1 - September 4
Lifecycles & Flows | Class 1 - September 4
 
Scholarly Publishing with Omeka - part 1: Local installation
Scholarly Publishing with Omeka - part 1: Local installationScholarly Publishing with Omeka - part 1: Local installation
Scholarly Publishing with Omeka - part 1: Local installation
 
Nigel Dick - Music Director
Nigel Dick - Music DirectorNigel Dick - Music Director
Nigel Dick - Music Director
 
Scholarly Publishing with WordPress, a Savvy Researcher Workshop
Scholarly Publishing with WordPress, a Savvy Researcher WorkshopScholarly Publishing with WordPress, a Savvy Researcher Workshop
Scholarly Publishing with WordPress, a Savvy Researcher Workshop
 
Ucl nightmare
Ucl nightmareUcl nightmare
Ucl nightmare
 
Building networked local knowledge: LocalWiki & Library Engagement
Building networked local knowledge: LocalWiki & Library EngagementBuilding networked local knowledge: LocalWiki & Library Engagement
Building networked local knowledge: LocalWiki & Library Engagement
 
Music Video Choices
Music Video ChoicesMusic Video Choices
Music Video Choices
 
Trademark basics
Trademark basicsTrademark basics
Trademark basics
 
'Film Makers' Film Pitch
'Film Makers' Film Pitch'Film Makers' Film Pitch
'Film Makers' Film Pitch
 
Designing Climate Action - Introductions
Designing Climate Action - IntroductionsDesigning Climate Action - Introductions
Designing Climate Action - Introductions
 
Low budget v high budget
Low budget v high budgetLow budget v high budget
Low budget v high budget
 
Thor the dark world
Thor   the dark worldThor   the dark world
Thor the dark world
 
Scholarly Publishing with WordPress part 2: Local Customization
Scholarly Publishing with WordPress part 2: Local CustomizationScholarly Publishing with WordPress part 2: Local Customization
Scholarly Publishing with WordPress part 2: Local Customization
 
Ucl nightmare
Ucl nightmareUcl nightmare
Ucl nightmare
 
Better by Measure: Leaning Into Materiality
Better by Measure: Leaning Into MaterialityBetter by Measure: Leaning Into Materiality
Better by Measure: Leaning Into Materiality
 
Leveraging the dmp tool
Leveraging the dmp toolLeveraging the dmp tool
Leveraging the dmp tool
 
Startup Guide: Chicago
Startup Guide: ChicagoStartup Guide: Chicago
Startup Guide: Chicago
 

Similar a Building the world with Elastic Map Reduce

AMF305_Autonomous Driving Algorithm Development on Amazon AI
AMF305_Autonomous Driving Algorithm Development on Amazon AIAMF305_Autonomous Driving Algorithm Development on Amazon AI
AMF305_Autonomous Driving Algorithm Development on Amazon AIAmazon Web Services
 
Cloud Computing and HTML5, 2010
Cloud Computing and HTML5, 2010Cloud Computing and HTML5, 2010
Cloud Computing and HTML5, 2010Moullet
 
Strategies for Integrating Utility System Operational Data into ArcGIS Server...
Strategies for Integrating Utility System Operational Data into ArcGIS Server...Strategies for Integrating Utility System Operational Data into ArcGIS Server...
Strategies for Integrating Utility System Operational Data into ArcGIS Server...True North Geographic Technologies
 
AWS re:Invent 2016: How Mapbox Uses the AWS Edge to Deliver Fast Maps for Mob...
AWS re:Invent 2016: How Mapbox Uses the AWS Edge to Deliver Fast Maps for Mob...AWS re:Invent 2016: How Mapbox Uses the AWS Edge to Deliver Fast Maps for Mob...
AWS re:Invent 2016: How Mapbox Uses the AWS Edge to Deliver Fast Maps for Mob...Amazon Web Services
 
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...Esri Nederland
 
Multi-homed applications
Multi-homed applicationsMulti-homed applications
Multi-homed applicationsAndreas Ehn
 
FME User Stories from Around the World
FME User Stories from Around the WorldFME User Stories from Around the World
FME User Stories from Around the WorldSafe Software
 
ACDKOCHI19 - Technical Presentation - Connecting 10000 cars to the AWS Cloud
ACDKOCHI19 - Technical Presentation - Connecting 10000 cars to the AWS CloudACDKOCHI19 - Technical Presentation - Connecting 10000 cars to the AWS Cloud
ACDKOCHI19 - Technical Presentation - Connecting 10000 cars to the AWS CloudAWS User Group Kochi
 
Final presentation
Final presentationFinal presentation
Final presentationSKRizvi
 
FME World Tour 2015 - Around the World - Ken Bragg
FME World Tour 2015 - Around the World - Ken BraggFME World Tour 2015 - Around the World - Ken Bragg
FME World Tour 2015 - Around the World - Ken BraggIMGS
 
NCGIC The Geospatial Revolution
NCGIC The Geospatial RevolutionNCGIC The Geospatial Revolution
NCGIC The Geospatial RevolutionPeter Batty
 
Publishing on ArcGIS Mobile
Publishing on ArcGIS MobilePublishing on ArcGIS Mobile
Publishing on ArcGIS MobileEsri
 
Fog Computing.pptx
Fog Computing.pptxFog Computing.pptx
Fog Computing.pptxSush333317
 
27-Fog Computing.pptx
27-Fog Computing.pptx27-Fog Computing.pptx
27-Fog Computing.pptxPSanjay8
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Prothangqd
 
Offline maps for mobile developers (Android/iOS)
Offline maps for mobile developers (Android/iOS)Offline maps for mobile developers (Android/iOS)
Offline maps for mobile developers (Android/iOS)Vadim Nikolaev
 
IoT Stream Conf Keynote: Past, Present and Future of IoT
IoT Stream Conf Keynote: Past, Present and Future of IoTIoT Stream Conf Keynote: Past, Present and Future of IoT
IoT Stream Conf Keynote: Past, Present and Future of IoTrICh morrow
 
Fog Computing.pptx
Fog Computing.pptxFog Computing.pptx
Fog Computing.pptxMsdMsdian
 
Car Monitoring IoT Project
Car Monitoring IoT ProjectCar Monitoring IoT Project
Car Monitoring IoT ProjectLeonardoSarra
 

Similar a Building the world with Elastic Map Reduce (20)

AMF305_Autonomous Driving Algorithm Development on Amazon AI
AMF305_Autonomous Driving Algorithm Development on Amazon AIAMF305_Autonomous Driving Algorithm Development on Amazon AI
AMF305_Autonomous Driving Algorithm Development on Amazon AI
 
Cloud Computing and HTML5, 2010
Cloud Computing and HTML5, 2010Cloud Computing and HTML5, 2010
Cloud Computing and HTML5, 2010
 
Strategies for Integrating Utility System Operational Data into ArcGIS Server...
Strategies for Integrating Utility System Operational Data into ArcGIS Server...Strategies for Integrating Utility System Operational Data into ArcGIS Server...
Strategies for Integrating Utility System Operational Data into ArcGIS Server...
 
AWS re:Invent 2016: How Mapbox Uses the AWS Edge to Deliver Fast Maps for Mob...
AWS re:Invent 2016: How Mapbox Uses the AWS Edge to Deliver Fast Maps for Mob...AWS re:Invent 2016: How Mapbox Uses the AWS Edge to Deliver Fast Maps for Mob...
AWS re:Invent 2016: How Mapbox Uses the AWS Edge to Deliver Fast Maps for Mob...
 
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
Building mobile apps with the ArcGIS api for Javascript, Esri, Andy Gup and A...
 
Multi-homed applications
Multi-homed applicationsMulti-homed applications
Multi-homed applications
 
FME User Stories from Around the World
FME User Stories from Around the WorldFME User Stories from Around the World
FME User Stories from Around the World
 
Location Based Services Without the Cocoa
Location Based Services Without the CocoaLocation Based Services Without the Cocoa
Location Based Services Without the Cocoa
 
ACDKOCHI19 - Technical Presentation - Connecting 10000 cars to the AWS Cloud
ACDKOCHI19 - Technical Presentation - Connecting 10000 cars to the AWS CloudACDKOCHI19 - Technical Presentation - Connecting 10000 cars to the AWS Cloud
ACDKOCHI19 - Technical Presentation - Connecting 10000 cars to the AWS Cloud
 
Final presentation
Final presentationFinal presentation
Final presentation
 
FME World Tour 2015 - Around the World - Ken Bragg
FME World Tour 2015 - Around the World - Ken BraggFME World Tour 2015 - Around the World - Ken Bragg
FME World Tour 2015 - Around the World - Ken Bragg
 
NCGIC The Geospatial Revolution
NCGIC The Geospatial RevolutionNCGIC The Geospatial Revolution
NCGIC The Geospatial Revolution
 
Publishing on ArcGIS Mobile
Publishing on ArcGIS MobilePublishing on ArcGIS Mobile
Publishing on ArcGIS Mobile
 
Fog Computing.pptx
Fog Computing.pptxFog Computing.pptx
Fog Computing.pptx
 
27-Fog Computing.pptx
27-Fog Computing.pptx27-Fog Computing.pptx
27-Fog Computing.pptx
 
3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro3D Visualization in ArcGIS Pro
3D Visualization in ArcGIS Pro
 
Offline maps for mobile developers (Android/iOS)
Offline maps for mobile developers (Android/iOS)Offline maps for mobile developers (Android/iOS)
Offline maps for mobile developers (Android/iOS)
 
IoT Stream Conf Keynote: Past, Present and Future of IoT
IoT Stream Conf Keynote: Past, Present and Future of IoTIoT Stream Conf Keynote: Past, Present and Future of IoT
IoT Stream Conf Keynote: Past, Present and Future of IoT
 
Fog Computing.pptx
Fog Computing.pptxFog Computing.pptx
Fog Computing.pptx
 
Car Monitoring IoT Project
Car Monitoring IoT ProjectCar Monitoring IoT Project
Car Monitoring IoT Project
 

Último

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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
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
 
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
 
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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 

Último (20)

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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
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
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
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
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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?
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

Building the world with Elastic Map Reduce