SlideShare a Scribd company logo
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

More Related Content

What's hot

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
Neil 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 Cloud
Kai 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 platform
SmartWave
 
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
confluent
 
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
HostedbyConfluent
 
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 Kafka
QAware 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 Yourself
DATAVERSITY
 
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
confluent
 
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
Kai 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 Processing
confluent
 
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
Kai 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 Keynote
StreamNative
 
Introduction to Stream Processing
Introduction to Stream ProcessingIntroduction to Stream Processing
Introduction to Stream Processing
Guido 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 Conference
Eldert 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
 

What's hot (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...
 

Viewers also liked

Getting started
Getting startedGetting started
Getting started
paperface
 
2013 05-openstack-israel-heat
2013 05-openstack-israel-heat2013 05-openstack-israel-heat
2013 05-openstack-israel-heat
Alex Heneveld
 
2014-05-gluecon-amplifying-docker
2014-05-gluecon-amplifying-docker2014-05-gluecon-amplifying-docker
2014-05-gluecon-amplifying-docker
Alex 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-dublin
Alex 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 Henevald
buildacloud
 
Manual prevencion-incendios-forestales
Manual prevencion-incendios-forestalesManual prevencion-incendios-forestales
Manual prevencion-incendios-forestales
Chencho Gonzalez
 
dominio
dominiodominio
dominio
valerioarleth
 
Hardware
HardwareHardware
Idea 3 selvans - accionatura 060614
Idea 3   selvans - accionatura 060614Idea 3   selvans - accionatura 060614
Idea 3 selvans - accionatura 060614
Ecotendències Cosmocaixa
 
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
 
Entrevista a Daniel Pennac
Entrevista  a Daniel PennacEntrevista  a Daniel Pennac
Entrevista a Daniel Pennac
Angélica Velázquez Pascual
 
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
ESAN 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 ozono
inmajp
 
Gijón desde el aire
Gijón desde el aire Gijón desde el aire
Gijón desde el aire
F. Ovies
 
Hva er ACT
Hva er ACTHva er ACT
Hva er ACT
Dag T. Hanoa
 
Miguelismo no alto minho
Miguelismo no alto minhoMiguelismo no alto minho
Miguelismo no alto minho
Miguel Moraes E Castro
 
Contenidos Guia Multimedia
Contenidos Guia MultimediaContenidos Guia Multimedia
Contenidos Guia Multimedia
Juan Pablo Arrobo Agila
 
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
 

Viewers also liked (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...
 

Similar to 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
 
Embarcadero RAD server Launch Webinar
Embarcadero RAD server Launch WebinarEmbarcadero RAD server Launch Webinar
Embarcadero RAD server Launch Webinar
Embarcadero Technologies
 
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
VMware Tanzu
 
Resilient Microservices with Spring Cloud
Resilient Microservices with Spring CloudResilient Microservices with Spring Cloud
Resilient Microservices with Spring Cloud
VMware Tanzu
 
The Big Cloud native FaaS Lebowski
The Big Cloud native FaaS LebowskiThe Big Cloud native FaaS Lebowski
The Big Cloud native FaaS Lebowski
QAware 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-apps
Thang 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 Topics
CA 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-Premise
Araf Karsh Hamid
 
The Big Cloud Native FaaS Lebowski
The Big Cloud Native FaaS LebowskiThe Big Cloud Native FaaS Lebowski
The Big Cloud Native FaaS Lebowski
QAware 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 Anandan
PivotalOpenSourceHub
 
Presto for the Enterprise @ Hadoop Meetup
Presto for the Enterprise @ Hadoop MeetupPresto for the Enterprise @ Hadoop Meetup
Presto for the Enterprise @ Hadoop Meetup
Wojciech 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 Architecture
Kai Wähner
 
Seattle StrongLoop Node.js Workshop
Seattle StrongLoop Node.js WorkshopSeattle StrongLoop Node.js Workshop
Seattle StrongLoop Node.js Workshop
Jimmy 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 Deployment
Aerospike, Inc.
 
WSO2 Cloud Strategy Update
WSO2 Cloud Strategy UpdateWSO2 Cloud Strategy Update
WSO2 Cloud Strategy Update
Imesh 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 Update
WSO2
 

Similar to 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
 

Recently uploaded

PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
Madhumitha Jayaram
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
JamalHussainArman
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
University of Maribor
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 

Recently uploaded (20)

PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
Wearable antenna for antenna applications
Wearable antenna for antenna applicationsWearable antenna for antenna applications
Wearable antenna for antenna applications
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptxML Based Model for NIDS MSc Updated Presentation.v2.pptx
ML Based Model for NIDS MSc Updated Presentation.v2.pptx
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
Presentation of IEEE Slovenia CIS (Computational Intelligence Society) Chapte...
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 

2015-11-cloudsoft-basho-brooklyn-riak