SlideShare a Scribd company logo
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
PETER BIRKHOLM-BUCH: API, IOT & BIG-DATA
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
API IoT
Big
Data
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
BALA IYER, HARVARD BUSINESS REVIEW:
• Today, a firm without
application program interfaces
(APIs) that allow software
programs to interact with each
other is like the internet
without the World Wide Web*
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
THE 2002 JEFF BEZOS MEMO
All teams will henceforth expose their data and functionality through service interfaces.
Teams must communicate with each other through these interfaces.
There will be no other form of interprocess communication allowed:no directlinking,no direct reads of
another team’s data store, no shared-memory model,no back-doors whatsoever.The only
communication allowed is via service interface calls over the network.
It doesn’tmatter what technology they use. HTTP, Corba,Pubsub,custom protocols — doesn’tmatter.
All service interfaces, withoutexception,must be designed from the ground up to be externalizable.That
is to say, the team must plan and design to be able to expose the interface to developers in the outside
world.No exceptions.
Anyone who doesn’tdo this will be fired.
Thank you; have a nice day!
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
IN 2015 AMAZON.COM VALUED AT $175 BILLION
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
APIS ARE THE BUILDING BLOCKS OF APPLICATION
ECOSYSTEMS
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
OLD REASONS TO INVEST IN APIS
• Business models are eroding
• Your customers or partners ask for an API
• You wantto scale integration with customers and partners
• You have data to make available
• Customer demands are changing
• You need a mobile App
• You need more flexibility in providing content
• You wantto let potential partners test your stuff
• Under pressure to move quickly
• Your competition has an API
• Your site is getting screen-scraped
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
NEW REASON IS TO USE APIS AS A CHANGE AGENT
• Companies are no longer leveraging it solely to transition non-core
operations to cloud-based SaaS providers in an effort to cut costs
• APIs can drive competitive advantage
• Businesses are transitioning their products and services to the cloud to
create previously unimaginable offerings
• Bringing customers, location data, various services, and payments
together in one, often mobile, experience is transformative
• This is causing disruption across whole businesses and industries
http://nordicapis.com/3-ways-apis-create-value-and-5-acquisitions-that-prove-it/
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
TACTICS OF AN API STRATEGY
• Strategic fit: How does the API strategy have to be designed such that it
contributes to the overarching business strategy?
• Value proposition: Which value does the API deliver to whom? How is it
different than competitive offers?
• Business model: What API business model best supports the
organization’s overarching business model? How does the organization
create and capture value internally?
• Technology: Things like to make or buy an API gateway solution, hosting
(cloud or on premise), access protocol (mostly either REST or SOAP),
security, or the scope and scale of a developer portal
• Marketing: Who are the customers and what are their pains and potential
gains? How is the APIs’ value communicated? How is the product sold and
delivered to the customers?
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
BUT CREATING AN API IS HARD…
• The API should take a primary role
in the business
• It must provide a valuable service
• The API must be simple, flexible
and easily available
• The API should be managed and
measured
• You must provide great developer
support
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
START WITH AN INFORMATION MODEL
• The model captures the most
important entities across all
customer facing systems
• All APIs expose data according to
the model
• Makes it easier for customers,
partners and 3-rd parties to use
API
13
Customer
Employer
Employee
Employment
Payroll Absence
Accounting
Tax Pension
Organization
Unit
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
API CHECK LIST…
• Versioned (And compatible)
• Managed (Who is in charge and
taking care of business?)
• Governed (Without rules you’re
heading for disaster)
• Reportable (We have to create
reports to show and analyze
usage)
• Billable (So that you can charge
for usage?)
• Monitored (Is it on?)
• Metered (How else do you know
who is using it and how much)
• Responsive (Are we fast
enough?)
• Flexible (Can we speak more that
one dialect?)
• Standards (Build on Internet
standards so that people
understand how you do stuff)
• Recoverable (Do we handle
errors gracefully?)
• Reliable (Always up and data is
never wrong)
• Durable (Can we survive
failures?)
• Scalable (So that we can handle
success!)
• Throttling (So that we can adjust
usage)
• Secure (AuthN – don’tjust let
anybody in)
• Role based (AuthZ – don’tlet
everybody do what they want)
• Modern (Release often so that
you’re constantly moving
forwards)
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ExternalInternal DMZ
API GATEWAY
15
API 1
Gateway
Clients
API 2
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
• So today, a firm without
APIs that allow software
programs to interact with
each other REALLY is like
the internet without the
World Wide Web
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
IFTTT.COM
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
APIS CONNECT EVERYTHING
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
IOT DRIVERS
• Hardware costs are falling
• More machines are talking to
each other
• Software is more advanced than
ever
• Connectivity is proliferating
• Cloud solutions offer lower
costs, scale, and flexibility
• Potential economic benefits are
enormous
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
PHOTON
• Particle P0 Wi-Fi module
• Broadcom BCM43362 Wi-Fi chip
• STM32F205 120Mhz ARM Cortex
M3
• 1MB flash, 128KB RAM
• 802.11b/g/n
• Soft AP setup
• FCC/CE/IC certified
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
DATA FROM PHOTON
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
AVERAGE WIND TURBINE HAS 150 SENSORS AND
GENERATES 350 MB DATA DAILY
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
>250 MILLION CONNECTED CARS BY 2020
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
CLOUD COMPUTING IOT PLATFORMS
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
BIG-DATA IN IOT LAND
Sensors Event Hubs Data “Lakes”
Machine
Learning
API
Stream
Analytics
Visualization
Data
Warehouse
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
SENSORS IN LONDON UNDERGROUND
https://www.youtube.com/watch?v=f1_t1tsgvFI
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
info@changegroup.dk
www.changegroup.dk
KONTAKTOPLYSNINGER
ChangeGroup
Flæsketorvet 68
DK-1711 København V
Telefon: +45 3332 7778
www.changegroup.dk
Mobil
:
+4526560203
peterbb@gmail.com
Peter Birkholm-Buch
QUESTIONS?
@peterbb
Peter Birkholm-Buch
Enterprise Cloud Architect & Technologist
Mobil 26560203
peterbb@gmail.com
@peterbb
www.changegroup.dk

More Related Content

What's hot

What do you mean by “API as a Product”?
What do you mean by “API as a Product”?What do you mean by “API as a Product”?
What do you mean by “API as a Product”?
Nordic APIs
 
API design best practices
API design best practicesAPI design best practices
API design best practices
Igor Miniailo
 
Connected Business - A Reality Check by Hariharan
Connected Business - A Reality Check by HariharanConnected Business - A Reality Check by Hariharan
Connected Business - A Reality Check by Hariharan
Hariharan V Ganesarethinam
 
APIdays Paris 2019 - Customer First Strategy through API-led Connectivity by...
APIdays Paris 2019 - Customer First Strategy  through API-led Connectivity by...APIdays Paris 2019 - Customer First Strategy  through API-led Connectivity by...
APIdays Paris 2019 - Customer First Strategy through API-led Connectivity by...
apidays
 
Integrate with coupa
Integrate with coupa Integrate with coupa
Integrate with coupa
Coupa Software
 
APIdays Helsinki 2019 - Creating a Culture of Innovation with Jesse Martin, G...
APIdays Helsinki 2019 - Creating a Culture of Innovation with Jesse Martin, G...APIdays Helsinki 2019 - Creating a Culture of Innovation with Jesse Martin, G...
APIdays Helsinki 2019 - Creating a Culture of Innovation with Jesse Martin, G...
apidays
 
IBM Hybrid integration reference architecture for digital transformation
IBM Hybrid integration reference architecture for digital transformationIBM Hybrid integration reference architecture for digital transformation
IBM Hybrid integration reference architecture for digital transformation
Jawad Jari, Enterprise Architect
 
D-Conf 2013 - Cloud Computing - XaaS
D-Conf 2013  - Cloud Computing - XaaSD-Conf 2013  - Cloud Computing - XaaS
D-Conf 2013 - Cloud Computing - XaaS
Astella Investimentos
 
APIdays Helsinki 2019 - API Economy Journey Map: Maturity Model with Alan Gli...
APIdays Helsinki 2019 - API Economy Journey Map: Maturity Model with Alan Gli...APIdays Helsinki 2019 - API Economy Journey Map: Maturity Model with Alan Gli...
APIdays Helsinki 2019 - API Economy Journey Map: Maturity Model with Alan Gli...
apidays
 
apidays LIVE Singapore - The ELT Approach by Lesley Graham, Servian
apidays LIVE Singapore - The ELT Approach by Lesley Graham, Servianapidays LIVE Singapore - The ELT Approach by Lesley Graham, Servian
apidays LIVE Singapore - The ELT Approach by Lesley Graham, Servian
apidays
 
APIdays Paris 2019 - The Netherlands' National API Strategy by by Frank Terps...
APIdays Paris 2019 - The Netherlands' National API Strategy by by Frank Terps...APIdays Paris 2019 - The Netherlands' National API Strategy by by Frank Terps...
APIdays Paris 2019 - The Netherlands' National API Strategy by by Frank Terps...
apidays
 
Astella API Experience
Astella API ExperienceAstella API Experience
Astella API Experience
Astella Investimentos
 
The Rise of Postmodern ERP
The Rise of Postmodern ERP The Rise of Postmodern ERP
The Rise of Postmodern ERP
Coupa Software
 
[WSO2Con EU 2018] Systems Integration at the Leading Global Luxury Marketplace
[WSO2Con EU 2018] Systems Integration at the Leading Global Luxury Marketplace[WSO2Con EU 2018] Systems Integration at the Leading Global Luxury Marketplace
[WSO2Con EU 2018] Systems Integration at the Leading Global Luxury Marketplace
WSO2
 
Integrating Coupa with Your Enterprise
Integrating Coupa with Your EnterpriseIntegrating Coupa with Your Enterprise
Integrating Coupa with Your Enterprise
Coupa Software
 
APIdays Helsinki 2019 - How to Design and Publish API Products that Your Cust...
APIdays Helsinki 2019 - How to Design and Publish API Products that Your Cust...APIdays Helsinki 2019 - How to Design and Publish API Products that Your Cust...
APIdays Helsinki 2019 - How to Design and Publish API Products that Your Cust...
apidays
 
Connect 1-welcome-howard wilson
Connect 1-welcome-howard wilsonConnect 1-welcome-howard wilson
Connect 1-welcome-howard wilson
KeynoteSystems
 
Open API and the Impact on Business Models
Open API and the Impact on Business ModelsOpen API and the Impact on Business Models
Open API and the Impact on Business Models
Amancio Bouza
 
APIdays Paris 2019 - How APIs Can Improve Revenue Streams in Different Ways b...
APIdays Paris 2019 - How APIs Can Improve Revenue Streams in Different Ways b...APIdays Paris 2019 - How APIs Can Improve Revenue Streams in Different Ways b...
APIdays Paris 2019 - How APIs Can Improve Revenue Streams in Different Ways b...
apidays
 

What's hot (20)

What do you mean by “API as a Product”?
What do you mean by “API as a Product”?What do you mean by “API as a Product”?
What do you mean by “API as a Product”?
 
EBSCoupaIntegration
EBSCoupaIntegrationEBSCoupaIntegration
EBSCoupaIntegration
 
API design best practices
API design best practicesAPI design best practices
API design best practices
 
Connected Business - A Reality Check by Hariharan
Connected Business - A Reality Check by HariharanConnected Business - A Reality Check by Hariharan
Connected Business - A Reality Check by Hariharan
 
APIdays Paris 2019 - Customer First Strategy through API-led Connectivity by...
APIdays Paris 2019 - Customer First Strategy  through API-led Connectivity by...APIdays Paris 2019 - Customer First Strategy  through API-led Connectivity by...
APIdays Paris 2019 - Customer First Strategy through API-led Connectivity by...
 
Integrate with coupa
Integrate with coupa Integrate with coupa
Integrate with coupa
 
APIdays Helsinki 2019 - Creating a Culture of Innovation with Jesse Martin, G...
APIdays Helsinki 2019 - Creating a Culture of Innovation with Jesse Martin, G...APIdays Helsinki 2019 - Creating a Culture of Innovation with Jesse Martin, G...
APIdays Helsinki 2019 - Creating a Culture of Innovation with Jesse Martin, G...
 
IBM Hybrid integration reference architecture for digital transformation
IBM Hybrid integration reference architecture for digital transformationIBM Hybrid integration reference architecture for digital transformation
IBM Hybrid integration reference architecture for digital transformation
 
D-Conf 2013 - Cloud Computing - XaaS
D-Conf 2013  - Cloud Computing - XaaSD-Conf 2013  - Cloud Computing - XaaS
D-Conf 2013 - Cloud Computing - XaaS
 
APIdays Helsinki 2019 - API Economy Journey Map: Maturity Model with Alan Gli...
APIdays Helsinki 2019 - API Economy Journey Map: Maturity Model with Alan Gli...APIdays Helsinki 2019 - API Economy Journey Map: Maturity Model with Alan Gli...
APIdays Helsinki 2019 - API Economy Journey Map: Maturity Model with Alan Gli...
 
apidays LIVE Singapore - The ELT Approach by Lesley Graham, Servian
apidays LIVE Singapore - The ELT Approach by Lesley Graham, Servianapidays LIVE Singapore - The ELT Approach by Lesley Graham, Servian
apidays LIVE Singapore - The ELT Approach by Lesley Graham, Servian
 
APIdays Paris 2019 - The Netherlands' National API Strategy by by Frank Terps...
APIdays Paris 2019 - The Netherlands' National API Strategy by by Frank Terps...APIdays Paris 2019 - The Netherlands' National API Strategy by by Frank Terps...
APIdays Paris 2019 - The Netherlands' National API Strategy by by Frank Terps...
 
Astella API Experience
Astella API ExperienceAstella API Experience
Astella API Experience
 
The Rise of Postmodern ERP
The Rise of Postmodern ERP The Rise of Postmodern ERP
The Rise of Postmodern ERP
 
[WSO2Con EU 2018] Systems Integration at the Leading Global Luxury Marketplace
[WSO2Con EU 2018] Systems Integration at the Leading Global Luxury Marketplace[WSO2Con EU 2018] Systems Integration at the Leading Global Luxury Marketplace
[WSO2Con EU 2018] Systems Integration at the Leading Global Luxury Marketplace
 
Integrating Coupa with Your Enterprise
Integrating Coupa with Your EnterpriseIntegrating Coupa with Your Enterprise
Integrating Coupa with Your Enterprise
 
APIdays Helsinki 2019 - How to Design and Publish API Products that Your Cust...
APIdays Helsinki 2019 - How to Design and Publish API Products that Your Cust...APIdays Helsinki 2019 - How to Design and Publish API Products that Your Cust...
APIdays Helsinki 2019 - How to Design and Publish API Products that Your Cust...
 
Connect 1-welcome-howard wilson
Connect 1-welcome-howard wilsonConnect 1-welcome-howard wilson
Connect 1-welcome-howard wilson
 
Open API and the Impact on Business Models
Open API and the Impact on Business ModelsOpen API and the Impact on Business Models
Open API and the Impact on Business Models
 
APIdays Paris 2019 - How APIs Can Improve Revenue Streams in Different Ways b...
APIdays Paris 2019 - How APIs Can Improve Revenue Streams in Different Ways b...APIdays Paris 2019 - How APIs Can Improve Revenue Streams in Different Ways b...
APIdays Paris 2019 - How APIs Can Improve Revenue Streams in Different Ways b...
 

Viewers also liked

Part 04 Creating a System Call in Linux
Part 04 Creating a System Call in LinuxPart 04 Creating a System Call in Linux
Part 04 Creating a System Call in Linux
Tushar B Kute
 
Introduction to System Calls
Introduction to System CallsIntroduction to System Calls
Introduction to System Calls
Vandana Salve
 
The Product Management X-Factor: How to be a Rock Star Product Manager
The Product Management X-Factor: How to be a Rock Star Product ManagerThe Product Management X-Factor: How to be a Rock Star Product Manager
The Product Management X-Factor: How to be a Rock Star Product Manager
Paul Young
 
New is Easy but Right is Hard: Hacking Product Management
New is Easy but Right is Hard: Hacking Product ManagementNew is Easy but Right is Hard: Hacking Product Management
New is Easy but Right is Hard: Hacking Product Management
Bernard Leong
 
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
Dan Olsen
 
User Experience and Product Management: Two Peas in the Same Pod?
User Experience and Product Management: Two Peas in the Same Pod?User Experience and Product Management: Two Peas in the Same Pod?
User Experience and Product Management: Two Peas in the Same Pod?
Jeff Lash
 
Ten Traits Of Good Product Managers
Ten Traits Of Good Product ManagersTen Traits Of Good Product Managers
Ten Traits Of Good Product Managers
Jeff Lash
 
What Is Product Management?
What Is Product Management?What Is Product Management?
What Is Product Management?
Nagarro Digital Ventures
 
Intro to Product Management - Launch48 Pre-Accelerator Week
Intro to Product Management - Launch48 Pre-Accelerator WeekIntro to Product Management - Launch48 Pre-Accelerator Week
Intro to Product Management - Launch48 Pre-Accelerator WeekJanna Bastow
 
Nathalie Nahai - Naughty or nice? The psychology behind successful products
Nathalie Nahai  - Naughty or nice? The psychology behind successful productsNathalie Nahai  - Naughty or nice? The psychology behind successful products
Nathalie Nahai - Naughty or nice? The psychology behind successful products
Nathalie Nahai
 
Product Management by Numbers: Using Metrics To Optimize Your Product by Dan ...
Product Management by Numbers: Using Metrics To Optimize Your Product by Dan ...Product Management by Numbers: Using Metrics To Optimize Your Product by Dan ...
Product Management by Numbers: Using Metrics To Optimize Your Product by Dan ...
Dan Olsen
 
Product Roadmaps - Tips on how to create and manage roadmaps
Product Roadmaps - Tips on how to create and manage roadmapsProduct Roadmaps - Tips on how to create and manage roadmaps
Product Roadmaps - Tips on how to create and manage roadmaps
Marc Abraham
 
Agile205: Intro to Agile Product Management
Agile205: Intro to Agile Product ManagementAgile205: Intro to Agile Product Management
Agile205: Intro to Agile Product Management
Rich Mironov
 
Practical Product Management for new Product Managers
Practical Product Management for new Product ManagersPractical Product Management for new Product Managers
Practical Product Management for new Product Managers
Amarpreet Kalkat
 
Product Strategy
Product StrategyProduct Strategy
Product Strategy
Matt Hunter
 
Product Management 101 for Startups
Product Management 101 for StartupsProduct Management 101 for Startups
Product Management 101 for Startups
Dan Olsen
 
Finding Product Market Fit
Finding Product Market FitFinding Product Market Fit
Finding Product Market Fit
Scott Bales
 
How to Use Your Product Roadmap as a Communication Tool
How to Use Your Product Roadmap as a Communication ToolHow to Use Your Product Roadmap as a Communication Tool
How to Use Your Product Roadmap as a Communication Tool
Janna Bastow
 

Viewers also liked (20)

Part 04 Creating a System Call in Linux
Part 04 Creating a System Call in LinuxPart 04 Creating a System Call in Linux
Part 04 Creating a System Call in Linux
 
System call
System callSystem call
System call
 
System Calls
System CallsSystem Calls
System Calls
 
Introduction to System Calls
Introduction to System CallsIntroduction to System Calls
Introduction to System Calls
 
The Product Management X-Factor: How to be a Rock Star Product Manager
The Product Management X-Factor: How to be a Rock Star Product ManagerThe Product Management X-Factor: How to be a Rock Star Product Manager
The Product Management X-Factor: How to be a Rock Star Product Manager
 
New is Easy but Right is Hard: Hacking Product Management
New is Easy but Right is Hard: Hacking Product ManagementNew is Easy but Right is Hard: Hacking Product Management
New is Easy but Right is Hard: Hacking Product Management
 
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
A Playbook for Achieving Product-Market Fit by Dan Olsen at Lean Startup Conf...
 
User Experience and Product Management: Two Peas in the Same Pod?
User Experience and Product Management: Two Peas in the Same Pod?User Experience and Product Management: Two Peas in the Same Pod?
User Experience and Product Management: Two Peas in the Same Pod?
 
Ten Traits Of Good Product Managers
Ten Traits Of Good Product ManagersTen Traits Of Good Product Managers
Ten Traits Of Good Product Managers
 
What Is Product Management?
What Is Product Management?What Is Product Management?
What Is Product Management?
 
Intro to Product Management - Launch48 Pre-Accelerator Week
Intro to Product Management - Launch48 Pre-Accelerator WeekIntro to Product Management - Launch48 Pre-Accelerator Week
Intro to Product Management - Launch48 Pre-Accelerator Week
 
Nathalie Nahai - Naughty or nice? The psychology behind successful products
Nathalie Nahai  - Naughty or nice? The psychology behind successful productsNathalie Nahai  - Naughty or nice? The psychology behind successful products
Nathalie Nahai - Naughty or nice? The psychology behind successful products
 
Product Management by Numbers: Using Metrics To Optimize Your Product by Dan ...
Product Management by Numbers: Using Metrics To Optimize Your Product by Dan ...Product Management by Numbers: Using Metrics To Optimize Your Product by Dan ...
Product Management by Numbers: Using Metrics To Optimize Your Product by Dan ...
 
Product Roadmaps - Tips on how to create and manage roadmaps
Product Roadmaps - Tips on how to create and manage roadmapsProduct Roadmaps - Tips on how to create and manage roadmaps
Product Roadmaps - Tips on how to create and manage roadmaps
 
Agile205: Intro to Agile Product Management
Agile205: Intro to Agile Product ManagementAgile205: Intro to Agile Product Management
Agile205: Intro to Agile Product Management
 
Practical Product Management for new Product Managers
Practical Product Management for new Product ManagersPractical Product Management for new Product Managers
Practical Product Management for new Product Managers
 
Product Strategy
Product StrategyProduct Strategy
Product Strategy
 
Product Management 101 for Startups
Product Management 101 for StartupsProduct Management 101 for Startups
Product Management 101 for Startups
 
Finding Product Market Fit
Finding Product Market FitFinding Product Market Fit
Finding Product Market Fit
 
How to Use Your Product Roadmap as a Communication Tool
How to Use Your Product Roadmap as a Communication ToolHow to Use Your Product Roadmap as a Communication Tool
How to Use Your Product Roadmap as a Communication Tool
 

Similar to API, IoT og Big Data / ChangeGroup

MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
Julian Douch
 
Ecotech Presentation.pdf
Ecotech Presentation.pdfEcotech Presentation.pdf
Ecotech Presentation.pdf
JobPuneRS
 
Service Management Strategy / ChangeGroup
Service Management Strategy / ChangeGroupService Management Strategy / ChangeGroup
Service Management Strategy / ChangeGroup
ChangeGroup
 
Extending Magento's Capabilities to Increase Efficiency and Accelerate Growth
Extending Magento's Capabilities to Increase Efficiency and Accelerate GrowthExtending Magento's Capabilities to Increase Efficiency and Accelerate Growth
Extending Magento's Capabilities to Increase Efficiency and Accelerate Growth
APPSeCONNECT
 
Leveraging Cloud and APIs as a Platform for Innovation
Leveraging Cloud and APIs as a Platform for InnovationLeveraging Cloud and APIs as a Platform for Innovation
Leveraging Cloud and APIs as a Platform for Innovation
Mikael Puittinen
 
Cynoteck - Salesforce Presentation - Consulting Services
Cynoteck  -  Salesforce Presentation - Consulting ServicesCynoteck  -  Salesforce Presentation - Consulting Services
Cynoteck - Salesforce Presentation - Consulting Services
Rosa Aguiar Catraio
 
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
Apigee | Google Cloud
 
Digital Transformation in 2015: Laying the Groundwork for Success
Digital Transformation in 2015: Laying the Groundwork for SuccessDigital Transformation in 2015: Laying the Groundwork for Success
Digital Transformation in 2015: Laying the Groundwork for Success
Perficient, Inc.
 
APIs for biz dev 2.0 - Which business model to win in the API Economy?
APIs for biz dev 2.0 - Which business model to win in the API Economy?APIs for biz dev 2.0 - Which business model to win in the API Economy?
APIs for biz dev 2.0 - Which business model to win in the API Economy?
3scale
 
APIfying an ERP - ongoing saga
APIfying an ERP - ongoing sagaAPIfying an ERP - ongoing saga
APIfying an ERP - ongoing saga
Marjukka Niinioja
 
ey-hfs-top-10-application-modernization-services-2022-ey-excerpt.pdf
ey-hfs-top-10-application-modernization-services-2022-ey-excerpt.pdfey-hfs-top-10-application-modernization-services-2022-ey-excerpt.pdf
ey-hfs-top-10-application-modernization-services-2022-ey-excerpt.pdf
ravinatke
 
API Pylon Webinar Slides
API Pylon Webinar SlidesAPI Pylon Webinar Slides
API Pylon Webinar Slides
InfoAxon Technologies Limited
 
Mediterranea.apidays.io 2013: APIs for Biz Dev 2.0 - Which business model?
Mediterranea.apidays.io 2013: APIs for Biz Dev 2.0 - Which business model?Mediterranea.apidays.io 2013: APIs for Biz Dev 2.0 - Which business model?
Mediterranea.apidays.io 2013: APIs for Biz Dev 2.0 - Which business model?
3scale
 
Rethink! How Digital Transformation disrupts Enterprise Architecture
Rethink! How Digital Transformation disrupts Enterprise ArchitectureRethink! How Digital Transformation disrupts Enterprise Architecture
Rethink! How Digital Transformation disrupts Enterprise Architecture
LeanIX GmbH
 
Refactoring the Factory: Building a Cloud-Native App Transformation Factory
Refactoring the Factory: Building a Cloud-Native App Transformation FactoryRefactoring the Factory: Building a Cloud-Native App Transformation Factory
Refactoring the Factory: Building a Cloud-Native App Transformation Factory
VMware Tanzu
 
Introduction to red hat agile integration (Red Hat Workshop)
Introduction to red hat agile integration (Red Hat Workshop)Introduction to red hat agile integration (Red Hat Workshop)
Introduction to red hat agile integration (Red Hat Workshop)
Judy Breedlove
 
VMworld 2013: VMware Customer Journey - Where Are We with ITaaS and Ops Trans...
VMworld 2013: VMware Customer Journey - Where Are We with ITaaS and Ops Trans...VMworld 2013: VMware Customer Journey - Where Are We with ITaaS and Ops Trans...
VMworld 2013: VMware Customer Journey - Where Are We with ITaaS and Ops Trans...
VMworld
 
QOTEQ Investment Deck
QOTEQ Investment DeckQOTEQ Investment Deck
QOTEQ Investment Deck
Ucluster
 
Business Transformation: PwC Presents Its Viewpoint on the Integration Fabric
Business Transformation: PwC Presents Its Viewpoint on the Integration FabricBusiness Transformation: PwC Presents Its Viewpoint on the Integration Fabric
Business Transformation: PwC Presents Its Viewpoint on the Integration Fabric
CA Technologies
 
GE 이노베이션 포럼 2017 LIVE 발표자료 - 빌 루 GE 최고디지털책임자 겸 GE Digital 사장
GE 이노베이션 포럼 2017 LIVE 발표자료 - 빌 루 GE 최고디지털책임자 겸 GE Digital 사장GE 이노베이션 포럼 2017 LIVE 발표자료 - 빌 루 GE 최고디지털책임자 겸 GE Digital 사장
GE 이노베이션 포럼 2017 LIVE 발표자료 - 빌 루 GE 최고디지털책임자 겸 GE Digital 사장
GE코리아
 

Similar to API, IoT og Big Data / ChangeGroup (20)

MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
MuleSoft Meetup Singapore Dec 21 - API Monetisation with HyperCurrent & EDA w...
 
Ecotech Presentation.pdf
Ecotech Presentation.pdfEcotech Presentation.pdf
Ecotech Presentation.pdf
 
Service Management Strategy / ChangeGroup
Service Management Strategy / ChangeGroupService Management Strategy / ChangeGroup
Service Management Strategy / ChangeGroup
 
Extending Magento's Capabilities to Increase Efficiency and Accelerate Growth
Extending Magento's Capabilities to Increase Efficiency and Accelerate GrowthExtending Magento's Capabilities to Increase Efficiency and Accelerate Growth
Extending Magento's Capabilities to Increase Efficiency and Accelerate Growth
 
Leveraging Cloud and APIs as a Platform for Innovation
Leveraging Cloud and APIs as a Platform for InnovationLeveraging Cloud and APIs as a Platform for Innovation
Leveraging Cloud and APIs as a Platform for Innovation
 
Cynoteck - Salesforce Presentation - Consulting Services
Cynoteck  -  Salesforce Presentation - Consulting ServicesCynoteck  -  Salesforce Presentation - Consulting Services
Cynoteck - Salesforce Presentation - Consulting Services
 
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
 
Digital Transformation in 2015: Laying the Groundwork for Success
Digital Transformation in 2015: Laying the Groundwork for SuccessDigital Transformation in 2015: Laying the Groundwork for Success
Digital Transformation in 2015: Laying the Groundwork for Success
 
APIs for biz dev 2.0 - Which business model to win in the API Economy?
APIs for biz dev 2.0 - Which business model to win in the API Economy?APIs for biz dev 2.0 - Which business model to win in the API Economy?
APIs for biz dev 2.0 - Which business model to win in the API Economy?
 
APIfying an ERP - ongoing saga
APIfying an ERP - ongoing sagaAPIfying an ERP - ongoing saga
APIfying an ERP - ongoing saga
 
ey-hfs-top-10-application-modernization-services-2022-ey-excerpt.pdf
ey-hfs-top-10-application-modernization-services-2022-ey-excerpt.pdfey-hfs-top-10-application-modernization-services-2022-ey-excerpt.pdf
ey-hfs-top-10-application-modernization-services-2022-ey-excerpt.pdf
 
API Pylon Webinar Slides
API Pylon Webinar SlidesAPI Pylon Webinar Slides
API Pylon Webinar Slides
 
Mediterranea.apidays.io 2013: APIs for Biz Dev 2.0 - Which business model?
Mediterranea.apidays.io 2013: APIs for Biz Dev 2.0 - Which business model?Mediterranea.apidays.io 2013: APIs for Biz Dev 2.0 - Which business model?
Mediterranea.apidays.io 2013: APIs for Biz Dev 2.0 - Which business model?
 
Rethink! How Digital Transformation disrupts Enterprise Architecture
Rethink! How Digital Transformation disrupts Enterprise ArchitectureRethink! How Digital Transformation disrupts Enterprise Architecture
Rethink! How Digital Transformation disrupts Enterprise Architecture
 
Refactoring the Factory: Building a Cloud-Native App Transformation Factory
Refactoring the Factory: Building a Cloud-Native App Transformation FactoryRefactoring the Factory: Building a Cloud-Native App Transformation Factory
Refactoring the Factory: Building a Cloud-Native App Transformation Factory
 
Introduction to red hat agile integration (Red Hat Workshop)
Introduction to red hat agile integration (Red Hat Workshop)Introduction to red hat agile integration (Red Hat Workshop)
Introduction to red hat agile integration (Red Hat Workshop)
 
VMworld 2013: VMware Customer Journey - Where Are We with ITaaS and Ops Trans...
VMworld 2013: VMware Customer Journey - Where Are We with ITaaS and Ops Trans...VMworld 2013: VMware Customer Journey - Where Are We with ITaaS and Ops Trans...
VMworld 2013: VMware Customer Journey - Where Are We with ITaaS and Ops Trans...
 
QOTEQ Investment Deck
QOTEQ Investment DeckQOTEQ Investment Deck
QOTEQ Investment Deck
 
Business Transformation: PwC Presents Its Viewpoint on the Integration Fabric
Business Transformation: PwC Presents Its Viewpoint on the Integration FabricBusiness Transformation: PwC Presents Its Viewpoint on the Integration Fabric
Business Transformation: PwC Presents Its Viewpoint on the Integration Fabric
 
GE 이노베이션 포럼 2017 LIVE 발표자료 - 빌 루 GE 최고디지털책임자 겸 GE Digital 사장
GE 이노베이션 포럼 2017 LIVE 발표자료 - 빌 루 GE 최고디지털책임자 겸 GE Digital 사장GE 이노베이션 포럼 2017 LIVE 발표자료 - 빌 루 GE 최고디지털책임자 겸 GE Digital 사장
GE 이노베이션 포럼 2017 LIVE 발표자료 - 빌 루 GE 최고디지털책임자 겸 GE Digital 사장
 

More from ChangeGroup

Gevinstrealisering i praksis / ChangeGroup
Gevinstrealisering i praksis / ChangeGroupGevinstrealisering i praksis / ChangeGroup
Gevinstrealisering i praksis / ChangeGroup
ChangeGroup
 
ChangeYourMind #2 - Internet of Things
ChangeYourMind #2 - Internet of ThingsChangeYourMind #2 - Internet of Things
ChangeYourMind #2 - Internet of Things
ChangeGroup
 
IT Asset Management
IT Asset ManagementIT Asset Management
IT Asset Management
ChangeGroup
 
Big Data & Social Media / ChangeGroup
Big Data & Social Media / ChangeGroupBig Data & Social Media / ChangeGroup
Big Data & Social Media / ChangeGroup
ChangeGroup
 
Præsentation om konsulenthuset / ChangeGroup
Præsentation om konsulenthuset / ChangeGroupPræsentation om konsulenthuset / ChangeGroup
Præsentation om konsulenthuset / ChangeGroup
ChangeGroup
 
Digital Workplace / ChangeGroup
Digital Workplace / ChangeGroupDigital Workplace / ChangeGroup
Digital Workplace / ChangeGroup
ChangeGroup
 
Agil Transformation / ChangeGroup
Agil Transformation / ChangeGroupAgil Transformation / ChangeGroup
Agil Transformation / ChangeGroup
ChangeGroup
 

More from ChangeGroup (7)

Gevinstrealisering i praksis / ChangeGroup
Gevinstrealisering i praksis / ChangeGroupGevinstrealisering i praksis / ChangeGroup
Gevinstrealisering i praksis / ChangeGroup
 
ChangeYourMind #2 - Internet of Things
ChangeYourMind #2 - Internet of ThingsChangeYourMind #2 - Internet of Things
ChangeYourMind #2 - Internet of Things
 
IT Asset Management
IT Asset ManagementIT Asset Management
IT Asset Management
 
Big Data & Social Media / ChangeGroup
Big Data & Social Media / ChangeGroupBig Data & Social Media / ChangeGroup
Big Data & Social Media / ChangeGroup
 
Præsentation om konsulenthuset / ChangeGroup
Præsentation om konsulenthuset / ChangeGroupPræsentation om konsulenthuset / ChangeGroup
Præsentation om konsulenthuset / ChangeGroup
 
Digital Workplace / ChangeGroup
Digital Workplace / ChangeGroupDigital Workplace / ChangeGroup
Digital Workplace / ChangeGroup
 
Agil Transformation / ChangeGroup
Agil Transformation / ChangeGroupAgil Transformation / ChangeGroup
Agil Transformation / ChangeGroup
 

Recently uploaded

Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
creerey
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Navpack & Print
 
Cracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptxCracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptx
Workforce Group
 
The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...
Adam Smith
 
Enterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdfEnterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdf
KaiNexus
 
Memorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.pptMemorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.ppt
seri bangash
 
BeMetals Presentation_May_22_2024 .pdf
BeMetals Presentation_May_22_2024   .pdfBeMetals Presentation_May_22_2024   .pdf
BeMetals Presentation_May_22_2024 .pdf
DerekIwanaka1
 
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdfSearch Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Arihant Webtech Pvt. Ltd
 
What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
seoforlegalpillers
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
agatadrynko
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
Cynthia Clay
 
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).pptENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
zechu97
 
Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...
Lviv Startup Club
 
Attending a job Interview for B1 and B2 Englsih learners
Attending a job Interview for B1 and B2 Englsih learnersAttending a job Interview for B1 and B2 Englsih learners
Attending a job Interview for B1 and B2 Englsih learners
Erika906060
 
VAT Registration Outlined In UAE: Benefits and Requirements
VAT Registration Outlined In UAE: Benefits and RequirementsVAT Registration Outlined In UAE: Benefits and Requirements
VAT Registration Outlined In UAE: Benefits and Requirements
uae taxgpt
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
sarahvanessa51503
 
Skye Residences | Extended Stay Residences Near Toronto Airport
Skye Residences | Extended Stay Residences Near Toronto AirportSkye Residences | Extended Stay Residences Near Toronto Airport
Skye Residences | Extended Stay Residences Near Toronto Airport
marketingjdass
 
5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer
ofm712785
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
Falcon Invoice Discounting
 
Digital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and TemplatesDigital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and Templates
Aurelien Domont, MBA
 

Recently uploaded (20)

Cree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBdCree_Rey_BrandIdentityKit.PDF_PersonalBd
Cree_Rey_BrandIdentityKit.PDF_PersonalBd
 
Affordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n PrintAffordable Stationery Printing Services in Jaipur | Navpack n Print
Affordable Stationery Printing Services in Jaipur | Navpack n Print
 
Cracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptxCracking the Workplace Discipline Code Main.pptx
Cracking the Workplace Discipline Code Main.pptx
 
The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...The Influence of Marketing Strategy and Market Competition on Business Perfor...
The Influence of Marketing Strategy and Market Competition on Business Perfor...
 
Enterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdfEnterprise Excellence is Inclusive Excellence.pdf
Enterprise Excellence is Inclusive Excellence.pdf
 
Memorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.pptMemorandum Of Association Constitution of Company.ppt
Memorandum Of Association Constitution of Company.ppt
 
BeMetals Presentation_May_22_2024 .pdf
BeMetals Presentation_May_22_2024   .pdfBeMetals Presentation_May_22_2024   .pdf
BeMetals Presentation_May_22_2024 .pdf
 
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdfSearch Disrupted Google’s Leaked Documents Rock the SEO World.pdf
Search Disrupted Google’s Leaked Documents Rock the SEO World.pdf
 
What is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdfWhat is the TDS Return Filing Due Date for FY 2024-25.pdf
What is the TDS Return Filing Due Date for FY 2024-25.pdf
 
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdfikea_woodgreen_petscharity_dog-alogue_digital.pdf
ikea_woodgreen_petscharity_dog-alogue_digital.pdf
 
Putting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptxPutting the SPARK into Virtual Training.pptx
Putting the SPARK into Virtual Training.pptx
 
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).pptENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
ENTREPRENEURSHIP TRAINING.ppt for graduating class (1).ppt
 
Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...Kseniya Leshchenko: Shared development support service model as the way to ma...
Kseniya Leshchenko: Shared development support service model as the way to ma...
 
Attending a job Interview for B1 and B2 Englsih learners
Attending a job Interview for B1 and B2 Englsih learnersAttending a job Interview for B1 and B2 Englsih learners
Attending a job Interview for B1 and B2 Englsih learners
 
VAT Registration Outlined In UAE: Benefits and Requirements
VAT Registration Outlined In UAE: Benefits and RequirementsVAT Registration Outlined In UAE: Benefits and Requirements
VAT Registration Outlined In UAE: Benefits and Requirements
 
Brand Analysis for an artist named Struan
Brand Analysis for an artist named StruanBrand Analysis for an artist named Struan
Brand Analysis for an artist named Struan
 
Skye Residences | Extended Stay Residences Near Toronto Airport
Skye Residences | Extended Stay Residences Near Toronto AirportSkye Residences | Extended Stay Residences Near Toronto Airport
Skye Residences | Extended Stay Residences Near Toronto Airport
 
5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer5 Things You Need To Know Before Hiring a Videographer
5 Things You Need To Know Before Hiring a Videographer
 
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-indiafalcon-invoice-discounting-a-premier-platform-for-investors-in-india
falcon-invoice-discounting-a-premier-platform-for-investors-in-india
 
Digital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and TemplatesDigital Transformation and IT Strategy Toolkit and Templates
Digital Transformation and IT Strategy Toolkit and Templates
 

API, IoT og Big Data / ChangeGroup

  • 1. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk PETER BIRKHOLM-BUCH: API, IOT & BIG-DATA
  • 2. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk API IoT Big Data
  • 3. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk BALA IYER, HARVARD BUSINESS REVIEW: • Today, a firm without application program interfaces (APIs) that allow software programs to interact with each other is like the internet without the World Wide Web*
  • 4. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 5. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk THE 2002 JEFF BEZOS MEMO All teams will henceforth expose their data and functionality through service interfaces. Teams must communicate with each other through these interfaces. There will be no other form of interprocess communication allowed:no directlinking,no direct reads of another team’s data store, no shared-memory model,no back-doors whatsoever.The only communication allowed is via service interface calls over the network. It doesn’tmatter what technology they use. HTTP, Corba,Pubsub,custom protocols — doesn’tmatter. All service interfaces, withoutexception,must be designed from the ground up to be externalizable.That is to say, the team must plan and design to be able to expose the interface to developers in the outside world.No exceptions. Anyone who doesn’tdo this will be fired. Thank you; have a nice day!
  • 6. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk IN 2015 AMAZON.COM VALUED AT $175 BILLION
  • 7. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk APIS ARE THE BUILDING BLOCKS OF APPLICATION ECOSYSTEMS
  • 8. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 9. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk OLD REASONS TO INVEST IN APIS • Business models are eroding • Your customers or partners ask for an API • You wantto scale integration with customers and partners • You have data to make available • Customer demands are changing • You need a mobile App • You need more flexibility in providing content • You wantto let potential partners test your stuff • Under pressure to move quickly • Your competition has an API • Your site is getting screen-scraped
  • 10. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk NEW REASON IS TO USE APIS AS A CHANGE AGENT • Companies are no longer leveraging it solely to transition non-core operations to cloud-based SaaS providers in an effort to cut costs • APIs can drive competitive advantage • Businesses are transitioning their products and services to the cloud to create previously unimaginable offerings • Bringing customers, location data, various services, and payments together in one, often mobile, experience is transformative • This is causing disruption across whole businesses and industries http://nordicapis.com/3-ways-apis-create-value-and-5-acquisitions-that-prove-it/
  • 11. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk TACTICS OF AN API STRATEGY • Strategic fit: How does the API strategy have to be designed such that it contributes to the overarching business strategy? • Value proposition: Which value does the API deliver to whom? How is it different than competitive offers? • Business model: What API business model best supports the organization’s overarching business model? How does the organization create and capture value internally? • Technology: Things like to make or buy an API gateway solution, hosting (cloud or on premise), access protocol (mostly either REST or SOAP), security, or the scope and scale of a developer portal • Marketing: Who are the customers and what are their pains and potential gains? How is the APIs’ value communicated? How is the product sold and delivered to the customers?
  • 12. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk BUT CREATING AN API IS HARD… • The API should take a primary role in the business • It must provide a valuable service • The API must be simple, flexible and easily available • The API should be managed and measured • You must provide great developer support
  • 13. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk START WITH AN INFORMATION MODEL • The model captures the most important entities across all customer facing systems • All APIs expose data according to the model • Makes it easier for customers, partners and 3-rd parties to use API 13 Customer Employer Employee Employment Payroll Absence Accounting Tax Pension Organization Unit
  • 14. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk API CHECK LIST… • Versioned (And compatible) • Managed (Who is in charge and taking care of business?) • Governed (Without rules you’re heading for disaster) • Reportable (We have to create reports to show and analyze usage) • Billable (So that you can charge for usage?) • Monitored (Is it on?) • Metered (How else do you know who is using it and how much) • Responsive (Are we fast enough?) • Flexible (Can we speak more that one dialect?) • Standards (Build on Internet standards so that people understand how you do stuff) • Recoverable (Do we handle errors gracefully?) • Reliable (Always up and data is never wrong) • Durable (Can we survive failures?) • Scalable (So that we can handle success!) • Throttling (So that we can adjust usage) • Secure (AuthN – don’tjust let anybody in) • Role based (AuthZ – don’tlet everybody do what they want) • Modern (Release often so that you’re constantly moving forwards)
  • 15. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk ExternalInternal DMZ API GATEWAY 15 API 1 Gateway Clients API 2
  • 16. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 17. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 18. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk • So today, a firm without APIs that allow software programs to interact with each other REALLY is like the internet without the World Wide Web
  • 19. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 20. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 21. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 22. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 23. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk IFTTT.COM
  • 24. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk APIS CONNECT EVERYTHING
  • 25. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk IOT DRIVERS • Hardware costs are falling • More machines are talking to each other • Software is more advanced than ever • Connectivity is proliferating • Cloud solutions offer lower costs, scale, and flexibility • Potential economic benefits are enormous
  • 26. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk PHOTON • Particle P0 Wi-Fi module • Broadcom BCM43362 Wi-Fi chip • STM32F205 120Mhz ARM Cortex M3 • 1MB flash, 128KB RAM • 802.11b/g/n • Soft AP setup • FCC/CE/IC certified
  • 27. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 28. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk DATA FROM PHOTON
  • 29. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 30. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 31. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk
  • 32. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk AVERAGE WIND TURBINE HAS 150 SENSORS AND GENERATES 350 MB DATA DAILY
  • 33. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk >250 MILLION CONNECTED CARS BY 2020
  • 34. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk CLOUD COMPUTING IOT PLATFORMS
  • 35. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk BIG-DATA IN IOT LAND Sensors Event Hubs Data “Lakes” Machine Learning API Stream Analytics Visualization Data Warehouse
  • 36. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk SENSORS IN LONDON UNDERGROUND https://www.youtube.com/watch?v=f1_t1tsgvFI
  • 37. ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 info@changegroup.dk www.changegroup.dk KONTAKTOPLYSNINGER ChangeGroup Flæsketorvet 68 DK-1711 København V Telefon: +45 3332 7778 www.changegroup.dk Mobil : +4526560203 peterbb@gmail.com Peter Birkholm-Buch QUESTIONS? @peterbb Peter Birkholm-Buch Enterprise Cloud Architect & Technologist Mobil 26560203 peterbb@gmail.com @peterbb www.changegroup.dk