SlideShare uma empresa Scribd logo
1 de 35
Baixar para ler offline
Managing the Basho Data Platform with the Cloudsoft UX
RICON Nov 2015
Alex Heneveld @ahtweetin
Mike Zaccardo @ItsMeMikeZ
Cuyler Jones (Basho)

@cuylerjones
@ahtweetin
Recap from 2014

Riak Blueprints in Apache Brooklyn
The easiest way to deploy and manage Riak anywhere!
Blueprints for Riak nodes and clusters 

available off-the-shelf in Apache Brooklyn
Node and cluster metrics & auto-scaling policies
Supporting AWS, Azure, Openstack, GCE, Softlayer,

Docker, VMware, Virtustream, Bluebox, and more
@ahtweetin
What is a Brooklyn Blueprint?





location: aws-ec2
services:
- type: riak-cluster
initialSize: 5
@ahtweetin
What is a Brooklyn Blueprint?

location:
byon:
hosts: [ 10.11.12.{101-105} ]
services:
- type: riak-cluster
initialSize: 5
@ahtweetin
What is a Brooklyn Blueprint?





location: openstack-nova:http://10.9.8.7:5357/
services:
- type: riak-cluster
initialSize: 5
provisioning.properties:
minRam: 16gb
osFamily: centos
brooklyn.policies:
- type: autoscaler
brooklyn.config:
metric: $brooklyn:sensor("riak.node.ops.1m.perNode")
metricLowerBound: 60000
metricUpperBound: 90000
@ahtweetin
What is a Brooklyn Blueprint?





location: softlayer
services:
- type: riak-cluster
initialSize: 5
- type: spark
- type: redis
@ahtweetin
What is a Brooklyn Blueprint?

location: softlayer
services:
- type: riak-cluster
initialSize: 5
- type: spark
- type: redis
- type: bash-server

launch.command: |

curl http://... | bash

@ahtweetin
What is a Brooklyn Blueprint?

location: softlayer
services:
- type: riak-cluster
initialSize: 5
brooklyn.config:

network.list: [ riak ]
- type: load-balanced-web-cluster

memberSpec:

type: tomcat

brooklyn.config:

network.list: [ webapp, riak ]

controllerSpec:

type: haproxy

brooklyn.config:

network.list: [ public, webapp ]
@ahtweetin
@ahtweetin
@ahtweetin
Run$me'
Loca$onsLoca%on'
OSS'Blueprint'Catalog'
Bridge'
PAYG%Subscrip.on%
REST'API'
Debugger'
Designer'
GUI'
OpenShi>'
Brooklyn'
Bridge'
Mesos'
Brooklyn'
Bridge'
Custom'
Custom'
Tools'
COTS'Blueprint'Catalog'
Extensions'
Custom'
Tools'
Custom'
Extensions'
OASIS'CAMP' OASIS'TOSCA'
24x7%Produc.on%
Support%
VPC'
@ahtweetin
New for 2015 (and 2016)

Bring your own data tools blueprints
Blueprints for the Basho Data Platform
Consistent across many infrastructures,

now including Docker and Mesos
Riak Enterprise support in Cloudsoft AMP
@ahtweetin
The Basho Data Platform

BDP: Combines Riak with other analytics tools to give a simpler solution to a 

much larger class of analysis challenges, including Riak, Cache-Proxy, and Spark
Coming soon: Riak TS and range scan queries
@ahtweetin
The Basho Data Platform

Redis and Cache-Proxy: Enables natural use of Redis as a read cache for Riak KV

Coming soon: Write-through support for SET, DEL, and PEXPIRE to invalidate cache
BDP: Combines Riak with other analytics tools to give a simpler solution to a 

much larger class of analysis challenges, including Riak, Cache-Proxy, and Spark
Coming soon: Riak TS and range scan queries
@ahtweetin
The Basho Data Platform

Redis and Cache-Proxy: Enables natural use of Redis as a read cache for Riak KV

Coming soon: Write-through support for SET, DEL, and PEXPIRE to invalidate cache
Spark: Streaming optimization for Riak KV, with 1000 key-object pairs per request.

BDP Leader Election Service allowing HA without ZK, simplifying cluster operation.
BDP: Combines Riak with other analytics tools to give a simpler solution to a 

much larger class of analysis challenges, including Riak, Cache-Proxy, and Spark
Coming soon: Riak TS and range scan queries
@ahtweetin
The Basho Data Platform

Riak
RiakRiakRiak
RedisRedis
Basho Redis Proxy
Spark Connector
Riak
SparkSpark
Client
Application
Read
Write
Read
Riak Ensemble
Leader Election
Basho Data Platform
Service
Manager
Read
Write
Read
Query
Spark Services
Redis Services
Riak Client
Write
Read / Solr
Spark Client
@ahtweetin
The Basho Data Platform

BDP typically runs with a secondary Riak cluster, alongside a primary Riak cluster.
After installing BDP on nodes, start services by running:
data-platform-admin start-service »node« »group« »service«
@ahtweetin
The Basho Data Platform

BDP typically runs with a secondary Riak cluster, alongside a primary Riak cluster.
After installing BDP on nodes, start services by running:
data-platform-admin start-service »node« »group« »service«
Considerations for Spark
Spark workers should be run on different nodes from Riak to avoid interference.
Start with a one-to-one correspondence between Riak nodes and Spark nodes.
Follow general Spark provisioning guidelines for Disk, Memory, CPU, and Network.
Considerations for Redis and Cache-Proxy
Redis should be run on different nodes from Riak and Spark to avoid interference.
Cache Proxy and Redis should be run together to create a mesh of cache servers.
Set CACHE_TTL to meet the Eventual Consistency SLA of the application.
Monitor usage/allocation via Redis INFO (used_memory and maxmemory).
@ahtweetin
The BDP and Cloudsoft AMP

Riak
RiakRiakRiak
RedisRedis
Basho Redis Proxy
Spark Connector
Riak
SparkSpark
Client
Application
Read
Write
Read
Riak Ensemble
Leader Election
Basho Data Platform
Service
Manager
Read
Write
Read
Query
Spark Services
Redis Services
Riak Client
Write
Read / Solr
Spark Client
@ahtweetin
The BDP and Cloudsoft AMP

Riak
RiakRiakRiak
RedisRedis
Basho Redis Proxy
Spark Connector
Riak
SparkSpark
Client
Application
Read
Write
Read
Riak Ensemble
Leader Election
Basho Data Platform
Service
Manager
Read
Write
Read
Query
Spark Services
Redis Services
Riak Client
Write
Read / Solr
Spark Client
Cloudsoft AMP
Deploy
Scale
@ahtweetin
The BDP and Cloudsoft AMP

Riak
RiakRiakRiak
RedisRedis
Basho Redis Proxy
Spark Connector
Riak
SparkSpark
Client
Application
Read
Write
Read
Riak Ensemble
Leader Election
Basho Data Platform
Service
Manager
Read
Write
Read
Query
Spark Services
Redis Services
Riak Client
Write
Read / Solr
Spark Client
Cloudsoft AMP
Deploy
Scale
Riak
MoreEven
@ahtweetin
@ahtweetin
The BDP and Cloudsoft AMP

Riak
RiakRiakRiak
RedisRedis
Basho Redis Proxy
Spark Connector
Riak
SparkSpark
Client
Application
Read
Write
Read
Riak Ensemble
Leader Election
Basho Data Platform
Service
Manager
Read
Write
Read
Query
Spark Services
Redis Services
Riak Client
Write
Read / Solr
Spark Client
Cloudsoft AMP
Deploy
Scale
Riak
MoreEven
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
Riak
Sensors
Sensors
Sensors
Analysis
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute Edge Compute
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute Edge Compute
Datacenter 1
BDP
Riak
Consumer App
Consumer App
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute Edge Compute
Datacenter 1
BDP
Riak
Consumer App
Consumer App
DC3
BDP
Riak Web App
Spark Consumer
DC2
BDP
Riak Riak Consumer
Web App
Consumer App
Consumer App
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute Edge Compute
Datacenter 1
BDP
Riak
Consumer App
Consumer App
DC3
BDP
Riak Web App
Spark Consumer
DC2
BDP
Riak Riak Consumer
Web App
Consumer App
Consumer App
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute Edge Compute
Datacenter 1
BDP
Riak
Consumer App
Consumer App
DC3
BDP
Riak Web App
Spark Consumer
DC2
BDP
Riak Riak Consumer
Web App
Consumer App
Consumer App
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute
Riak
Sensors
Sensors
Sensors
Analysis
Edge Compute
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute Edge Compute
Datacenter 1
BDP
Riak
Consumer App
Consumer App
DC3
BDP
Riak Web App
Spark Consumer
DC2
BDP
Riak Riak Consumer
Web App
Consumer App
Consumer App
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute
Riak
Sensors
Sensors
Sensors
Analysis
Edge Compute
Riak
Sensors
Sensors
Sensors
Analysis
Edge Compute
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute Edge Compute
Datacenter 1
BDP
Riak
Consumer App
Consumer App
DC3
BDP
Riak Web App
Spark Consumer
DC2
BDP
Riak Riak Consumer
Web App
Consumer App
Consumer App
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute
Riak
Sensors
Sensors
Sensors
Analysis
Edge Compute
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute Edge Compute
Datacenter 1
BDP
Riak
Consumer App
Consumer App
DC3
BDP
Riak Web App
Spark Consumer
DC2
BDP
Riak Riak Consumer
Web App
Consumer App
Consumer App
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute
Riak
Sensors
Sensors
Sensors
Analysis
Edge Compute
@ahtweetin
Riak
Sensors
Sensors
Sensors
Analysis
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute Edge Compute
Datacenter 1
BDP
Riak
Consumer App
Consumer App
DC3
BDP
Riak Web App
Spark Consumer
DC2
BDP
Riak Riak Consumer
Web App
Consumer App
Consumer App
Riak
Sensors
Sensors
Sensors
Analysis
Regional Hub
Analysis
BDP
Edge Compute
Riak
Sensors
Sensors
Sensors
Analysis
Edge Compute
Riak
Sensors
Sensors
Sensors
Analysis
Edge Compute
@ahtweetin
The BDP and Cloudsoft AMP

One-click deployment of BDP, following best practices
Scale each sub-system, manually or automatically
Consistency across bare metal, many clouds, containers, and more
Handle replication, migration and DR
Blueprints extensible for the systems you need today
and the flexibility and agility you will need in the future

Mais conteúdo relacionado

Mais procurados

Cloud Native London 2019 Faas composition using Kafka and cloud-events
Cloud Native London 2019 Faas composition using Kafka and cloud-eventsCloud Native London 2019 Faas composition using Kafka and cloud-events
Cloud Native London 2019 Faas composition using Kafka and cloud-eventsNeil Avery
 
Kafka for Real-Time Replication between Edge and Hybrid Cloud
Kafka for Real-Time Replication between Edge and Hybrid CloudKafka for Real-Time Replication between Edge and Hybrid Cloud
Kafka for Real-Time Replication between Edge and Hybrid CloudKai Wähner
 
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...confluent
 
Stream processing for the masses with beam, python and flink
Stream processing for the masses with beam, python and flink Stream processing for the masses with beam, python and flink
Stream processing for the masses with beam, python and flink Enrico Canzonieri
 
Axway amplify api management platform
Axway amplify api management platformAxway amplify api management platform
Axway amplify api management platformSmartWave
 
Build a Bridge to Cloud with Apache Kafka® for Data Analytics Cloud Services
Build a Bridge to Cloud with Apache Kafka® for Data Analytics Cloud ServicesBuild a Bridge to Cloud with Apache Kafka® for Data Analytics Cloud Services
Build a Bridge to Cloud with Apache Kafka® for Data Analytics Cloud Servicesconfluent
 
Making Kafka Cloud Native | Jay Kreps, Co-Founder & CEO, Confluent
Making Kafka Cloud Native | Jay Kreps, Co-Founder & CEO, ConfluentMaking Kafka Cloud Native | Jay Kreps, Co-Founder & CEO, Confluent
Making Kafka Cloud Native | Jay Kreps, Co-Founder & CEO, ConfluentHostedbyConfluent
 
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with K...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with K...Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with K...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with K...confluent
 
Concepts and Patterns for Streaming Services with Kafka
Concepts and Patterns for Streaming Services with KafkaConcepts and Patterns for Streaming Services with Kafka
Concepts and Patterns for Streaming Services with KafkaQAware GmbH
 
Why Cloud-Native Kafka Matters: 4 Reasons to Stop Managing it Yourself
Why Cloud-Native Kafka Matters: 4 Reasons to Stop Managing it YourselfWhy Cloud-Native Kafka Matters: 4 Reasons to Stop Managing it Yourself
Why Cloud-Native Kafka Matters: 4 Reasons to Stop Managing it YourselfDATAVERSITY
 
Express Scripts: Driving Digital Transformation from Mainframe to Microservices
Express Scripts: Driving Digital Transformation from Mainframe to MicroservicesExpress Scripts: Driving Digital Transformation from Mainframe to Microservices
Express Scripts: Driving Digital Transformation from Mainframe to Microservicesconfluent
 
IoT Sensor Analytics with Kafka, ksqlDB and TensorFlow
IoT Sensor Analytics with Kafka, ksqlDB and TensorFlowIoT Sensor Analytics with Kafka, ksqlDB and TensorFlow
IoT Sensor Analytics with Kafka, ksqlDB and TensorFlowKai Wähner
 
Tale of two streaming frameworks (Karthik D - Walmart)
Tale of two streaming frameworks (Karthik D - Walmart)Tale of two streaming frameworks (Karthik D - Walmart)
Tale of two streaming frameworks (Karthik D - Walmart)KafkaZone
 
GCP for Apache Kafka® Users: Stream Ingestion and Processing
GCP for Apache Kafka® Users: Stream Ingestion and ProcessingGCP for Apache Kafka® Users: Stream Ingestion and Processing
GCP for Apache Kafka® Users: Stream Ingestion and Processingconfluent
 
New Features in Confluent Platform 6.0 / Apache Kafka 2.6
New Features in Confluent Platform 6.0 / Apache Kafka 2.6New Features in Confluent Platform 6.0 / Apache Kafka 2.6
New Features in Confluent Platform 6.0 / Apache Kafka 2.6Kai Wähner
 
Advanced Stream Processing with Flink and Pulsar - Pulsar Summit NA 2021 Keynote
Advanced Stream Processing with Flink and Pulsar - Pulsar Summit NA 2021 KeynoteAdvanced Stream Processing with Flink and Pulsar - Pulsar Summit NA 2021 Keynote
Advanced Stream Processing with Flink and Pulsar - Pulsar Summit NA 2021 KeynoteStreamNative
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream ProcessingGuido Schmutz
 
Introducing Dapr.io - the open source personal assistant to microservices and...
Introducing Dapr.io - the open source personal assistant to microservices and...Introducing Dapr.io - the open source personal assistant to microservices and...
Introducing Dapr.io - the open source personal assistant to microservices and...Lucas Jellema
 
A guide through the Azure Messaging services - Update Conference
A guide through the Azure Messaging services - Update ConferenceA guide through the Azure Messaging services - Update Conference
A guide through the Azure Messaging services - Update ConferenceEldert Grootenboer
 
Spark (Structured) Streaming vs. Kafka Streams - two stream processing platfo...
Spark (Structured) Streaming vs. Kafka Streams - two stream processing platfo...Spark (Structured) Streaming vs. Kafka Streams - two stream processing platfo...
Spark (Structured) Streaming vs. Kafka Streams - two stream processing platfo...Guido Schmutz
 

Mais procurados (20)

Cloud Native London 2019 Faas composition using Kafka and cloud-events
Cloud Native London 2019 Faas composition using Kafka and cloud-eventsCloud Native London 2019 Faas composition using Kafka and cloud-events
Cloud Native London 2019 Faas composition using Kafka and cloud-events
 
Kafka for Real-Time Replication between Edge and Hybrid Cloud
Kafka for Real-Time Replication between Edge and Hybrid CloudKafka for Real-Time Replication between Edge and Hybrid Cloud
Kafka for Real-Time Replication between Edge and Hybrid Cloud
 
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
Apache Kafka vs. Integration Middleware (MQ, ETL, ESB) - Friends, Enemies or ...
 
Stream processing for the masses with beam, python and flink
Stream processing for the masses with beam, python and flink Stream processing for the masses with beam, python and flink
Stream processing for the masses with beam, python and flink
 
Axway amplify api management platform
Axway amplify api management platformAxway amplify api management platform
Axway amplify api management platform
 
Build a Bridge to Cloud with Apache Kafka® for Data Analytics Cloud Services
Build a Bridge to Cloud with Apache Kafka® for Data Analytics Cloud ServicesBuild a Bridge to Cloud with Apache Kafka® for Data Analytics Cloud Services
Build a Bridge to Cloud with Apache Kafka® for Data Analytics Cloud Services
 
Making Kafka Cloud Native | Jay Kreps, Co-Founder & CEO, Confluent
Making Kafka Cloud Native | Jay Kreps, Co-Founder & CEO, ConfluentMaking Kafka Cloud Native | Jay Kreps, Co-Founder & CEO, Confluent
Making Kafka Cloud Native | Jay Kreps, Co-Founder & CEO, Confluent
 
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with K...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with K...Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with K...
Modern Cloud-Native Streaming Platforms: Event Streaming Microservices with K...
 
Concepts and Patterns for Streaming Services with Kafka
Concepts and Patterns for Streaming Services with KafkaConcepts and Patterns for Streaming Services with Kafka
Concepts and Patterns for Streaming Services with Kafka
 
Why Cloud-Native Kafka Matters: 4 Reasons to Stop Managing it Yourself
Why Cloud-Native Kafka Matters: 4 Reasons to Stop Managing it YourselfWhy Cloud-Native Kafka Matters: 4 Reasons to Stop Managing it Yourself
Why Cloud-Native Kafka Matters: 4 Reasons to Stop Managing it Yourself
 
Express Scripts: Driving Digital Transformation from Mainframe to Microservices
Express Scripts: Driving Digital Transformation from Mainframe to MicroservicesExpress Scripts: Driving Digital Transformation from Mainframe to Microservices
Express Scripts: Driving Digital Transformation from Mainframe to Microservices
 
IoT Sensor Analytics with Kafka, ksqlDB and TensorFlow
IoT Sensor Analytics with Kafka, ksqlDB and TensorFlowIoT Sensor Analytics with Kafka, ksqlDB and TensorFlow
IoT Sensor Analytics with Kafka, ksqlDB and TensorFlow
 
Tale of two streaming frameworks (Karthik D - Walmart)
Tale of two streaming frameworks (Karthik D - Walmart)Tale of two streaming frameworks (Karthik D - Walmart)
Tale of two streaming frameworks (Karthik D - Walmart)
 
GCP for Apache Kafka® Users: Stream Ingestion and Processing
GCP for Apache Kafka® Users: Stream Ingestion and ProcessingGCP for Apache Kafka® Users: Stream Ingestion and Processing
GCP for Apache Kafka® Users: Stream Ingestion and Processing
 
New Features in Confluent Platform 6.0 / Apache Kafka 2.6
New Features in Confluent Platform 6.0 / Apache Kafka 2.6New Features in Confluent Platform 6.0 / Apache Kafka 2.6
New Features in Confluent Platform 6.0 / Apache Kafka 2.6
 
Advanced Stream Processing with Flink and Pulsar - Pulsar Summit NA 2021 Keynote
Advanced Stream Processing with Flink and Pulsar - Pulsar Summit NA 2021 KeynoteAdvanced Stream Processing with Flink and Pulsar - Pulsar Summit NA 2021 Keynote
Advanced Stream Processing with Flink and Pulsar - Pulsar Summit NA 2021 Keynote
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream Processing
 
Introducing Dapr.io - the open source personal assistant to microservices and...
Introducing Dapr.io - the open source personal assistant to microservices and...Introducing Dapr.io - the open source personal assistant to microservices and...
Introducing Dapr.io - the open source personal assistant to microservices and...
 
A guide through the Azure Messaging services - Update Conference
A guide through the Azure Messaging services - Update ConferenceA guide through the Azure Messaging services - Update Conference
A guide through the Azure Messaging services - Update Conference
 
Spark (Structured) Streaming vs. Kafka Streams - two stream processing platfo...
Spark (Structured) Streaming vs. Kafka Streams - two stream processing platfo...Spark (Structured) Streaming vs. Kafka Streams - two stream processing platfo...
Spark (Structured) Streaming vs. Kafka Streams - two stream processing platfo...
 

Destaque

Getting started
Getting startedGetting started
Getting startedpaperface
 
2013 05-openstack-israel-heat
2013 05-openstack-israel-heat2013 05-openstack-israel-heat
2013 05-openstack-israel-heatAlex Heneveld
 
2014-05-gluecon-amplifying-docker
2014-05-gluecon-amplifying-docker2014-05-gluecon-amplifying-docker
2014-05-gluecon-amplifying-dockerAlex Heneveld
 
2013 05-multicloud-paas-interop-scenarios-fia-dublin
2013 05-multicloud-paas-interop-scenarios-fia-dublin2013 05-multicloud-paas-interop-scenarios-fia-dublin
2013 05-multicloud-paas-interop-scenarios-fia-dublinAlex Heneveld
 
Cloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex HenevaldCloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex Henevaldbuildacloud
 
Manual prevencion-incendios-forestales
Manual prevencion-incendios-forestalesManual prevencion-incendios-forestales
Manual prevencion-incendios-forestalesChencho Gonzalez
 
Documentos originales de "La prensa que se vendió"
Documentos originales de "La prensa que se vendió"Documentos originales de "La prensa que se vendió"
Documentos originales de "La prensa que se vendió"EdicionesCarena
 
Tríptico Diplomado Internacional en Gestión Comercial
Tríptico Diplomado Internacional en Gestión ComercialTríptico Diplomado Internacional en Gestión Comercial
Tríptico Diplomado Internacional en Gestión ComercialESAN Escuela de Negocios
 
Cv. y ensayo sobre las alternativas para un guerrero mejor.
Cv. y ensayo sobre las alternativas para un guerrero mejor.Cv. y ensayo sobre las alternativas para un guerrero mejor.
Cv. y ensayo sobre las alternativas para un guerrero mejor.sebastian reyes mejia
 
Capa de ozono
Capa de ozonoCapa de ozono
Capa de ozonoinmajp
 
Gijón desde el aire
Gijón desde el aire Gijón desde el aire
Gijón desde el aire F. Ovies
 
Padre José Rached, recibe los Reyes Magos dic 26 2013, en Guayama, Puerto Ri...
Padre José Rached,  recibe los Reyes Magos dic 26 2013, en Guayama, Puerto Ri...Padre José Rached,  recibe los Reyes Magos dic 26 2013, en Guayama, Puerto Ri...
Padre José Rached, recibe los Reyes Magos dic 26 2013, en Guayama, Puerto Ri...Sebastian Gomez
 

Destaque (20)

Getting started
Getting startedGetting started
Getting started
 
빅맥송
빅맥송빅맥송
빅맥송
 
2013 05-openstack-israel-heat
2013 05-openstack-israel-heat2013 05-openstack-israel-heat
2013 05-openstack-israel-heat
 
2014-05-gluecon-amplifying-docker
2014-05-gluecon-amplifying-docker2014-05-gluecon-amplifying-docker
2014-05-gluecon-amplifying-docker
 
2013 05-multicloud-paas-interop-scenarios-fia-dublin
2013 05-multicloud-paas-interop-scenarios-fia-dublin2013 05-multicloud-paas-interop-scenarios-fia-dublin
2013 05-multicloud-paas-interop-scenarios-fia-dublin
 
Cloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex HenevaldCloud Application Blueprints with Apache Brooklyn by Alex Henevald
Cloud Application Blueprints with Apache Brooklyn by Alex Henevald
 
Manual prevencion-incendios-forestales
Manual prevencion-incendios-forestalesManual prevencion-incendios-forestales
Manual prevencion-incendios-forestales
 
dominio
dominiodominio
dominio
 
Hardware
HardwareHardware
Hardware
 
Idea 3 selvans - accionatura 060614
Idea 3   selvans - accionatura 060614Idea 3   selvans - accionatura 060614
Idea 3 selvans - accionatura 060614
 
Documentos originales de "La prensa que se vendió"
Documentos originales de "La prensa que se vendió"Documentos originales de "La prensa que se vendió"
Documentos originales de "La prensa que se vendió"
 
Entrevista a Daniel Pennac
Entrevista  a Daniel PennacEntrevista  a Daniel Pennac
Entrevista a Daniel Pennac
 
Tríptico Diplomado Internacional en Gestión Comercial
Tríptico Diplomado Internacional en Gestión ComercialTríptico Diplomado Internacional en Gestión Comercial
Tríptico Diplomado Internacional en Gestión Comercial
 
Cv. y ensayo sobre las alternativas para un guerrero mejor.
Cv. y ensayo sobre las alternativas para un guerrero mejor.Cv. y ensayo sobre las alternativas para un guerrero mejor.
Cv. y ensayo sobre las alternativas para un guerrero mejor.
 
Capa de ozono
Capa de ozonoCapa de ozono
Capa de ozono
 
Gijón desde el aire
Gijón desde el aire Gijón desde el aire
Gijón desde el aire
 
Hva er ACT
Hva er ACTHva er ACT
Hva er ACT
 
Miguelismo no alto minho
Miguelismo no alto minhoMiguelismo no alto minho
Miguelismo no alto minho
 
Contenidos Guia Multimedia
Contenidos Guia MultimediaContenidos Guia Multimedia
Contenidos Guia Multimedia
 
Padre José Rached, recibe los Reyes Magos dic 26 2013, en Guayama, Puerto Ri...
Padre José Rached,  recibe los Reyes Magos dic 26 2013, en Guayama, Puerto Ri...Padre José Rached,  recibe los Reyes Magos dic 26 2013, en Guayama, Puerto Ri...
Padre José Rached, recibe los Reyes Magos dic 26 2013, en Guayama, Puerto Ri...
 

Semelhante a 2015-11-cloudsoft-basho-brooklyn-riak

Techdays Helsinki - Creating the distributed apps of the future using dapr - ...
Techdays Helsinki - Creating the distributed apps of the future using dapr - ...Techdays Helsinki - Creating the distributed apps of the future using dapr - ...
Techdays Helsinki - Creating the distributed apps of the future using dapr - ...Geert van der Cruijsen
 
Serverless APIs, the Good, the Bad and the Ugly (2019-09-19)
Serverless APIs, the Good, the Bad and the Ugly (2019-09-19)Serverless APIs, the Good, the Bad and the Ugly (2019-09-19)
Serverless APIs, the Good, the Bad and the Ugly (2019-09-19)Paco de la Cruz
 
Spring Boot & Spring Cloud on Pivotal Application Service - Alexandre Roman
Spring Boot & Spring Cloud on Pivotal Application Service - Alexandre RomanSpring Boot & Spring Cloud on Pivotal Application Service - Alexandre Roman
Spring Boot & Spring Cloud on Pivotal Application Service - Alexandre RomanVMware Tanzu
 
Resilient Microservices with Spring Cloud
Resilient Microservices with Spring CloudResilient Microservices with Spring Cloud
Resilient Microservices with Spring CloudVMware Tanzu
 
The Big Cloud native FaaS Lebowski
The Big Cloud native FaaS LebowskiThe Big Cloud native FaaS Lebowski
The Big Cloud native FaaS LebowskiQAware GmbH
 
The Enterprise Service Bus is Dead! Long live the Enterprise Service Bus, Rim...
The Enterprise Service Bus is Dead! Long live the Enterprise Service Bus, Rim...The Enterprise Service Bus is Dead! Long live the Enterprise Service Bus, Rim...
The Enterprise Service Bus is Dead! Long live the Enterprise Service Bus, Rim...confluent
 
Bring Service Mesh To Cloud Native-apps
Bring Service Mesh To Cloud Native-appsBring Service Mesh To Cloud Native-apps
Bring Service Mesh To Cloud Native-appsThang Chung
 
Explore Advanced CA Release Automation Configuration Topics
Explore Advanced CA Release Automation Configuration TopicsExplore Advanced CA Release Automation Configuration Topics
Explore Advanced CA Release Automation Configuration TopicsCA Technologies
 
Cloud Architecture - Multi Cloud, Edge, On-Premise
Cloud Architecture - Multi Cloud, Edge, On-PremiseCloud Architecture - Multi Cloud, Edge, On-Premise
Cloud Architecture - Multi Cloud, Edge, On-PremiseAraf Karsh Hamid
 
The Big Cloud Native FaaS Lebowski
The Big Cloud Native FaaS LebowskiThe Big Cloud Native FaaS Lebowski
The Big Cloud Native FaaS LebowskiQAware GmbH
 
Pivoting Spring XD to Spring Cloud Data Flow with Sabby Anandan
Pivoting Spring XD to Spring Cloud Data Flow with Sabby AnandanPivoting Spring XD to Spring Cloud Data Flow with Sabby Anandan
Pivoting Spring XD to Spring Cloud Data Flow with Sabby AnandanPivotalOpenSourceHub
 
Presto for the Enterprise @ Hadoop Meetup
Presto for the Enterprise @ Hadoop MeetupPresto for the Enterprise @ Hadoop Meetup
Presto for the Enterprise @ Hadoop MeetupWojciech Biela
 
戦う情シス!全社 API で社内アプリ開発を加速させよう
戦う情シス!全社 API で社内アプリ開発を加速させよう戦う情シス!全社 API で社内アプリ開発を加速させよう
戦う情シス!全社 API で社内アプリ開発を加速させようYuki Hattori
 
RUCK 2017 R에 날개 달기 - Microsoft R과 클라우드 머신러닝 소개
RUCK 2017 R에 날개 달기 - Microsoft R과 클라우드 머신러닝 소개RUCK 2017 R에 날개 달기 - Microsoft R과 클라우드 머신러닝 소개
RUCK 2017 R에 날개 달기 - Microsoft R과 클라우드 머신러닝 소개r-kor
 
Serverless Kafka and Spark in a Multi-Cloud Lakehouse Architecture
Serverless Kafka and Spark in a Multi-Cloud Lakehouse ArchitectureServerless Kafka and Spark in a Multi-Cloud Lakehouse Architecture
Serverless Kafka and Spark in a Multi-Cloud Lakehouse ArchitectureKai Wähner
 
Seattle StrongLoop Node.js Workshop
Seattle StrongLoop Node.js WorkshopSeattle StrongLoop Node.js Workshop
Seattle StrongLoop Node.js WorkshopJimmy Guerrero
 
Using Databases and Containers From Development to Deployment
Using Databases and Containers  From Development to DeploymentUsing Databases and Containers  From Development to Deployment
Using Databases and Containers From Development to DeploymentAerospike, Inc.
 
WSO2 Cloud Strategy Update
WSO2 Cloud Strategy UpdateWSO2 Cloud Strategy Update
WSO2 Cloud Strategy UpdateImesh Gunaratne
 
WSO2Con ASIA 2016: WSO2 Cloud Strategy Update
WSO2Con ASIA 2016: WSO2 Cloud Strategy UpdateWSO2Con ASIA 2016: WSO2 Cloud Strategy Update
WSO2Con ASIA 2016: WSO2 Cloud Strategy UpdateWSO2
 

Semelhante a 2015-11-cloudsoft-basho-brooklyn-riak (20)

Techdays Helsinki - Creating the distributed apps of the future using dapr - ...
Techdays Helsinki - Creating the distributed apps of the future using dapr - ...Techdays Helsinki - Creating the distributed apps of the future using dapr - ...
Techdays Helsinki - Creating the distributed apps of the future using dapr - ...
 
Serverless APIs, the Good, the Bad and the Ugly (2019-09-19)
Serverless APIs, the Good, the Bad and the Ugly (2019-09-19)Serverless APIs, the Good, the Bad and the Ugly (2019-09-19)
Serverless APIs, the Good, the Bad and the Ugly (2019-09-19)
 
Embarcadero RAD server Launch Webinar
Embarcadero RAD server Launch WebinarEmbarcadero RAD server Launch Webinar
Embarcadero RAD server Launch Webinar
 
Spring Boot & Spring Cloud on Pivotal Application Service - Alexandre Roman
Spring Boot & Spring Cloud on Pivotal Application Service - Alexandre RomanSpring Boot & Spring Cloud on Pivotal Application Service - Alexandre Roman
Spring Boot & Spring Cloud on Pivotal Application Service - Alexandre Roman
 
Resilient Microservices with Spring Cloud
Resilient Microservices with Spring CloudResilient Microservices with Spring Cloud
Resilient Microservices with Spring Cloud
 
The Big Cloud native FaaS Lebowski
The Big Cloud native FaaS LebowskiThe Big Cloud native FaaS Lebowski
The Big Cloud native FaaS Lebowski
 
The Enterprise Service Bus is Dead! Long live the Enterprise Service Bus, Rim...
The Enterprise Service Bus is Dead! Long live the Enterprise Service Bus, Rim...The Enterprise Service Bus is Dead! Long live the Enterprise Service Bus, Rim...
The Enterprise Service Bus is Dead! Long live the Enterprise Service Bus, Rim...
 
Bring Service Mesh To Cloud Native-apps
Bring Service Mesh To Cloud Native-appsBring Service Mesh To Cloud Native-apps
Bring Service Mesh To Cloud Native-apps
 
Explore Advanced CA Release Automation Configuration Topics
Explore Advanced CA Release Automation Configuration TopicsExplore Advanced CA Release Automation Configuration Topics
Explore Advanced CA Release Automation Configuration Topics
 
Cloud Architecture - Multi Cloud, Edge, On-Premise
Cloud Architecture - Multi Cloud, Edge, On-PremiseCloud Architecture - Multi Cloud, Edge, On-Premise
Cloud Architecture - Multi Cloud, Edge, On-Premise
 
The Big Cloud Native FaaS Lebowski
The Big Cloud Native FaaS LebowskiThe Big Cloud Native FaaS Lebowski
The Big Cloud Native FaaS Lebowski
 
Pivoting Spring XD to Spring Cloud Data Flow with Sabby Anandan
Pivoting Spring XD to Spring Cloud Data Flow with Sabby AnandanPivoting Spring XD to Spring Cloud Data Flow with Sabby Anandan
Pivoting Spring XD to Spring Cloud Data Flow with Sabby Anandan
 
Presto for the Enterprise @ Hadoop Meetup
Presto for the Enterprise @ Hadoop MeetupPresto for the Enterprise @ Hadoop Meetup
Presto for the Enterprise @ Hadoop Meetup
 
戦う情シス!全社 API で社内アプリ開発を加速させよう
戦う情シス!全社 API で社内アプリ開発を加速させよう戦う情シス!全社 API で社内アプリ開発を加速させよう
戦う情シス!全社 API で社内アプリ開発を加速させよう
 
RUCK 2017 R에 날개 달기 - Microsoft R과 클라우드 머신러닝 소개
RUCK 2017 R에 날개 달기 - Microsoft R과 클라우드 머신러닝 소개RUCK 2017 R에 날개 달기 - Microsoft R과 클라우드 머신러닝 소개
RUCK 2017 R에 날개 달기 - Microsoft R과 클라우드 머신러닝 소개
 
Serverless Kafka and Spark in a Multi-Cloud Lakehouse Architecture
Serverless Kafka and Spark in a Multi-Cloud Lakehouse ArchitectureServerless Kafka and Spark in a Multi-Cloud Lakehouse Architecture
Serverless Kafka and Spark in a Multi-Cloud Lakehouse Architecture
 
Seattle StrongLoop Node.js Workshop
Seattle StrongLoop Node.js WorkshopSeattle StrongLoop Node.js Workshop
Seattle StrongLoop Node.js Workshop
 
Using Databases and Containers From Development to Deployment
Using Databases and Containers  From Development to DeploymentUsing Databases and Containers  From Development to Deployment
Using Databases and Containers From Development to Deployment
 
WSO2 Cloud Strategy Update
WSO2 Cloud Strategy UpdateWSO2 Cloud Strategy Update
WSO2 Cloud Strategy Update
 
WSO2Con ASIA 2016: WSO2 Cloud Strategy Update
WSO2Con ASIA 2016: WSO2 Cloud Strategy UpdateWSO2Con ASIA 2016: WSO2 Cloud Strategy Update
WSO2Con ASIA 2016: WSO2 Cloud Strategy Update
 

Último

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Último (20)

Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 

2015-11-cloudsoft-basho-brooklyn-riak