SlideShare a Scribd company logo
1 of 95
Download to read offline
Bringing Partners, Teams, and
Systems Together Through APIs
Oliver Ogg
Product Owner of APIs, M&S
1
Andrew Braithwaite
Laterooms.com
mandsdigital.com
3
We have a complex landscape
4
©2016 Apigee. All Rights Reserved.
5
©2016 Apigee. All Rights Reserved. 
APIs
3rd parties
 Clouds
Data centers
Why an API Team?
6
How do we evangelise?
7
©2016 Apigee. All Rights Reserved.
How do we help other teams?
8
©2016 Apigee. All Rights Reserved.
Developer Experience
9
How do we get good Developer
Experience?
10
©2016 Apigee. All Rights Reserved.
11
©2016 Apigee. All Rights Reserved.
12
©2016 Apigee. All Rights Reserved.
13
©2016 Apigee. All Rights Reserved.
14
©2016 Apigee. All Rights Reserved. 
github.com/interagent/http-api-design
github.com/paypal/api-standards
API Team
15
Thank you
17
Bringing Systems Together with APIs at Laterooms!
Andrew Braithwaite
Solutions Architect,
laterooms.com
About Laterooms.com
18
©2016 Apigee. All Rights Reserved. 
•  LateRooms.com was born in Salford,
Greater Manchester in 1999, starting life
as an 'on the day for the day' booking
site for unsold hotel rooms.
•  Now you can book up to a year in
advance and we will help you plan all
those upcoming events, activities and
special occasions for which you need a
hotel.
•  More hotels than you'll ever need. Across
the UK, Europe and Worldwide.
•  Over 2 million genuine guest reviews to
help you choose
•  Book 24/7 – online or over the phone.
A Big Ball of Paint
19
©2016 Apigee. All Rights Reserved.
LateRooms Ball of Pain(t)
20
©2016 Apigee. All Rights Reserved.
We Love APIs…
21
©2016 Apigee. All Rights Reserved.
We like Apigee as well…
22
©2016 Apigee. All Rights Reserved.
Thank you
24
IT Agility is No Longer an Oxymoron
Matthew Newton
Enterprise Architect,
glh. Hotels
IT Agility is No Longer an Oxymoron
Matthew Newton
Enterprise Architect
glh. Hotels
25
The views expressed in this presentation are those of
the presenter, and not necessarily those of Apigee
Corporation or the presenter’s employer.
26
who are we?
27
Who are glh. Hotels
28
London's largest
owner-operator hotel
company with over
4,800 bedrooms
©2016 Apigee. All Rights Reserved.
Who are glh. Hotels: The Vision
29
WORLD'S BEST MANAGED GLOBAL
HOSPITALITY COMPANY

Deliver the best guest centric
experience in the industry

Doubling prime value and economic
profit every 3-5 years
©2016 Apigee. All Rights Reserved.
A Challenging Marketplace
30
©2016 Apigee. All Rights Reserved.
constraints
31
Our Enterprise Scale Team
32
©2016 Apigee. All Rights Reserved.
disrupt
33
disrupt: Vision
34
Deliver the best
guest centric
experience in the
industry
©2016 Apigee. All Rights Reserved.
status quo: glh ICT (formal)
35
Corporate ICT
Strategy :
TCO reduction
Unfinished
business need
specification
Internal 1st ICT
delivery
©2016 Apigee. All Rights Reserved.
status quo: glh ICT (actual)
36
Corporate ICT Strategy :
TCO reduction
SHADOW IT:
speed-to-market &
innovation
Internal 1st ICT
delivery
©2016 Apigee. All Rights Reserved.
disrupt: Mandate
37
{ lead the
industry in guest
facing technology,
infrastructure and
decision
sciences }
©2016 Apigee. All Rights Reserved.
status quo: glh ICT (actual)
38
Corporate ICT Strategy :
TCO reduction
SHADOW IT:
speed-to-market &
innovation
Internal 1st ICT
delivery
©2016 Apigee. All Rights Reserved.
disrupt: glh ICT HYBRID delivery
39
Corporate ICT Strategy
Performance
Improvement
SHADOW IT:
Ship AlongsideHybrid ICT
delivery
©2016 Apigee. All Rights Reserved.
disrupt: glh Technology CLOUD 1st philosophy
40
Corporate Technology
Strategy
Time to Value,
innovation
Ship Alongside
Requirements:
Principles, BDD, roadmaps
Cloud 1st
delivery
SaaS
©2016 Apigee. All Rights Reserved.
disrupt: glh Technology DIGITAL philosophy
41
Corporate Technology
Strategy
Time to Value
Product development
API first
Industry Leading
Business
Requirements:
BDD, roadmaps
Cloud delivery
IaaS
PaaS
SaaS
©2016 Apigee. All Rights Reserved.
decouple
42
microservices now at work
43
Monolithic
Microservices
©2016 Apigee. All Rights Reserved.
Guest Centric = a Digital Center
44
©2016 Apigee. All Rights Reserved.
developing people
45
Evolving Our Skills
46
©2016 Apigee. All Rights Reserved.
develop: Technology Culture
47
©2016 Apigee. All Rights Reserved.
develop: Time to Value with microservice projects
48
©2016 Apigee. All Rights Reserved.
develop: Enterprise Scale Team 2016
49
Technology
15
15% increase in permanent team.
100% increase in development team.
 ©2016 Apigee. All Rights Reserved.
feedback loop
50
51
52
53
Employee Feedback: “one thing I would change”
54
©2016 Apigee. All Rights Reserved. 
In the 2015 Survey, 

1.7% 

responded SYSTEMS/TECH


a matter of weeks after glh. fully cut over to
55
©2016 Apigee. All Rights Reserved.
Lessons learned so far….
56
IT Agility is No Longer an Oxymoron
embrace constraints
disrupt: change CHANGE
decouple simply
Develop all Operators
57
Need correct
heart
Matthew Newton

Enterprise Architect @ glh. Hotels

matthew.newton@glhhotels.com

linkedin: https://uk.linkedin.com/in/matthewjnewton



Thank you
Thank you
59
Using Containerization to Enable Your Microservice Architecture!
Jonathan Bennett, Zooz
Greg Brail, Apigee
Have you Heard of Docker?
Have you Heard of Docker?
61
©2015 Apigee. All Rights Reserved.
What are Containers?
•  Just lighter-weight virtual machines, right?

•  Not exactly? 
62
©2015 Apigee. All Rights Reserved.
Virtual Machines
Separate kernels (any OS)
Separate device drivers
Memory isolation
Filesystem isolation
CPU usage restrictions
Boots in minutes
Tens per physical machine
Containers
Shared Linux kernel
Shared device drivers
Memory isolation
Filesystem isolation
CPU usage restrictions
Boots in seconds
Hundreds per physical machine
Virtual Machines vs. Containers
63
©2015 Apigee. All Rights Reserved.
Virtualization
O/S-level isolation
Proven; Secure; Resource-intensive
Containerization
Process-level isolation
Fast; Compact; Developer-friendly
Virtualization vs Containerization
64
©2015 Apigee. All Rights Reserved. 
Hardware
Device Drivers
Hypervisor
Kernel
Filesystem
O/S Daemons
App
 App
Kernel
Filesystem
O/S Daemons
App
 App
Hardware
Device Drivers
Filesystem
O/S Daemons
App
Kernel
F/S
App
F/S
App
F/S
App
F/S
What is Docker?
•  Built on core Linux stuff
•  CLI
•  API
•  Layered filesystem
•  “Docker Hub” of images
65
©2015 Apigee. All Rights Reserved. 
By User:Maklaan (Based on a Docker blog post) [Public domain], via Wikimedia Commons
Docker Usability
Let’s start up Cassandra, Zookeeper, and Postgres on a host…

docker	
  run	
  –e	
  POSTGRES_PASSWORD=realsecret	
  –d	
  5432:5432	
  	
  
	
  	
  postgres	
  
	
  
docker	
  run	
  -­‐d	
  -­‐p	
  2181:2181	
  -­‐p	
  2888:2888	
  -­‐p	
  3888:3888	
  	
  
	
  	
  jplock/zookeeper:3.4.6	
  
	
  
docker	
  run	
  -­‐d	
  -­‐-­‐net=host	
  -­‐p	
  9160:9160	
  -­‐p	
  9042:9042	
  -­‐p	
  7000:7000	
  	
  
	
  	
  -­‐p	
  7001:7001	
  -­‐p	
  7199:7199	
  -­‐e	
  CASSANDRA_LISTEN_ADDRESS=192.168.99.100	
  	
  	
  	
  	
  
	
  	
  -­‐e	
  CASSANDRA_BROADCAST_ADDRESS=192.168.99.100	
  
	
  	
  cassandra:2.0	
  
66
©2015 Apigee. All Rights Reserved.
What Makes Docker Exciting?
•  Standard packaging format
–  Docker image may be run on any Docker-enabled host
•  Each container is self-contained
–  Container has its own filesystem and files
–  Contract specifies ports and persistent disks required
–  Not much else
–  Vastly less “versionitis”
•  Standard installation process
–  Specifics of packaging and installation are inside the container
•  Less “versionitis”
67
©2015 Apigee. All Rights Reserved.
The Real Promise of Docker
•  Start with those standardized containers
•  Deploy them to an elastic pool of hardware
•  Scale them up and down
•  Switch versions without downtime
•  Wire them together and to the Internet via APIs
•  and more…
68
©2015 Apigee. All Rights Reserved.
Who I am
Jonathan Bennett
VP Architecture & Data @ Zooz

 @jldb

 http://me.jldb.co.uk/linkedin

 http://me.jldb.co.uk/github
69
©2015 Apigee. All Rights Reserved.
Who we are
Online Payments Platform bringing together many financial institutions, integrating
acquirers, gateways, 3rd party solution providers all through a single integration

60 Employees in 3 locations, USA, UK and Israel

1000s of merchants globally, trading 24x7
70
©2015 Apigee. All Rights Reserved.
A brief history of us
Started as a “Pay at Table” restaurant service…

Pivoted to single-line integration checkout…

Pivoted again to API driven platform
71
©2015 Apigee. All Rights Reserved.
Our code base…
72
©2015 Apigee. All Rights Reserved. 
Tactus
 Tactus+
 Tactus+++++++
And this is what we ended up with…
73
©2015 Apigee. All Rights Reserved. 
Tactus.ear
Something needed to change…
74
©2015 Apigee. All Rights Reserved. 
Source: https://ruxit.com/
The challenge
Strict security requirements due to Level 1 PCI

Strict “no downtime” policy for API services

Lots of legacy code across the system which was hard to diagnose and find problems

Large parts of testing not automated - long regression test period (frequently 5 business
days)

Deployments to 10 app servers took over 8 hours.
75
©2015 Apigee. All Rights Reserved.
Our customers
Internal R&D teams
“We need to build faster”


QA teams
“We need to test faster”


Infrastructure & operations teams
“We need to test faster”
76
©2015 Apigee. All Rights Reserved.
Things we tried
Agile will solve all of the problems.

AUTOMATE ALL OF THE THINGS!
77
©2015 Apigee. All Rights Reserved.
“Traditional” Continuous Integration
The single .ear file deployment was cumbersome and impossible to properly introspect

Large amount of running infrastructure with large overlap
78
©2015 Apigee. All Rights Reserved.
Just break it up
Tactus was broken down into “components”

A spewing of libraries, “common.jar” and overlap happened

Everything still compiled into “tactus.ear” in the end
79
©2015 Apigee. All Rights Reserved.
80
©2015 Apigee. All Rights Reserved. 
https://ilovemicroservices.com/
Microservices
Microservices, a primer…
•  API Services are created around specific capabilities, such as front ends, proxies etc
•  Typical Microservice orientated architectures may comprise of many different languages
•  Architectures tend to be of a producer / consumer model
•  Tends to work well in continuous development environments
Main criticisms:
•  Shifts the complexity from a monolith to other things, such as network, Load balancing
and fault tolerance (Basic distributed computing problems)
•  Deployment gets more complicated (as we’ll discuss later)
81
©2015 Apigee. All Rights Reserved.
µ all of the things
Took the basis of our common libraries and rationalised our codebase

Approached the project like an onion - taking layers off gradually - approaching the core
as we speak
82
©2015 Apigee. All Rights Reserved.
Our steps
1.  Instated martial law on “old ways of working for new projects” - introduced bounties to
those who turned others in (for fun, of course…)
2.  Refactored API Façade to be a service layer above other system APIs transparently to
customers
3.  Moved onto new processor code (business logic and API integrations) 
4.  Refactoring internal APIs last
83
©2015 Apigee. All Rights Reserved.
Our new architecture
84
©2015 Apigee. All Rights Reserved.
Deployment considerations
Managing / monitoring / scaling this many “application servers” would be a nightmare

Servers needed to be identical for predictability

All deployment should be automated, and scaling should be instant
85
©2015 Apigee. All Rights Reserved.
That’s where containers came in
Resource and process isolation

Quick to start with little system overhead

Predictable - build once use everywhere (even for QA!)
86
©2015 Apigee. All Rights Reserved.
Main considerations
Monitoring
-  A 24/7 system needs substantial monitoring

Deployment
-  We need to be able to deploy quickly
-  Need to be able to deploy reliably
-  Need to move towards continuous deployment
87
©2015 Apigee. All Rights Reserved.
What we look like now
88
©2015 Apigee. All Rights Reserved.
What we learned
89
©2015 Apigee. All Rights Reserved.
90
“If I had asked people what they
wanted, they would have said faster
horses.”
- Henry Ford
Get a scheduler
Finding a scheduler that works for us will be the key to our continued microservice-with-
container success

Experimented a lot, Lattice, Kubernetes, ECS and now running experiments with Nomad
91
©2015 Apigee. All Rights Reserved.
More emphasis on monitoring
Emphasis on monitoring tightly coupled with the container integral to continued success
92
©2015 Apigee. All Rights Reserved.
More automation
93
©2015 Apigee. All Rights Reserved. 
If you haven’t already automated - make it a priority
Blue/green deployments as a standard
Increase in speed of deployment gives more flexibility for partial deploy (and rollback)

Found problems in minutes that would usually surface way too late
94
©2015 Apigee. All Rights Reserved.
Conclusions
•  Microservices are awesome
•  Containers help with not only the running of the applications, but also the delivery
process as well
•  Great schedulers are coming – finding one ASAP will be key
95
©2015 Apigee. All Rights Reserved.

More Related Content

What's hot

Telco Innovation with APIs - Need for speed (Webcast)
Telco Innovation with APIs - Need for speed (Webcast) Telco Innovation with APIs - Need for speed (Webcast)
Telco Innovation with APIs - Need for speed (Webcast)
Apigee | Google Cloud
 

What's hot (20)

Cloud Deployments Done Right: Why APIs are Key
Cloud Deployments Done Right: Why APIs are KeyCloud Deployments Done Right: Why APIs are Key
Cloud Deployments Done Right: Why APIs are Key
 
How to scale 1000s of API Integrations and not lose your mind
How to scale 1000s of API Integrations and not lose your mind How to scale 1000s of API Integrations and not lose your mind
How to scale 1000s of API Integrations and not lose your mind
 
Managing Sensitive Information in an API and Microservices World
Managing Sensitive Information in an API and Microservices WorldManaging Sensitive Information in an API and Microservices World
Managing Sensitive Information in an API and Microservices World
 
Bringing API Management to AWS Powered Backends
Bringing API Management to AWS Powered BackendsBringing API Management to AWS Powered Backends
Bringing API Management to AWS Powered Backends
 
The Business of APIs: Your 100-Day API Business Plan
The Business of APIs: Your 100-Day API Business PlanThe Business of APIs: Your 100-Day API Business Plan
The Business of APIs: Your 100-Day API Business Plan
 
Building APIs with Apigee Edge and Microsoft Azure
Building APIs with Apigee Edge and Microsoft AzureBuilding APIs with Apigee Edge and Microsoft Azure
Building APIs with Apigee Edge and Microsoft Azure
 
A Checklist for Every API Call
A Checklist for Every API CallA Checklist for Every API Call
A Checklist for Every API Call
 
Deep-Dive: How Can APIs Help You Innovate? (Partner Ecosystems)
Deep-Dive: How Can APIs Help You Innovate? (Partner Ecosystems)Deep-Dive: How Can APIs Help You Innovate? (Partner Ecosystems)
Deep-Dive: How Can APIs Help You Innovate? (Partner Ecosystems)
 
End to End Testing: Bug Squashing for API Developers
End to End Testing: Bug Squashing for API Developers End to End Testing: Bug Squashing for API Developers
End to End Testing: Bug Squashing for API Developers
 
Road to Black Friday 2015: How L.L.Bean Prepares for Traffic Spikes
Road to Black Friday 2015: How L.L.Bean Prepares for Traffic SpikesRoad to Black Friday 2015: How L.L.Bean Prepares for Traffic Spikes
Road to Black Friday 2015: How L.L.Bean Prepares for Traffic Spikes
 
I Love APIs 2015: End to End Testing: Bug Squashing for Developers
I Love APIs 2015: End to End Testing: Bug Squashing for DevelopersI Love APIs 2015: End to End Testing: Bug Squashing for Developers
I Love APIs 2015: End to End Testing: Bug Squashing for Developers
 
APIs in the Enterprise - Lessons Learned
APIs in the Enterprise - Lessons Learned APIs in the Enterprise - Lessons Learned
APIs in the Enterprise - Lessons Learned
 
Data Driven Security
Data Driven SecurityData Driven Security
Data Driven Security
 
Enhancing your Security APIs
Enhancing your Security APIsEnhancing your Security APIs
Enhancing your Security APIs
 
Mesh the Gears: Mastering the Economics of Digital Leverage
Mesh the Gears: Mastering the Economics of Digital LeverageMesh the Gears: Mastering the Economics of Digital Leverage
Mesh the Gears: Mastering the Economics of Digital Leverage
 
Platforms, Cloud-Native Architectures, and APIs: Chicago Adapt or Die Keynote
Platforms, Cloud-Native Architectures, and APIs: Chicago Adapt or Die KeynotePlatforms, Cloud-Native Architectures, and APIs: Chicago Adapt or Die Keynote
Platforms, Cloud-Native Architectures, and APIs: Chicago Adapt or Die Keynote
 
Unlocking Value From the Internet of Things (IoT) with APIs
Unlocking Value From the Internet of Things (IoT) with APIsUnlocking Value From the Internet of Things (IoT) with APIs
Unlocking Value From the Internet of Things (IoT) with APIs
 
Transforming Your Business Through APIs
Transforming Your Business Through APIsTransforming Your Business Through APIs
Transforming Your Business Through APIs
 
Telco Innovation with APIs - Need for speed (Webcast)
Telco Innovation with APIs - Need for speed (Webcast) Telco Innovation with APIs - Need for speed (Webcast)
Telco Innovation with APIs - Need for speed (Webcast)
 
Digital Transformation: How leaders meet modern customer expectations
Digital Transformation: How leaders meet modern customer expectationsDigital Transformation: How leaders meet modern customer expectations
Digital Transformation: How leaders meet modern customer expectations
 

Viewers also liked

Designing digital transformation v.2.7
Designing digital transformation v.2.7Designing digital transformation v.2.7
Designing digital transformation v.2.7
Nigel Green
 
hitachi-forbes-cios-guide-to-digital-transformation
hitachi-forbes-cios-guide-to-digital-transformationhitachi-forbes-cios-guide-to-digital-transformation
hitachi-forbes-cios-guide-to-digital-transformation
Ingrid Fernandez, PhD
 

Viewers also liked (20)

Digital Transformation with 2 Speed IT & Agile Scrum
Digital Transformation with 2 Speed IT & Agile ScrumDigital Transformation with 2 Speed IT & Agile Scrum
Digital Transformation with 2 Speed IT & Agile Scrum
 
Innovation as a Discipline - Can innovation be managed?
Innovation as a Discipline - Can innovation be managed?Innovation as a Discipline - Can innovation be managed?
Innovation as a Discipline - Can innovation be managed?
 
'My Case for Agile Methods & Tranformation' : Presented by Saikat Das
'My Case for Agile Methods & Tranformation' : Presented by Saikat Das 'My Case for Agile Methods & Tranformation' : Presented by Saikat Das
'My Case for Agile Methods & Tranformation' : Presented by Saikat Das
 
2 speed IT - the best way to start your IoT journey
2 speed IT -  the best way to start your IoT journey2 speed IT -  the best way to start your IoT journey
2 speed IT - the best way to start your IoT journey
 
SEMIFINAL
SEMIFINALSEMIFINAL
SEMIFINAL
 
Designing Smart and Clever Applications
Designing Smart and Clever ApplicationsDesigning Smart and Clever Applications
Designing Smart and Clever Applications
 
Raising Your Digital Quotient - McKinsey
Raising Your Digital Quotient - McKinseyRaising Your Digital Quotient - McKinsey
Raising Your Digital Quotient - McKinsey
 
Every company is a technology company
Every company is a technology companyEvery company is a technology company
Every company is a technology company
 
Designing digital transformation v.2.7
Designing digital transformation v.2.7Designing digital transformation v.2.7
Designing digital transformation v.2.7
 
Jeff's journey to a Digital Business
Jeff's journey to a Digital BusinessJeff's journey to a Digital Business
Jeff's journey to a Digital Business
 
Foundation for accelerating digital development—Two-speed IT
Foundation for accelerating digital development—Two-speed ITFoundation for accelerating digital development—Two-speed IT
Foundation for accelerating digital development—Two-speed IT
 
hitachi-forbes-cios-guide-to-digital-transformation
hitachi-forbes-cios-guide-to-digital-transformationhitachi-forbes-cios-guide-to-digital-transformation
hitachi-forbes-cios-guide-to-digital-transformation
 
2 speed it powered by microsoft azure
2 speed it powered by microsoft azure2 speed it powered by microsoft azure
2 speed it powered by microsoft azure
 
Lean Business Architecture
Lean Business ArchitectureLean Business Architecture
Lean Business Architecture
 
Agile architecture made real
Agile architecture made realAgile architecture made real
Agile architecture made real
 
Lean Digital Enterprise Evolution in a Hyper Connected World
Lean Digital Enterprise Evolution in a Hyper Connected World Lean Digital Enterprise Evolution in a Hyper Connected World
Lean Digital Enterprise Evolution in a Hyper Connected World
 
AppSphere 15 - Shining a Light on Shadow IT: A New Way of Working for "Busine...
AppSphere 15 - Shining a Light on Shadow IT: A New Way of Working for "Busine...AppSphere 15 - Shining a Light on Shadow IT: A New Way of Working for "Busine...
AppSphere 15 - Shining a Light on Shadow IT: A New Way of Working for "Busine...
 
Two Speed IT: How Companies Can Surf the Digital Wave, A BCG Perspective Powe...
Two Speed IT: How Companies Can Surf the Digital Wave, A BCG Perspective Powe...Two Speed IT: How Companies Can Surf the Digital Wave, A BCG Perspective Powe...
Two Speed IT: How Companies Can Surf the Digital Wave, A BCG Perspective Powe...
 
GE Healthcare case study at the European Lean IT Summit
GE Healthcare case study at the European Lean IT Summit GE Healthcare case study at the European Lean IT Summit
GE Healthcare case study at the European Lean IT Summit
 
Aligning the Fast & the Slow: The Reality of Multi-Speed IT
Aligning the Fast & the Slow: The Reality of Multi-Speed ITAligning the Fast & the Slow: The Reality of Multi-Speed IT
Aligning the Fast & the Slow: The Reality of Multi-Speed IT
 

Similar to Bringing Partners, Teams & Systems Together through APIs

Enabling Agility Through DevOps
Enabling Agility Through DevOpsEnabling Agility Through DevOps
Enabling Agility Through DevOps
Leland Newsom CSP-SM, SPC5, SDP
 
Reshape Integration - Think Beyond the ESB
Reshape Integration - Think Beyond the ESBReshape Integration - Think Beyond the ESB
Reshape Integration - Think Beyond the ESB
WSO2
 

Similar to Bringing Partners, Teams & Systems Together through APIs (20)

Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
Jose Quaresma "DevOps in the Enterprise: what I have learned so far"
 
18.03.2022 api force presentation template
18.03.2022 api force presentation template18.03.2022 api force presentation template
18.03.2022 api force presentation template
 
Pivotal + Apigee Workshop (June 4th, 2019)
Pivotal + Apigee Workshop (June 4th, 2019)Pivotal + Apigee Workshop (June 4th, 2019)
Pivotal + Apigee Workshop (June 4th, 2019)
 
CWIN17 telford api management, practical implementation experience - david ru...
CWIN17 telford api management, practical implementation experience - david ru...CWIN17 telford api management, practical implementation experience - david ru...
CWIN17 telford api management, practical implementation experience - david ru...
 
Enabling Agility Through DevOps
Enabling Agility Through DevOpsEnabling Agility Through DevOps
Enabling Agility Through DevOps
 
Webcast: Deep-Dive Apigee Edge Microgateway
Webcast: Deep-Dive Apigee Edge MicrogatewayWebcast: Deep-Dive Apigee Edge Microgateway
Webcast: Deep-Dive Apigee Edge Microgateway
 
UC18NA-D3D202-Dianomic-IZoratti-Introduction-To-FogLAMP.pdf
UC18NA-D3D202-Dianomic-IZoratti-Introduction-To-FogLAMP.pdfUC18NA-D3D202-Dianomic-IZoratti-Introduction-To-FogLAMP.pdf
UC18NA-D3D202-Dianomic-IZoratti-Introduction-To-FogLAMP.pdf
 
Manchester MuleSoft Meetup #7
Manchester MuleSoft Meetup #7 Manchester MuleSoft Meetup #7
Manchester MuleSoft Meetup #7
 
Oracle Modern AppDev Approach to Cloud & Container Native App
Oracle Modern AppDev Approach to Cloud & Container Native AppOracle Modern AppDev Approach to Cloud & Container Native App
Oracle Modern AppDev Approach to Cloud & Container Native App
 
MuleSoft Meetup - 7.pptx
MuleSoft Meetup - 7.pptxMuleSoft Meetup - 7.pptx
MuleSoft Meetup - 7.pptx
 
API Design for Microservices with Apiary
API Design for Microservices with ApiaryAPI Design for Microservices with Apiary
API Design for Microservices with Apiary
 
[WSO2Con EU 2018] Implementing a Zero Downtime WSO2 API Manager with an API C...
[WSO2Con EU 2018] Implementing a Zero Downtime WSO2 API Manager with an API C...[WSO2Con EU 2018] Implementing a Zero Downtime WSO2 API Manager with an API C...
[WSO2Con EU 2018] Implementing a Zero Downtime WSO2 API Manager with an API C...
 
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
From Rapid Prototypes to an end-to-end Model Deployment: an AI Hedge Fund Use...
 
About_Imaginea
About_ImagineaAbout_Imaginea
About_Imaginea
 
Producing Systems That Enable The Innovation That Autonomous Vehicles Will Re...
Producing Systems That Enable The Innovation That Autonomous Vehicles Will Re...Producing Systems That Enable The Innovation That Autonomous Vehicles Will Re...
Producing Systems That Enable The Innovation That Autonomous Vehicles Will Re...
 
Cisco Paris DevNet Hackathon slideshow - Intro
Cisco Paris DevNet Hackathon slideshow - IntroCisco Paris DevNet Hackathon slideshow - Intro
Cisco Paris DevNet Hackathon slideshow - Intro
 
Reshape Integration - Think Beyond the ESB
Reshape Integration - Think Beyond the ESBReshape Integration - Think Beyond the ESB
Reshape Integration - Think Beyond the ESB
 
London Oracle Developer Meetup - June 18 - Drones with APIs
London Oracle Developer Meetup - June 18 - Drones with APIsLondon Oracle Developer Meetup - June 18 - Drones with APIs
London Oracle Developer Meetup - June 18 - Drones with APIs
 
Pivotal Cloud Platform Roadshow Keynote
Pivotal Cloud Platform Roadshow KeynotePivotal Cloud Platform Roadshow Keynote
Pivotal Cloud Platform Roadshow Keynote
 
Cloud Foundry Summit 2017
Cloud Foundry Summit 2017Cloud Foundry Summit 2017
Cloud Foundry Summit 2017
 

More from Apigee | Google Cloud

More from Apigee | Google Cloud (20)

How Secure Are Your APIs?
How Secure Are Your APIs?How Secure Are Your APIs?
How Secure Are Your APIs?
 
Magazine Luiza at a glance (1)
Magazine Luiza at a glance (1)Magazine Luiza at a glance (1)
Magazine Luiza at a glance (1)
 
Monetization: Unlock More Value from Your APIs
Monetization: Unlock More Value from Your APIs Monetization: Unlock More Value from Your APIs
Monetization: Unlock More Value from Your APIs
 
Apigee Demo: API Platform Overview
Apigee Demo: API Platform OverviewApigee Demo: API Platform Overview
Apigee Demo: API Platform Overview
 
Ticketmaster at a glance
Ticketmaster at a glanceTicketmaster at a glance
Ticketmaster at a glance
 
AccuWeather: Recasting API Experiences in a Developer-First World
AccuWeather: Recasting API Experiences in a Developer-First WorldAccuWeather: Recasting API Experiences in a Developer-First World
AccuWeather: Recasting API Experiences in a Developer-First World
 
Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?Which Application Modernization Pattern Is Right For You?
Which Application Modernization Pattern Is Right For You?
 
Apigee Product Roadmap Part 2
Apigee Product Roadmap Part 2Apigee Product Roadmap Part 2
Apigee Product Roadmap Part 2
 
The Four Transformative Forces of the API Management Market
The Four Transformative Forces of the API Management MarketThe Four Transformative Forces of the API Management Market
The Four Transformative Forces of the API Management Market
 
Walgreens at a glance
Walgreens at a glanceWalgreens at a glance
Walgreens at a glance
 
Apigee Edge: Intro to Microgateway
Apigee Edge: Intro to MicrogatewayApigee Edge: Intro to Microgateway
Apigee Edge: Intro to Microgateway
 
Managing the Complexity of Microservices Deployments
Managing the Complexity of Microservices DeploymentsManaging the Complexity of Microservices Deployments
Managing the Complexity of Microservices Deployments
 
Pitney Bowes at a glance
Pitney Bowes at a glancePitney Bowes at a glance
Pitney Bowes at a glance
 
Microservices Done Right: Key Ingredients for Microservices Success
Microservices Done Right: Key Ingredients for Microservices SuccessMicroservices Done Right: Key Ingredients for Microservices Success
Microservices Done Right: Key Ingredients for Microservices Success
 
Adapt or Die: Opening Keynote with Chet Kapoor
Adapt or Die: Opening Keynote with Chet KapoorAdapt or Die: Opening Keynote with Chet Kapoor
Adapt or Die: Opening Keynote with Chet Kapoor
 
Adapt or Die: Keynote with Greg Brail
Adapt or Die: Keynote with Greg BrailAdapt or Die: Keynote with Greg Brail
Adapt or Die: Keynote with Greg Brail
 
Adapt or Die: Keynote with Anant Jhingran
Adapt or Die: Keynote with Anant JhingranAdapt or Die: Keynote with Anant Jhingran
Adapt or Die: Keynote with Anant Jhingran
 
London Adapt or Die: Opening Keynot
London Adapt or Die: Opening KeynotLondon Adapt or Die: Opening Keynot
London Adapt or Die: Opening Keynot
 
London Adapt or Die: Lunch keynote
London Adapt or Die: Lunch keynoteLondon Adapt or Die: Lunch keynote
London Adapt or Die: Lunch keynote
 
London Adapt or Die: Closing Keynote — Adapt Now!
London Adapt or Die: Closing Keynote — Adapt Now!London Adapt or Die: Closing Keynote — Adapt Now!
London Adapt or Die: Closing Keynote — Adapt Now!
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Recently uploaded (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
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
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
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
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
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
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
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
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 

Bringing Partners, Teams & Systems Together through APIs

  • 1. Bringing Partners, Teams, and Systems Together Through APIs Oliver Ogg Product Owner of APIs, M&S 1 Andrew Braithwaite Laterooms.com
  • 2.
  • 4. We have a complex landscape 4 ©2016 Apigee. All Rights Reserved.
  • 5. 5 ©2016 Apigee. All Rights Reserved. APIs 3rd parties Clouds Data centers
  • 6. Why an API Team? 6
  • 7. How do we evangelise? 7 ©2016 Apigee. All Rights Reserved.
  • 8. How do we help other teams? 8 ©2016 Apigee. All Rights Reserved.
  • 10. How do we get good Developer Experience? 10 ©2016 Apigee. All Rights Reserved.
  • 11. 11 ©2016 Apigee. All Rights Reserved.
  • 12. 12 ©2016 Apigee. All Rights Reserved.
  • 13. 13 ©2016 Apigee. All Rights Reserved.
  • 14. 14 ©2016 Apigee. All Rights Reserved. github.com/interagent/http-api-design github.com/paypal/api-standards
  • 17. 17 Bringing Systems Together with APIs at Laterooms! Andrew Braithwaite Solutions Architect, laterooms.com
  • 18. About Laterooms.com 18 ©2016 Apigee. All Rights Reserved. •  LateRooms.com was born in Salford, Greater Manchester in 1999, starting life as an 'on the day for the day' booking site for unsold hotel rooms. •  Now you can book up to a year in advance and we will help you plan all those upcoming events, activities and special occasions for which you need a hotel. •  More hotels than you'll ever need. Across the UK, Europe and Worldwide. •  Over 2 million genuine guest reviews to help you choose •  Book 24/7 – online or over the phone.
  • 19. A Big Ball of Paint 19 ©2016 Apigee. All Rights Reserved.
  • 20. LateRooms Ball of Pain(t) 20 ©2016 Apigee. All Rights Reserved.
  • 21. We Love APIs… 21 ©2016 Apigee. All Rights Reserved.
  • 22. We like Apigee as well… 22 ©2016 Apigee. All Rights Reserved.
  • 24. 24 IT Agility is No Longer an Oxymoron Matthew Newton Enterprise Architect, glh. Hotels
  • 25. IT Agility is No Longer an Oxymoron Matthew Newton Enterprise Architect glh. Hotels 25
  • 26. The views expressed in this presentation are those of the presenter, and not necessarily those of Apigee Corporation or the presenter’s employer. 26
  • 28. Who are glh. Hotels 28 London's largest owner-operator hotel company with over 4,800 bedrooms ©2016 Apigee. All Rights Reserved.
  • 29. Who are glh. Hotels: The Vision 29 WORLD'S BEST MANAGED GLOBAL HOSPITALITY COMPANY Deliver the best guest centric experience in the industry Doubling prime value and economic profit every 3-5 years ©2016 Apigee. All Rights Reserved.
  • 30. A Challenging Marketplace 30 ©2016 Apigee. All Rights Reserved.
  • 32. Our Enterprise Scale Team 32 ©2016 Apigee. All Rights Reserved.
  • 34. disrupt: Vision 34 Deliver the best guest centric experience in the industry ©2016 Apigee. All Rights Reserved.
  • 35. status quo: glh ICT (formal) 35 Corporate ICT Strategy : TCO reduction Unfinished business need specification Internal 1st ICT delivery ©2016 Apigee. All Rights Reserved.
  • 36. status quo: glh ICT (actual) 36 Corporate ICT Strategy : TCO reduction SHADOW IT: speed-to-market & innovation Internal 1st ICT delivery ©2016 Apigee. All Rights Reserved.
  • 37. disrupt: Mandate 37 { lead the industry in guest facing technology, infrastructure and decision sciences } ©2016 Apigee. All Rights Reserved.
  • 38. status quo: glh ICT (actual) 38 Corporate ICT Strategy : TCO reduction SHADOW IT: speed-to-market & innovation Internal 1st ICT delivery ©2016 Apigee. All Rights Reserved.
  • 39. disrupt: glh ICT HYBRID delivery 39 Corporate ICT Strategy Performance Improvement SHADOW IT: Ship AlongsideHybrid ICT delivery ©2016 Apigee. All Rights Reserved.
  • 40. disrupt: glh Technology CLOUD 1st philosophy 40 Corporate Technology Strategy Time to Value, innovation Ship Alongside Requirements: Principles, BDD, roadmaps Cloud 1st delivery SaaS ©2016 Apigee. All Rights Reserved.
  • 41. disrupt: glh Technology DIGITAL philosophy 41 Corporate Technology Strategy Time to Value Product development API first Industry Leading Business Requirements: BDD, roadmaps Cloud delivery IaaS PaaS SaaS ©2016 Apigee. All Rights Reserved.
  • 43. microservices now at work 43 Monolithic Microservices ©2016 Apigee. All Rights Reserved.
  • 44. Guest Centric = a Digital Center 44 ©2016 Apigee. All Rights Reserved.
  • 46. Evolving Our Skills 46 ©2016 Apigee. All Rights Reserved.
  • 47. develop: Technology Culture 47 ©2016 Apigee. All Rights Reserved.
  • 48. develop: Time to Value with microservice projects 48 ©2016 Apigee. All Rights Reserved.
  • 49. develop: Enterprise Scale Team 2016 49 Technology 15 15% increase in permanent team. 100% increase in development team. ©2016 Apigee. All Rights Reserved.
  • 51. 51
  • 52. 52
  • 53. 53
  • 54. Employee Feedback: “one thing I would change” 54 ©2016 Apigee. All Rights Reserved. In the 2015 Survey, 1.7% responded SYSTEMS/TECH a matter of weeks after glh. fully cut over to
  • 55. 55 ©2016 Apigee. All Rights Reserved.
  • 56. Lessons learned so far…. 56 IT Agility is No Longer an Oxymoron embrace constraints disrupt: change CHANGE decouple simply Develop all Operators
  • 57. 57 Need correct heart Matthew Newton Enterprise Architect @ glh. Hotels matthew.newton@glhhotels.com linkedin: https://uk.linkedin.com/in/matthewjnewton Thank you
  • 59. 59 Using Containerization to Enable Your Microservice Architecture! Jonathan Bennett, Zooz Greg Brail, Apigee
  • 60. Have you Heard of Docker?
  • 61. Have you Heard of Docker? 61 ©2015 Apigee. All Rights Reserved.
  • 62. What are Containers? •  Just lighter-weight virtual machines, right? •  Not exactly? 62 ©2015 Apigee. All Rights Reserved.
  • 63. Virtual Machines Separate kernels (any OS) Separate device drivers Memory isolation Filesystem isolation CPU usage restrictions Boots in minutes Tens per physical machine Containers Shared Linux kernel Shared device drivers Memory isolation Filesystem isolation CPU usage restrictions Boots in seconds Hundreds per physical machine Virtual Machines vs. Containers 63 ©2015 Apigee. All Rights Reserved.
  • 64. Virtualization O/S-level isolation Proven; Secure; Resource-intensive Containerization Process-level isolation Fast; Compact; Developer-friendly Virtualization vs Containerization 64 ©2015 Apigee. All Rights Reserved. Hardware Device Drivers Hypervisor Kernel Filesystem O/S Daemons App App Kernel Filesystem O/S Daemons App App Hardware Device Drivers Filesystem O/S Daemons App Kernel F/S App F/S App F/S App F/S
  • 65. What is Docker? •  Built on core Linux stuff •  CLI •  API •  Layered filesystem •  “Docker Hub” of images 65 ©2015 Apigee. All Rights Reserved. By User:Maklaan (Based on a Docker blog post) [Public domain], via Wikimedia Commons
  • 66. Docker Usability Let’s start up Cassandra, Zookeeper, and Postgres on a host… docker  run  –e  POSTGRES_PASSWORD=realsecret  –d  5432:5432        postgres     docker  run  -­‐d  -­‐p  2181:2181  -­‐p  2888:2888  -­‐p  3888:3888        jplock/zookeeper:3.4.6     docker  run  -­‐d  -­‐-­‐net=host  -­‐p  9160:9160  -­‐p  9042:9042  -­‐p  7000:7000        -­‐p  7001:7001  -­‐p  7199:7199  -­‐e  CASSANDRA_LISTEN_ADDRESS=192.168.99.100              -­‐e  CASSANDRA_BROADCAST_ADDRESS=192.168.99.100      cassandra:2.0   66 ©2015 Apigee. All Rights Reserved.
  • 67. What Makes Docker Exciting? •  Standard packaging format –  Docker image may be run on any Docker-enabled host •  Each container is self-contained –  Container has its own filesystem and files –  Contract specifies ports and persistent disks required –  Not much else –  Vastly less “versionitis” •  Standard installation process –  Specifics of packaging and installation are inside the container •  Less “versionitis” 67 ©2015 Apigee. All Rights Reserved.
  • 68. The Real Promise of Docker •  Start with those standardized containers •  Deploy them to an elastic pool of hardware •  Scale them up and down •  Switch versions without downtime •  Wire them together and to the Internet via APIs •  and more… 68 ©2015 Apigee. All Rights Reserved.
  • 69. Who I am Jonathan Bennett VP Architecture & Data @ Zooz @jldb http://me.jldb.co.uk/linkedin http://me.jldb.co.uk/github 69 ©2015 Apigee. All Rights Reserved.
  • 70. Who we are Online Payments Platform bringing together many financial institutions, integrating acquirers, gateways, 3rd party solution providers all through a single integration 60 Employees in 3 locations, USA, UK and Israel 1000s of merchants globally, trading 24x7 70 ©2015 Apigee. All Rights Reserved.
  • 71. A brief history of us Started as a “Pay at Table” restaurant service… Pivoted to single-line integration checkout… Pivoted again to API driven platform 71 ©2015 Apigee. All Rights Reserved.
  • 72. Our code base… 72 ©2015 Apigee. All Rights Reserved. Tactus Tactus+ Tactus+++++++
  • 73. And this is what we ended up with… 73 ©2015 Apigee. All Rights Reserved. Tactus.ear
  • 74. Something needed to change… 74 ©2015 Apigee. All Rights Reserved. Source: https://ruxit.com/
  • 75. The challenge Strict security requirements due to Level 1 PCI Strict “no downtime” policy for API services Lots of legacy code across the system which was hard to diagnose and find problems Large parts of testing not automated - long regression test period (frequently 5 business days) Deployments to 10 app servers took over 8 hours. 75 ©2015 Apigee. All Rights Reserved.
  • 76. Our customers Internal R&D teams “We need to build faster” QA teams “We need to test faster” Infrastructure & operations teams “We need to test faster” 76 ©2015 Apigee. All Rights Reserved.
  • 77. Things we tried Agile will solve all of the problems. AUTOMATE ALL OF THE THINGS! 77 ©2015 Apigee. All Rights Reserved.
  • 78. “Traditional” Continuous Integration The single .ear file deployment was cumbersome and impossible to properly introspect Large amount of running infrastructure with large overlap 78 ©2015 Apigee. All Rights Reserved.
  • 79. Just break it up Tactus was broken down into “components” A spewing of libraries, “common.jar” and overlap happened Everything still compiled into “tactus.ear” in the end 79 ©2015 Apigee. All Rights Reserved.
  • 80. 80 ©2015 Apigee. All Rights Reserved. https://ilovemicroservices.com/ Microservices
  • 81. Microservices, a primer… •  API Services are created around specific capabilities, such as front ends, proxies etc •  Typical Microservice orientated architectures may comprise of many different languages •  Architectures tend to be of a producer / consumer model •  Tends to work well in continuous development environments Main criticisms: •  Shifts the complexity from a monolith to other things, such as network, Load balancing and fault tolerance (Basic distributed computing problems) •  Deployment gets more complicated (as we’ll discuss later) 81 ©2015 Apigee. All Rights Reserved.
  • 82. µ all of the things Took the basis of our common libraries and rationalised our codebase Approached the project like an onion - taking layers off gradually - approaching the core as we speak 82 ©2015 Apigee. All Rights Reserved.
  • 83. Our steps 1.  Instated martial law on “old ways of working for new projects” - introduced bounties to those who turned others in (for fun, of course…) 2.  Refactored API Façade to be a service layer above other system APIs transparently to customers 3.  Moved onto new processor code (business logic and API integrations) 4.  Refactoring internal APIs last 83 ©2015 Apigee. All Rights Reserved.
  • 84. Our new architecture 84 ©2015 Apigee. All Rights Reserved.
  • 85. Deployment considerations Managing / monitoring / scaling this many “application servers” would be a nightmare Servers needed to be identical for predictability All deployment should be automated, and scaling should be instant 85 ©2015 Apigee. All Rights Reserved.
  • 86. That’s where containers came in Resource and process isolation Quick to start with little system overhead Predictable - build once use everywhere (even for QA!) 86 ©2015 Apigee. All Rights Reserved.
  • 87. Main considerations Monitoring -  A 24/7 system needs substantial monitoring Deployment -  We need to be able to deploy quickly -  Need to be able to deploy reliably -  Need to move towards continuous deployment 87 ©2015 Apigee. All Rights Reserved.
  • 88. What we look like now 88 ©2015 Apigee. All Rights Reserved.
  • 89. What we learned 89 ©2015 Apigee. All Rights Reserved.
  • 90. 90 “If I had asked people what they wanted, they would have said faster horses.” - Henry Ford
  • 91. Get a scheduler Finding a scheduler that works for us will be the key to our continued microservice-with- container success Experimented a lot, Lattice, Kubernetes, ECS and now running experiments with Nomad 91 ©2015 Apigee. All Rights Reserved.
  • 92. More emphasis on monitoring Emphasis on monitoring tightly coupled with the container integral to continued success 92 ©2015 Apigee. All Rights Reserved.
  • 93. More automation 93 ©2015 Apigee. All Rights Reserved. If you haven’t already automated - make it a priority
  • 94. Blue/green deployments as a standard Increase in speed of deployment gives more flexibility for partial deploy (and rollback) Found problems in minutes that would usually surface way too late 94 ©2015 Apigee. All Rights Reserved.
  • 95. Conclusions •  Microservices are awesome •  Containers help with not only the running of the applications, but also the delivery process as well •  Great schedulers are coming – finding one ASAP will be key 95 ©2015 Apigee. All Rights Reserved.