SlideShare ist ein Scribd-Unternehmen logo
1 von 22
Downloaden Sie, um offline zu lesen
Kornmayer / Bausch / Holtermann24. October 2012 1
Institut fßr Informatik, DHBW Mannheim, Germany
One Click deployment 
on the Cloud
Florian Bausch,
Markus Holtermann, 
Harald Kornmayer
(Benjamin Bischke, Alexander Tenberge, Felix RÜssel) 
Kornmayer / Bausch / Holtermann24. October 2012 2
Schedule
• Introduction
• Building the “Vento” Cloud
• Configuring one Vento Instance
– Starting the cloudRAID application once
• One Click deployment
• Status and Conclusion
Kornmayer / Bausch / Holtermann24. October 2012 3
Cloud computing
• Big topic in industry • EclipseCon Europe 2012
• 25‐30  talks with topic „tool“
• 14 talks with topic „cloud“
http://geekandpoke.typepad.com/.a/6a00d8341d3df553ef01156f3f1664970b‐800wi
Kornmayer / Bausch / Holtermann24. October 2012 4
Any Cloud Problems? 
• Users‘ biggest concerns
– Are my data safe? 
• Who else can look inside my data?
– Are my data and applications
always available? 
• Can I work any time? 
– How easily can I migrate systems? 
• Can I jump from cloud to cloud?  
PrivacyAvailabilityInteroper.
Kornmayer / Bausch / Holtermann24. October 2012 5
g‐Eclipse
• Eclipse Technology Project
(funded by EC in FP7)
www.eclipse.org/geclipse
• Intuitive and easy access for 
 Cloud users
• Extensible framework including a Grid model 
for seamless integration of Grid/Cloud resources
• Supports different Cloud providers
 Amazon Web Service (AWS)
 Eucalyptus (Open Source) under development
 Azure (first test with data) 
 OpenNebula, OpenStack, … ?? 
• Can run in headless mode as API
Kornmayer / Bausch / Holtermann24. October 2012 6
Clouds using g‐Eclipse
Private Cloud
Resources
(on premise)
Public Cloud
Resources
(Provider B)
Public Cloud
Resources
(Provider C)
Kornmayer / Bausch / Holtermann24. October 2012 7
Demo 1 – Access to Cloud 
Kornmayer / Bausch / Holtermann24. October 2012 8
Eclipse/OSGi and the Cloud
• From Tooling to OSGi Runtime
Embedded  Mobile  Desktop  Server  Cloud (?)
Kornmayer / Bausch / Holtermann24. October 2012 9
Vento ‐ Cloud runtime with OSGi
• Requirements
– independent from a specific
Cloud infrastructure provider
– provisioning framework
– Applications
• i.e. new (OSGi) Application
• i.e. Legacy Application
• Implementation with OSGi
– „Interoperability on the Platform level“
OSGi InterOperation Layer
OSGi Provisioning
OSGi Legacy Adapter
Legacy Application
OSGi Application
OSGi InterOperation Layer
OSGi Provisioning
OSGi Legacy Adapter
OSGi Application
VentoRuntime
Kornmayer / Bausch / Holtermann24. October 2012 10
Deploy an OSGi application
Cloud Provider A
Which application? 
What about a service
that increases
availability and
privacy in the Cloud!
The service/application
must be an OSGi 
installable unit!
Kornmayer / Bausch / Holtermann24. October 2012 11
The CloudRAID Application
• Basic idea: 
– RAID 5 distributes data on 
various hard disks
• increases availability and privacy
– cloudRAID distributes data to
various Cloud storage providers
• increases data‐availability and
data‐privacy in the the Cloud
• Current implementation
– OSGi bundles for modularity
– RAID 5 algorithm implemented in C
• Performance via JNI
• Part of the OSGi Bundle
– provides RESTful API for communication
with clients
– extensible architecture
• for new Cloud storage providers
• implementations  for AWS S3, Dropbox, 
Ubuntu One, SugarSync, … 
– Secure
• Encryption of files and passwords (salted)
– Apache 2 licensed
Kornmayer / Bausch / Holtermann24. October 2012 12
The CloudRAID Application
Public Cloud
Storage Service
(Provider A)
Public Cloud
Storage Service
(Provider B)
Public Cloud
Storage Service
(Provider C)
file metadata
Kornmayer / Bausch / Holtermann24. October 2012 13
Demo 2
• Installing the CloudRAID application
• Starting the CloudRAID Client
• Connecting to the service
– uploading files
– downloading files
Kornmayer / Bausch / Holtermann24. October 2012 14
Next Question please? 
• Can we deploy an OSGi application
on our local workstation (within Eclipse) 
and
on the Cloud  (within Vento) 
just by one click?
– One Stop Cloud Shop!
Kornmayer / Bausch / Holtermann24. October 2012 15
The Cloud ScienStore Scenario
Cloud Provider A Cloud Provider B
g‐Eclipse
Workbench
ScienStore
1. Read Application MetaData
from ScienStore
2. Contact all Cloud Instances and
add Respositories
• (REST via HTTP)
3. Initiate the Provisioning
1. On the g‐Eclipse Workbench
(REST via HTTP)
2. On all Cloud Instances
(REST via HTTP)
Kornmayer / Bausch / Holtermann24. October 2012 16
ScienStore schema (0.1)
<?xml version="1.0" encoding="UTF‐8"?>
<scienstore location="http://79.125.127.88/scienstore" 
name="Inventos Scienstore">
<science‐domain name="Astroparticle Physics">
<subdomain name="GammaRay Astronomy">
<experiment name="MAGIC Telescope">
… 
…
</experiment>
</subdomain>
</science‐domain>
<science‐domain name="Computer Science">
<subdomain name="OSGi Applications">
<experiment name="Examples">
<cloud‐applications name="Pi‐Simulation">
img="http://79.125.127.88/scienstore/img/pisim.png">
<repo>http://107.20.241.217/scienstoredemo/</repo>
<client‐software>
<iu>org.vento.example.simulation.pi.feature.client.feature.group</iu>
</client‐software>
<cloud‐software>
<iu>org.vento.example.simulation.pi.feature.cloud.feature.group</iu>
</cloud‐software>
</cloud‐application>
</experiment>
… 
</science‐domain>
</scienstore>
Kornmayer / Bausch / Holtermann24. October 2012 17
Demo ‐ The Application
• MC Pi Simulation
– randomize
X, Y from [0,1]
– Count all in green
– Count all
– PI = 4 * green/all
• Run on many nodes
– Like all Monte Carlo Sim.
AWS
S3
(Storage
Service)
SQS
(Queueing
Service)
Workstation 
Kornmayer / Bausch / Holtermann24. October 2012 18
Demo 3
• Use the ScienStore View 
• Install one Application
– PI Simulation 
• Hope that the network is stable!
• After Cloud provisioning use the application! 
Kornmayer / Bausch / Holtermann24. October 2012 19
Summary
• A provider independent Cloud runtime is needed with support for Cloud 
management
• g‐Eclipse provides reliable, provider independent platform
– g‐Eclipse provides such a platform
– Cloud Application can be integrated on Client side
• Combining g‐Eclipse with Eclipse p2 technologies enables the simple 
provisioning/deployment of Cloud OSGi Applications
• The CloudRAID system (built on OSGi) provides increase privacy and availability for
Cloud Storage systems
• The OneClick Deployment on many nodes in the Cloud was demonstrated with a 
simple application
• In the future the deployment in OSGi Clouds will be as easy as the
deployment of smart phone applications
Kornmayer / Bausch / Holtermann24. October 2012 20
Acknowledgment
• Students at DHBW
– Benjamin Bischke, Felix Rössel, Alexander Tenberge
• g‐Eclipse Team
• Amazon Web Services for supporting this work with
Cloud resources
• The Eclipse community for the Runtime and p2
• Geek&Poke for their great cartoon
– Published under license
Kornmayer / Bausch / Holtermann24. October 2012 21
Resources
• g‐Eclipse: www.eclipse.org/geclipse
• CloudRAID: https://github.com/Markush2010
• Vento Runtime will be available soon!
Kornmayer / Bausch / Holtermann24. October 2012 22
Outlook
• Legacy adapter layer
– Work is ongoing to enable
• Corsika Simulation
• CTA simulation
• Provisioning on linux
– Studies on p2 to integrate „linux deployment“ methods (apt‐get
install, …) are planned
• General improvements
– Finalizing the ScienStore XML structure
– Improving the ScienStore plugin

Weitere ähnliche Inhalte

Ähnlich wie One Click Deployment on the Cloud - Florian Bausch, Markus Holtermann, Harald Kornmayer

Lock-in issues with PaaS
Lock-in issues with PaaSLock-in issues with PaaS
Lock-in issues with PaaS
Federico Conte
 
Real-time Energy Data Analytics with Storm
Real-time Energy Data Analytics with StormReal-time Energy Data Analytics with Storm
Real-time Energy Data Analytics with Storm
DataWorks Summit
 
What is this DevOps thing and why do I need it?
What is this DevOps thing and why do I need it?What is this DevOps thing and why do I need it?
What is this DevOps thing and why do I need it?
Safe Swiss Cloud
 
building_private_cloud_with_oss_for_scientific_environments-libre
building_private_cloud_with_oss_for_scientific_environments-librebuilding_private_cloud_with_oss_for_scientific_environments-libre
building_private_cloud_with_oss_for_scientific_environments-libre
Vijayabalan Open to Explore
 

Ähnlich wie One Click Deployment on the Cloud - Florian Bausch, Markus Holtermann, Harald Kornmayer (20)

Lock-in issues with PaaS
Lock-in issues with PaaSLock-in issues with PaaS
Lock-in issues with PaaS
 
Docker
DockerDocker
Docker
 
Real-time Energy Data Analytics with Storm
Real-time Energy Data Analytics with StormReal-time Energy Data Analytics with Storm
Real-time Energy Data Analytics with Storm
 
Unified Big Data Analytics: Any Stack, Any Cloud
Unified Big Data Analytics: Any Stack, Any CloudUnified Big Data Analytics: Any Stack, Any Cloud
Unified Big Data Analytics: Any Stack, Any Cloud
 
OCCIware & Linked Data prototype OW2Con@POSS
OCCIware & Linked Data prototype OW2Con@POSSOCCIware & Linked Data prototype OW2Con@POSS
OCCIware & Linked Data prototype OW2Con@POSS
 
What is this DevOps thing and why do I need it?
What is this DevOps thing and why do I need it?What is this DevOps thing and why do I need it?
What is this DevOps thing and why do I need it?
 
Cloud 2.0 - How Containers, Microservices and Open Source Software are Redefi...
Cloud 2.0 - How Containers, Microservices and Open Source Software are Redefi...Cloud 2.0 - How Containers, Microservices and Open Source Software are Redefi...
Cloud 2.0 - How Containers, Microservices and Open Source Software are Redefi...
 
OW2 @ China Cloud Computing Conference 2013
OW2 @ China Cloud Computing Conference 2013OW2 @ China Cloud Computing Conference 2013
OW2 @ China Cloud Computing Conference 2013
 
OSGi -Simplifying the IoT Gateway - Walt Bowers
OSGi -Simplifying the IoT Gateway - Walt BowersOSGi -Simplifying the IoT Gateway - Walt Bowers
OSGi -Simplifying the IoT Gateway - Walt Bowers
 
The European Cloud Computing Strategy: Key Actions
The European Cloud Computing Strategy: Key ActionsThe European Cloud Computing Strategy: Key Actions
The European Cloud Computing Strategy: Key Actions
 
What the cloud has to do with a burning house?
What the cloud has to do with a burning house?What the cloud has to do with a burning house?
What the cloud has to do with a burning house?
 
Gorillas in the mist
Gorillas in the mistGorillas in the mist
Gorillas in the mist
 
Scientific Cloud Computing: Present & Future
Scientific Cloud Computing: Present & FutureScientific Cloud Computing: Present & Future
Scientific Cloud Computing: Present & Future
 
FG2.pptx
FG2.pptxFG2.pptx
FG2.pptx
 
1 App,
1 App, 1 App,
1 App,
 
building_private_cloud_with_oss_for_scientific_environments-libre
building_private_cloud_with_oss_for_scientific_environments-librebuilding_private_cloud_with_oss_for_scientific_environments-libre
building_private_cloud_with_oss_for_scientific_environments-libre
 
Some OOW15 Observations
Some OOW15 ObservationsSome OOW15 Observations
Some OOW15 Observations
 
OCCIware@CloudExpoLondon2017 - an extensible, standard XaaS Cloud consumer pl...
OCCIware@CloudExpoLondon2017 - an extensible, standard XaaS Cloud consumer pl...OCCIware@CloudExpoLondon2017 - an extensible, standard XaaS Cloud consumer pl...
OCCIware@CloudExpoLondon2017 - an extensible, standard XaaS Cloud consumer pl...
 
Extensible and Standard-based XaaS Platform To Manage Everything in The Cloud...
Extensible and Standard-based XaaS Platform To Manage Everything in The Cloud...Extensible and Standard-based XaaS Platform To Manage Everything in The Cloud...
Extensible and Standard-based XaaS Platform To Manage Everything in The Cloud...
 
Eclipse DemoCamp Vienna: IoT, M2M fĂźr Fitness, Gesundheit und Wissenschaft
Eclipse DemoCamp Vienna: IoT, M2M fĂźr Fitness, Gesundheit und WissenschaftEclipse DemoCamp Vienna: IoT, M2M fĂźr Fitness, Gesundheit und Wissenschaft
Eclipse DemoCamp Vienna: IoT, M2M fĂźr Fitness, Gesundheit und Wissenschaft
 

Mehr von mfrancis

Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
mfrancis
 
How OSGi drives cross-sector energy management - JĂśrn TĂźmmler (SMA Solar Tech...
How OSGi drives cross-sector energy management - JĂśrn TĂźmmler (SMA Solar Tech...How OSGi drives cross-sector energy management - JĂśrn TĂźmmler (SMA Solar Tech...
How OSGi drives cross-sector energy management - JĂśrn TĂźmmler (SMA Solar Tech...
mfrancis
 
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
mfrancis
 
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
mfrancis
 

Mehr von mfrancis (20)

Eclipse Modeling Framework and plain OSGi the easy way - Mark Hoffman (Data I...
Eclipse Modeling Framework and plain OSGi the easy way - Mark Hoffman (Data I...Eclipse Modeling Framework and plain OSGi the easy way - Mark Hoffman (Data I...
Eclipse Modeling Framework and plain OSGi the easy way - Mark Hoffman (Data I...
 
OSGi and Java 9+ - BJ Hargrave (IBM)
OSGi and Java 9+ - BJ Hargrave (IBM)OSGi and Java 9+ - BJ Hargrave (IBM)
OSGi and Java 9+ - BJ Hargrave (IBM)
 
Simplify Web UX Coding using OSGi Modularity Magic - Paul Fraser (A2Z Living)
Simplify Web UX Coding using OSGi Modularity Magic - Paul Fraser (A2Z Living)Simplify Web UX Coding using OSGi Modularity Magic - Paul Fraser (A2Z Living)
Simplify Web UX Coding using OSGi Modularity Magic - Paul Fraser (A2Z Living)
 
OSGi for the data centre - Connecting OSGi to Kubernetes - Frank Lyaruu
OSGi for the data centre - Connecting OSGi to Kubernetes - Frank LyaruuOSGi for the data centre - Connecting OSGi to Kubernetes - Frank Lyaruu
OSGi for the data centre - Connecting OSGi to Kubernetes - Frank Lyaruu
 
Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...
Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...
Remote Management and Monitoring of Distributed OSGi Applications - Tim Verbe...
 
OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...
OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...
OSGi with Docker - a powerful way to develop Java systems - Udo Hafermann (So...
 
A real world use case with OSGi R7 - Jurgen Albert (Data In Motion Consulting...
A real world use case with OSGi R7 - Jurgen Albert (Data In Motion Consulting...A real world use case with OSGi R7 - Jurgen Albert (Data In Motion Consulting...
A real world use case with OSGi R7 - Jurgen Albert (Data In Motion Consulting...
 
OSGi Feature Model - Where Art Thou - David Bosschaert (Adobe)
OSGi Feature Model - Where Art Thou - David Bosschaert (Adobe)OSGi Feature Model - Where Art Thou - David Bosschaert (Adobe)
OSGi Feature Model - Where Art Thou - David Bosschaert (Adobe)
 
Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
Migrating from PDE to Bndtools in Practice - Amit Kumar Mondal (Deutsche Tele...
 
OSGi CDI Integration Specification - Ray AugĂŠ (Liferay)
OSGi CDI Integration Specification - Ray AugĂŠ (Liferay)OSGi CDI Integration Specification - Ray AugĂŠ (Liferay)
OSGi CDI Integration Specification - Ray AugĂŠ (Liferay)
 
How OSGi drives cross-sector energy management - JĂśrn TĂźmmler (SMA Solar Tech...
How OSGi drives cross-sector energy management - JĂśrn TĂźmmler (SMA Solar Tech...How OSGi drives cross-sector energy management - JĂśrn TĂźmmler (SMA Solar Tech...
How OSGi drives cross-sector energy management - JĂśrn TĂźmmler (SMA Solar Tech...
 
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
Improved developer productivity thanks to Maven and OSGi - Lukasz Dywicki (Co...
 
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
It Was Twenty Years Ago Today - Building an OSGi based Smart Home System - Ch...
 
Popular patterns revisited on OSGi - Christian Schneider (Adobe)
Popular patterns revisited on OSGi - Christian Schneider (Adobe)Popular patterns revisited on OSGi - Christian Schneider (Adobe)
Popular patterns revisited on OSGi - Christian Schneider (Adobe)
 
Integrating SLF4J and the new OSGi LogService 1.4 - BJ Hargrave (IBM)
Integrating SLF4J and the new OSGi LogService 1.4 - BJ Hargrave (IBM)Integrating SLF4J and the new OSGi LogService 1.4 - BJ Hargrave (IBM)
Integrating SLF4J and the new OSGi LogService 1.4 - BJ Hargrave (IBM)
 
OSG(a)i: because AI needs a runtime - Tim Verbelen (imec)
OSG(a)i: because AI needs a runtime - Tim Verbelen (imec)OSG(a)i: because AI needs a runtime - Tim Verbelen (imec)
OSG(a)i: because AI needs a runtime - Tim Verbelen (imec)
 
Flying to Jupiter with OSGi - Tony Walsh (ESA) & Hristo Indzhov (Telespazio V...
Flying to Jupiter with OSGi - Tony Walsh (ESA) & Hristo Indzhov (Telespazio V...Flying to Jupiter with OSGi - Tony Walsh (ESA) & Hristo Indzhov (Telespazio V...
Flying to Jupiter with OSGi - Tony Walsh (ESA) & Hristo Indzhov (Telespazio V...
 
MicroProfile, OSGi was meant for this - Ray Auge (Liferay)
MicroProfile, OSGi was meant for this - Ray Auge (Liferay)MicroProfile, OSGi was meant for this - Ray Auge (Liferay)
MicroProfile, OSGi was meant for this - Ray Auge (Liferay)
 
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
Prototyping IoT systems with a hybrid OSGi & Node-RED platform - Bruce Jackso...
 
How to connect your OSGi application - Dirk Fauth (Bosch)
How to connect your OSGi application - Dirk Fauth (Bosch)How to connect your OSGi application - Dirk Fauth (Bosch)
How to connect your OSGi application - Dirk Fauth (Bosch)
 

KĂźrzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

KĂźrzlich hochgeladen (20)

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
 
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...
 
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
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
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
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 

One Click Deployment on the Cloud - Florian Bausch, Markus Holtermann, Harald Kornmayer