SlideShare a Scribd company logo
1 of 42
AWS Pop-up Loft Berlin 2018
Page 2
Siemens Digital Lifecycle Platform
Targets
• Add 500,000 buildings to Digital Lifecycle Platform
• Engineering process improvement by 50%
• Faster tendering process to win more customers
AWS Pop-up Loft Berlin 2018
Page 3
What is the business of
Siemens Building Technologies (BT)?
Premium office Data centers Industrial
Hotels Universities
Schools Hospitals Life science
Corporate
real estate
Airports
Malls
Museums
Unrestricted © Siemens AG 2018
June 2018Page 4 Markus Winterholer / Siemens Building Technologies
41%of energy worldwide
is consumed by
buildings
80%of total lifecycle
cost of a building
occur in the
operation phase
50%of workforce
will be millennials
by 2020
30%of corporate real
estate portfolios will
consist of flexible
office space
Unrestricted © Siemens AG 2018
June 2018Page 5 Markus Winterholer / Siemens Building Technologies
AWS Pop-up Loft Berlin 2018
Page 7
Does digitalization matter in
Building business?
AWS Pop-up Loft Berlin 2018
Page 8
Why the construction industry needs IoT
Productivity increase in the Construction industry1 Customers know – Digitization will affect every process2
Source: 1 McKinsey Global Institute “Reinventing Construction”; February 2017 | 2 Siemens customer survey, 2014, 2015
of customers want
visualization of data80%
of customers expect an
improved service process69%
of customers location-
independent access to their data65%
of customers expect new digital
services and business models50%
AWS Pop-up Loft Berlin 2018
Page 9
Building IoT Data Market
Building in transformation1 Big data analytics2
Outcome economy3 Connected World4
Source: 1 Memoori Report 2016 | 2 World Economic Forum 2016 | 3 Memoori Report 2016 | 4 World Economic Forum 2016
60%annual growth in data collected form smart
buildings year over year, volume doubles every two years
50%of the world’s data, in the history
of mankind, was created in less than the last year
Building IoT Market will grow from US$23.5 bn in 2015 to
US$75.5 bnin 2021 with 20.7% CAGR
8 billiondevices connected to the Internet
today; by 2030 it is forecast that there will be 1 Trillion
AWS Pop-up Loft Berlin 2018
Page 10
Building Data
Example Office Building
~200 Gigabytes static data
~60 Sensor types
~2,000 Datapoints
>500 MB data per day or ~200 GB per year
Siemens Requirements
500,000 commercial buildings  100 Petabytes per year
~30 years operation phase  3 Exabytes
Availability in 4 regions, 160 countries
Access for 12,000 service engineers and millions of users
AWS Pop-up Loft Berlin 2018
Page 11
Let’s turn this data into knowledge
in order to enhancing building
performance and improve user
experience
and generating data
Unrestricted © Siemens AG 2018
Page 11 Markus Winterholer / Siemens Building Technologies
AWS Pop-up Loft Berlin 2018
Page 12
Digital Twins—the next Business
Buzzword?
AWS Pop-up Loft Berlin 2018
Page 13
AWS Pop-up Loft Berlin 2018
Page 14
AWS Pop-up Loft Berlin 2018
Page 15
AWS Pop-up Loft Berlin 2018
Page 16
Digital Twin – Bringing Construction Plans and IoT together
CO2
WHAT is going on WHERE?
Digital Twin
AWS Pop-up Loft Berlin 2018
Page 17
MindSphere©
The “trinity” of digital twins
Centerpiece for a future solution and service business
Digital Construction Twin
3D CAD data, floor plans,
asset locations, rules/values, KPIs …
Digital Performance Twin
Maintenance costs, KPI status,
monitoring, operation concepts,
infrastructure status, time series data …
Planning
tools
System
tests
Engineering
tools
Commissio-
ning tools
Simulation
Service
+ Main-
tenance
MonitorControl +
Operation
tools
Analytics
Product
design
Planning
tools
Simulation
BIM
enabling
Digital Product Twin
Product specific data
(e.g. size, wiring, colour …)
AWS Pop-up Loft Berlin 2018
Page 18
Creating perfect places based on Services – User Centric focus as a
holistic approach to the modern workplace …
Customer Interest Relevant KPI’s
Cost per space unit
Employee satisfaction
CO2 emissions
Employee productivity
Optimizing CAPEX and OPEX
Energy and
asset efficiency
Space
efficiency
Individual efficiency
and comfort
Workplace Utilization
Revenue per space unit
Vacancy Rate
Asset Performance/Useful Life
AWS Pop-up Loft Berlin 2018
Page 19
How do you create a
Digital Twin of a building?
AWS Pop-up Loft Berlin 2018
Page 20
BT Digital Twin – Four steps from isolated data silos
to an integrated building knowledge base
Digital Twin APIs
Data
Federation
Rules and Predictions
Knowledge Graph
4
3
2
1Access
Link
Enhance
Provide
• Rules and constraints
• Machine learning
• Graph databases
• Semantic data models
• Virtual or physical data integration
• Query rewriting
• (Micro) Services
AWS Pop-up Loft Berlin 2018
Page 21
A semantic data model enables flexible linking and an integrated,
intuitive API for applications
Semantic Data Model 2
3
1
new new
Planning
tools
Simulation
tool
Building
Operations
Security aaS Building
Performance
Service Portal Location Ba-
sed Services
Novel BT
Services
3rd party
Services
Connect
to data
Drive
applications
Knowledge
Graph
ETL or
Virtual Integration
Customer Data
Weather Data
Public Energy Data
MindSphere (PoC)Building Structure
(e.g. BIM IFC)
Product Data
www
4
Data API
IFC import/
GraphicsAPI
Product API
AWS Pop-up Loft Berlin 2018
Page 22
Amazon Neptune Graph Database maintains the logical data model
and links to other data sources
Load Property Graph and RDF Data Store billions of relationships Fast graph queries
https://aws.amazon.com/de/neptune
Amazon S3
Property Graph
CSV
Resource Description
Framework (RDF)
Turtle
N-Triples
N-Quads
RDF/XML
Bulk
Load API
SPARQL
Endpoint
Gremlin
Server
AWS Pop-up Loft Berlin 2018
Page 23
Translate structural building information from IFC to a standard
semantic data model supported by Amazon Neptune
IFC OWL OntologyIndustry Foundation Classes (IFC)
• File format with an object-oriented data model
• Open standard ISO/PAS 16739 to increase interoperability
• Developed by buildingSMART
• Available converter for .ifc files to W3C RDF (IFC2RDF)
AWS Pop-up Loft Berlin 2018
Page 24
Example Query – Combine structural and device information
List all Siemens
devices in break
rooms
AWS Pop-up Loft Berlin 2018
Page 25
One query, multiple sources – The semantic federation system
provides an integrated mechanism
SELECT ?object ?temperature ?timeStamp
FROM NAMED :building_A
WHERE {
?space rdf:type ifcowl:IfcSpace .
?space ifcowl:description_IfcRoot ?descr .
?descr express:hasString "BREAK ROOM" .
?contained_in ifcowl:relatingStructure_IfcRelContainedInSpatialStructure
?space .
?contained_in ifcowl:relatedElements_IfcRelContainedInSpatialStructure
?object .
?object rdf:type :MultiFireDetector .
?object iot:ID ?object_iot_ID .
?object iot:propertySet ?object_prop_set .
?results iot:hasTemperature ?temperature .
?results iot:timeStamp ?timeStamp .
SERVICE mdsp:MindsphereTimeseries {
?results mdsp:timeseriesAPI :_blank
:_blank mdsp:iotID ?object_iot_ID .
?api mdsp:propertySet ?object_prop_set .
}
}
Local Graph Store
Timeseries REST API
Named
Graph
:building_A
Default
Graph
Named
Graph
:building_A
Mindsphere API Endpoint
https://somegateway.com/iot/{propertySet}/{iotID}
AWS Pop-up Loft Berlin 2018
Page 26
Outlook – The graph infrastructure provides services to ensure data
quality of the integrated building knowledge base
Data validation, completion and
prediction services are implemented
using rules-based system, constraint
solving and machine learning.
Data validation
services
Data completion
services
Link prediction
service
Data Connectors
Digital Twin API
Example: Device Placement Rules
IFCSITE(?site), locationInside(?site, „Germany“),
composedOf(?site, ?building), IFCBUILDING(?building),
composedOf(?building, ?storey),
IFCBUILDINGSTOREY(?storey),
composedOf(?storey, ?space), IFCSPACE(?space),
Name(?space, „Treppenhaus“),
Area(?space) > 5
IFCRELSPACEBOUNDARY(?space, ?boundary),
IFCRELFILLSELEMENT(?space, ?relfillselement),
IFCOPENING(?relfillselement, ?opening),
IFCRELVOIDSELEMENT(?opening, ?wall)
 Device(?dev), name(?dev, „FDMH291-R“), inRoom(?dev, ?space), attachedTo(?dev,
?wall)
Domain Knowledge
AWS Pop-up Loft Berlin 2018
Page 27
What is the value of
Digital Twins?
AWS Pop-up Loft Berlin 2018
Page 28
Digital Twin and Knowledge Graph enables Data Analytics and
Machine Learning
• Use exisiting HVAC sensors to predict room
occupancy
• Data Mining
• Visual Analysis
• Descriptive Statisitcs
• Machine Learning
• Get more information out of exisiting sensor data
• Improve data quality
• Detect anomalies
• Enable predicitve maintenance
• Combine knowledge of building structure with
sensor location and time series data
AWS Pop-up Loft Berlin 2018
Page 29
Visualizing Timeseries Sensor Data
AWS Pop-up Loft Berlin 2018
Page 30
MindSphere Occupancy MindApp
AWS Pop-up Loft Berlin 2018
Page 31
Building Model Synchronization
AWS Pop-up Loft Berlin 2018
Page 33
How do you integrate Digital Twins
into an IoT platform?
AWS Pop-up Loft Berlin 2018
Page 34
MindSphere IoT Platform for Building Technologies
MindApp
Building
MindSphere
connected devices
Gateway
MindConnect Integration
TimeseriesAsset
Management
MindApp Backend
AWS Pop-up Loft Berlin 2018
Page 35
Siemens Building Technologies Cloud-based System Concept
Owner Operator Tenant Visitor TechnicianPlanner …others
IFC
BACnet devices
Digital Construction Twin
(Building structure data)
MindSphere
Digital Performance Twin
(Events and Time series data)
Semantic Link (Graph database)
(performance & structure data)
Construction Data API Performance Data API
Amazon S3 storage Amazon Neptune
MindApp:
Space
utilization
AWS Pop-up Loft Berlin 2018
Page 36
What challenges did you face
when connecting buildings?
AWS Pop-up Loft Berlin 2018
Page 37
Challenges with onboarding buildings
• Unclear responsibles
• Connectivity approvals
• No device naming conventions
• Data polling vs. streaming
• Heterogeneous device landscape
• Device misconfigurations
• Determine device position
AWS Pop-up Loft Berlin 2018
Page 38
Call out
We want to hear your smart ideas for
automated geo positioning of installed devices!
AWS Pop-up Loft Berlin 2018
Page 39
How did you manage the move from
innovation to production stages?
AWS Pop-up Loft Berlin 2018
Page 40
Moving from Innovation to Production stages
Principles that helped in the Innovation stage:
• „No Regrets Move“ corporate project culture
• Promote agile development practices
• Iterate fast to get pilot customer feedback
Principles that helped to scale to Production:
• Promote DevOps culture
• Establish best practices for infrastructure management
• Implement CICD/stages
• Automate everything (incl. testing)
AWS Pop-up Loft Berlin 2018
Page 41
Markus Winterholer
Innovation Manager / Chief Product Owner
BT SSP TIA TI
Siemens Schweiz AG
Theilerstrasse 1a, 6300 Zug, Switzerland
Phone: +41 798540007
E-mail:
markus.winterholer@siemens.com
Internet
buildingtechnologies.siemens.com
Intranet
intranet.siemens.com/bt
AWS Pop-up Loft Berlin 2018
Page 42
Don‘t miss the following AWS Loft sessions
AWS Pop-up Loft Berlin 2018
Page 43
Don‘t miss the following AWS Loft sessions
AWS Pop-up Loft Berlin 2018
Page 44
Don‘t miss the following AWS Loft sessions
AWS Pop-up Loft Berlin 2018
Page 45

More Related Content

What's hot

25 Digital Transformation Case Studies In Retail
25 Digital Transformation Case Studies In Retail25 Digital Transformation Case Studies In Retail
25 Digital Transformation Case Studies In RetailHappy Marketer
 
2020 Banking Consumer Study: Making Digital More Human – UK Findings
2020 Banking Consumer Study: Making Digital More Human – UK Findings2020 Banking Consumer Study: Making Digital More Human – UK Findings
2020 Banking Consumer Study: Making Digital More Human – UK Findingsaccenture
 
High Tech Digital Transformation
High Tech Digital TransformationHigh Tech Digital Transformation
High Tech Digital Transformationaccenture
 
Why Treasurers Should Adopt Multilateral Netting
Why Treasurers Should Adopt Multilateral NettingWhy Treasurers Should Adopt Multilateral Netting
Why Treasurers Should Adopt Multilateral NettingKyriba Corporation
 
Digital Transformation From Strategy To Implementation
Digital Transformation From Strategy To ImplementationDigital Transformation From Strategy To Implementation
Digital Transformation From Strategy To ImplementationScopernia
 
10-Step Strategic Account Alignment Process
10-Step Strategic Account Alignment Process10-Step Strategic Account Alignment Process
10-Step Strategic Account Alignment ProcessGlobal Partners Inc.
 
Practicing Data Science: A Collection of Case Studies
Practicing Data Science: A Collection of Case StudiesPracticing Data Science: A Collection of Case Studies
Practicing Data Science: A Collection of Case StudiesKNIMESlides
 
Top Trends in Payments 2022
Top Trends in Payments 2022Top Trends in Payments 2022
Top Trends in Payments 2022Capgemini
 
70+ Digital Transformation Statistics
70+ Digital Transformation Statistics 70+ Digital Transformation Statistics
70+ Digital Transformation Statistics SantokuPartners
 
(FinPort) TrueLayer deck - Connect Ventures 2016
(FinPort) TrueLayer deck - Connect Ventures 2016(FinPort) TrueLayer deck - Connect Ventures 2016
(FinPort) TrueLayer deck - Connect Ventures 2016Pietro Bezza
 
Designing a Sustainable Enterprise UX Process
Designing a Sustainable Enterprise UX ProcessDesigning a Sustainable Enterprise UX Process
Designing a Sustainable Enterprise UX Processuxpin
 
Digital Business Transformation | Strategy + Execution
Digital Business Transformation | Strategy + ExecutionDigital Business Transformation | Strategy + Execution
Digital Business Transformation | Strategy + Executionfeature[23]
 
Change! Digital Transformation
Change! Digital Transformation Change! Digital Transformation
Change! Digital Transformation Vincent lee
 
How they did it: Real-world growth marketing strategies from 15 leading finte...
How they did it: Real-world growth marketing strategies from 15 leading finte...How they did it: Real-world growth marketing strategies from 15 leading finte...
How they did it: Real-world growth marketing strategies from 15 leading finte...Ani Petrova
 
Marketing in FinTech
Marketing in FinTechMarketing in FinTech
Marketing in FinTechActa School
 
Deloitte Digital Benchmark
Deloitte Digital BenchmarkDeloitte Digital Benchmark
Deloitte Digital BenchmarkThierry Raizer
 
How Banking as a Service Will Keep Banks Digitally Relevant and Growing
How Banking as a Service Will Keep Banks Digitally Relevant and GrowingHow Banking as a Service Will Keep Banks Digitally Relevant and Growing
How Banking as a Service Will Keep Banks Digitally Relevant and GrowingCognizant
 
Digital Transformation: What it is and how to get there
Digital Transformation: What it is and how to get thereDigital Transformation: What it is and how to get there
Digital Transformation: What it is and how to get thereEconsultancy
 

What's hot (20)

25 Digital Transformation Case Studies In Retail
25 Digital Transformation Case Studies In Retail25 Digital Transformation Case Studies In Retail
25 Digital Transformation Case Studies In Retail
 
2020 Banking Consumer Study: Making Digital More Human – UK Findings
2020 Banking Consumer Study: Making Digital More Human – UK Findings2020 Banking Consumer Study: Making Digital More Human – UK Findings
2020 Banking Consumer Study: Making Digital More Human – UK Findings
 
Decoding the Human
Decoding the HumanDecoding the Human
Decoding the Human
 
High Tech Digital Transformation
High Tech Digital TransformationHigh Tech Digital Transformation
High Tech Digital Transformation
 
Why Treasurers Should Adopt Multilateral Netting
Why Treasurers Should Adopt Multilateral NettingWhy Treasurers Should Adopt Multilateral Netting
Why Treasurers Should Adopt Multilateral Netting
 
Digital Transformation From Strategy To Implementation
Digital Transformation From Strategy To ImplementationDigital Transformation From Strategy To Implementation
Digital Transformation From Strategy To Implementation
 
10-Step Strategic Account Alignment Process
10-Step Strategic Account Alignment Process10-Step Strategic Account Alignment Process
10-Step Strategic Account Alignment Process
 
Practicing Data Science: A Collection of Case Studies
Practicing Data Science: A Collection of Case StudiesPracticing Data Science: A Collection of Case Studies
Practicing Data Science: A Collection of Case Studies
 
Top Trends in Payments 2022
Top Trends in Payments 2022Top Trends in Payments 2022
Top Trends in Payments 2022
 
70+ Digital Transformation Statistics
70+ Digital Transformation Statistics 70+ Digital Transformation Statistics
70+ Digital Transformation Statistics
 
Money of the future 2015\2016
Money of the future 2015\2016Money of the future 2015\2016
Money of the future 2015\2016
 
(FinPort) TrueLayer deck - Connect Ventures 2016
(FinPort) TrueLayer deck - Connect Ventures 2016(FinPort) TrueLayer deck - Connect Ventures 2016
(FinPort) TrueLayer deck - Connect Ventures 2016
 
Designing a Sustainable Enterprise UX Process
Designing a Sustainable Enterprise UX ProcessDesigning a Sustainable Enterprise UX Process
Designing a Sustainable Enterprise UX Process
 
Digital Business Transformation | Strategy + Execution
Digital Business Transformation | Strategy + ExecutionDigital Business Transformation | Strategy + Execution
Digital Business Transformation | Strategy + Execution
 
Change! Digital Transformation
Change! Digital Transformation Change! Digital Transformation
Change! Digital Transformation
 
How they did it: Real-world growth marketing strategies from 15 leading finte...
How they did it: Real-world growth marketing strategies from 15 leading finte...How they did it: Real-world growth marketing strategies from 15 leading finte...
How they did it: Real-world growth marketing strategies from 15 leading finte...
 
Marketing in FinTech
Marketing in FinTechMarketing in FinTech
Marketing in FinTech
 
Deloitte Digital Benchmark
Deloitte Digital BenchmarkDeloitte Digital Benchmark
Deloitte Digital Benchmark
 
How Banking as a Service Will Keep Banks Digitally Relevant and Growing
How Banking as a Service Will Keep Banks Digitally Relevant and GrowingHow Banking as a Service Will Keep Banks Digitally Relevant and Growing
How Banking as a Service Will Keep Banks Digitally Relevant and Growing
 
Digital Transformation: What it is and how to get there
Digital Transformation: What it is and how to get thereDigital Transformation: What it is and how to get there
Digital Transformation: What it is and how to get there
 

Similar to Connecting Buildings with AWS

IBM Relay 2015: Opening Keynote
IBM Relay 2015: Opening Keynote IBM Relay 2015: Opening Keynote
IBM Relay 2015: Opening Keynote IBM
 
Mindsphere: an open cloud-based IoT operating system for Industry
Mindsphere: an open cloud-based IoT operating system for IndustryMindsphere: an open cloud-based IoT operating system for Industry
Mindsphere: an open cloud-based IoT operating system for IndustryIIoTWorld
 
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...Amazon Web Services
 
Dynatrace: Going beyond APM and soaring to the future
Dynatrace: Going beyond APM and soaring to the futureDynatrace: Going beyond APM and soaring to the future
Dynatrace: Going beyond APM and soaring to the futureDynatrace
 
IBM CDS Overview
IBM CDS OverviewIBM CDS Overview
IBM CDS OverviewJean Tan
 
Real-time Visibility at Scale with Sumo Logic
Real-time Visibility at Scale with Sumo LogicReal-time Visibility at Scale with Sumo Logic
Real-time Visibility at Scale with Sumo LogicAmazon Web Services
 
Schnellere Digitalisierung mit einer cloudbasierten Datenstrategie
Schnellere Digitalisierung mit einer cloudbasierten DatenstrategieSchnellere Digitalisierung mit einer cloudbasierten Datenstrategie
Schnellere Digitalisierung mit einer cloudbasierten DatenstrategieMongoDB
 
Cloud is the new normal - Red Hat Forum Bangalore 2015
Cloud is the new normal - Red Hat Forum Bangalore 2015Cloud is the new normal - Red Hat Forum Bangalore 2015
Cloud is the new normal - Red Hat Forum Bangalore 2015Red Hat India Pvt. Ltd.
 
Government Applications of Cloud Computing
Government Applications of Cloud ComputingGovernment Applications of Cloud Computing
Government Applications of Cloud ComputingRoger Smith
 
Steve Mills - Dispelling the Vapor Around Cloud Computing
Steve Mills - Dispelling the Vapor Around Cloud ComputingSteve Mills - Dispelling the Vapor Around Cloud Computing
Steve Mills - Dispelling the Vapor Around Cloud ComputingMauricio Godoy
 
LeanIX TBM Conference 2018
LeanIX TBM Conference 2018LeanIX TBM Conference 2018
LeanIX TBM Conference 2018LeanIX GmbH
 
BEDCon 2016 - Kay Lerch on "Will trade an ESB for an agile integration soluti...
BEDCon 2016 - Kay Lerch on "Will trade an ESB for an agile integration soluti...BEDCon 2016 - Kay Lerch on "Will trade an ESB for an agile integration soluti...
BEDCon 2016 - Kay Lerch on "Will trade an ESB for an agile integration soluti...Kay Lerch
 
What all it takes to build a successful hybrid integration strategy?
What all it takes to build a successful hybrid integration strategy? What all it takes to build a successful hybrid integration strategy?
What all it takes to build a successful hybrid integration strategy? Kellton Tech Solutions Ltd
 
Design - Integration Scenarios for Hybrid Cloud
Design - Integration Scenarios for Hybrid CloudDesign - Integration Scenarios for Hybrid Cloud
Design - Integration Scenarios for Hybrid CloudLaurenWendler
 
Predix Builder Roadshow
Predix Builder RoadshowPredix Builder Roadshow
Predix Builder RoadshowPredix
 
Bhadale group of companies projects portfolio
Bhadale group of companies  projects portfolioBhadale group of companies  projects portfolio
Bhadale group of companies projects portfolioVijayananda Mohire
 
SendGrid Improves Email Delivery with Hybrid Data Warehousing
SendGrid Improves Email Delivery with Hybrid Data WarehousingSendGrid Improves Email Delivery with Hybrid Data Warehousing
SendGrid Improves Email Delivery with Hybrid Data WarehousingAmazon Web Services
 
Architectural solutions for the cloud
Architectural solutions for the cloudArchitectural solutions for the cloud
Architectural solutions for the cloudthreesixty
 
Time to Talk about Data Mesh
Time to Talk about Data MeshTime to Talk about Data Mesh
Time to Talk about Data MeshLibbySchulze
 
Digital Reinvention by NRB
Digital Reinvention by NRBDigital Reinvention by NRB
Digital Reinvention by NRBWilliam Poos
 

Similar to Connecting Buildings with AWS (20)

IBM Relay 2015: Opening Keynote
IBM Relay 2015: Opening Keynote IBM Relay 2015: Opening Keynote
IBM Relay 2015: Opening Keynote
 
Mindsphere: an open cloud-based IoT operating system for Industry
Mindsphere: an open cloud-based IoT operating system for IndustryMindsphere: an open cloud-based IoT operating system for Industry
Mindsphere: an open cloud-based IoT operating system for Industry
 
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
Industrial IoT Applications: Making the Connection and Extracting Value (IOT3...
 
Dynatrace: Going beyond APM and soaring to the future
Dynatrace: Going beyond APM and soaring to the futureDynatrace: Going beyond APM and soaring to the future
Dynatrace: Going beyond APM and soaring to the future
 
IBM CDS Overview
IBM CDS OverviewIBM CDS Overview
IBM CDS Overview
 
Real-time Visibility at Scale with Sumo Logic
Real-time Visibility at Scale with Sumo LogicReal-time Visibility at Scale with Sumo Logic
Real-time Visibility at Scale with Sumo Logic
 
Schnellere Digitalisierung mit einer cloudbasierten Datenstrategie
Schnellere Digitalisierung mit einer cloudbasierten DatenstrategieSchnellere Digitalisierung mit einer cloudbasierten Datenstrategie
Schnellere Digitalisierung mit einer cloudbasierten Datenstrategie
 
Cloud is the new normal - Red Hat Forum Bangalore 2015
Cloud is the new normal - Red Hat Forum Bangalore 2015Cloud is the new normal - Red Hat Forum Bangalore 2015
Cloud is the new normal - Red Hat Forum Bangalore 2015
 
Government Applications of Cloud Computing
Government Applications of Cloud ComputingGovernment Applications of Cloud Computing
Government Applications of Cloud Computing
 
Steve Mills - Dispelling the Vapor Around Cloud Computing
Steve Mills - Dispelling the Vapor Around Cloud ComputingSteve Mills - Dispelling the Vapor Around Cloud Computing
Steve Mills - Dispelling the Vapor Around Cloud Computing
 
LeanIX TBM Conference 2018
LeanIX TBM Conference 2018LeanIX TBM Conference 2018
LeanIX TBM Conference 2018
 
BEDCon 2016 - Kay Lerch on "Will trade an ESB for an agile integration soluti...
BEDCon 2016 - Kay Lerch on "Will trade an ESB for an agile integration soluti...BEDCon 2016 - Kay Lerch on "Will trade an ESB for an agile integration soluti...
BEDCon 2016 - Kay Lerch on "Will trade an ESB for an agile integration soluti...
 
What all it takes to build a successful hybrid integration strategy?
What all it takes to build a successful hybrid integration strategy? What all it takes to build a successful hybrid integration strategy?
What all it takes to build a successful hybrid integration strategy?
 
Design - Integration Scenarios for Hybrid Cloud
Design - Integration Scenarios for Hybrid CloudDesign - Integration Scenarios for Hybrid Cloud
Design - Integration Scenarios for Hybrid Cloud
 
Predix Builder Roadshow
Predix Builder RoadshowPredix Builder Roadshow
Predix Builder Roadshow
 
Bhadale group of companies projects portfolio
Bhadale group of companies  projects portfolioBhadale group of companies  projects portfolio
Bhadale group of companies projects portfolio
 
SendGrid Improves Email Delivery with Hybrid Data Warehousing
SendGrid Improves Email Delivery with Hybrid Data WarehousingSendGrid Improves Email Delivery with Hybrid Data Warehousing
SendGrid Improves Email Delivery with Hybrid Data Warehousing
 
Architectural solutions for the cloud
Architectural solutions for the cloudArchitectural solutions for the cloud
Architectural solutions for the cloud
 
Time to Talk about Data Mesh
Time to Talk about Data MeshTime to Talk about Data Mesh
Time to Talk about Data Mesh
 
Digital Reinvention by NRB
Digital Reinvention by NRBDigital Reinvention by NRB
Digital Reinvention by NRB
 

More from AWS Germany

Analytics Web Day | From Theory to Practice: Big Data Stories from the Field
Analytics Web Day | From Theory to Practice: Big Data Stories from the FieldAnalytics Web Day | From Theory to Practice: Big Data Stories from the Field
Analytics Web Day | From Theory to Practice: Big Data Stories from the FieldAWS Germany
 
Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...
Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...
Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...AWS Germany
 
Modern Applications Web Day | Impress Your Friends with Your First Serverless...
Modern Applications Web Day | Impress Your Friends with Your First Serverless...Modern Applications Web Day | Impress Your Friends with Your First Serverless...
Modern Applications Web Day | Impress Your Friends with Your First Serverless...AWS Germany
 
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...AWS Germany
 
Modern Applications Web Day | Container Workloads on AWS
Modern Applications Web Day | Container Workloads on AWSModern Applications Web Day | Container Workloads on AWS
Modern Applications Web Day | Container Workloads on AWSAWS Germany
 
Modern Applications Web Day | Continuous Delivery to Amazon EKS with Spinnaker
Modern Applications Web Day | Continuous Delivery to Amazon EKS with SpinnakerModern Applications Web Day | Continuous Delivery to Amazon EKS with Spinnaker
Modern Applications Web Day | Continuous Delivery to Amazon EKS with SpinnakerAWS Germany
 
Building Smart Home skills for Alexa
Building Smart Home skills for AlexaBuilding Smart Home skills for Alexa
Building Smart Home skills for AlexaAWS Germany
 
Hotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructure
Hotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructureHotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructure
Hotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructureAWS Germany
 
Wild Rydes with Big Data/Kinesis focus: AWS Serverless Workshop
Wild Rydes with Big Data/Kinesis focus: AWS Serverless WorkshopWild Rydes with Big Data/Kinesis focus: AWS Serverless Workshop
Wild Rydes with Big Data/Kinesis focus: AWS Serverless WorkshopAWS Germany
 
Log Analytics with AWS
Log Analytics with AWSLog Analytics with AWS
Log Analytics with AWSAWS Germany
 
Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS
Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS
Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS AWS Germany
 
AWS Programme für Nonprofits
AWS Programme für NonprofitsAWS Programme für Nonprofits
AWS Programme für NonprofitsAWS Germany
 
Microservices and Data Design
Microservices and Data DesignMicroservices and Data Design
Microservices and Data DesignAWS Germany
 
Serverless vs. Developers – the real crash
Serverless vs. Developers – the real crashServerless vs. Developers – the real crash
Serverless vs. Developers – the real crashAWS Germany
 
Query your data in S3 with SQL and optimize for cost and performance
Query your data in S3 with SQL and optimize for cost and performanceQuery your data in S3 with SQL and optimize for cost and performance
Query your data in S3 with SQL and optimize for cost and performanceAWS Germany
 
Secret Management with Hashicorp’s Vault
Secret Management with Hashicorp’s VaultSecret Management with Hashicorp’s Vault
Secret Management with Hashicorp’s VaultAWS Germany
 
Scale to Infinity with ECS
Scale to Infinity with ECSScale to Infinity with ECS
Scale to Infinity with ECSAWS Germany
 
Containers on AWS - State of the Union
Containers on AWS - State of the UnionContainers on AWS - State of the Union
Containers on AWS - State of the UnionAWS Germany
 
Deploying and Scaling Your First Cloud Application with Amazon Lightsail
Deploying and Scaling Your First Cloud Application with Amazon LightsailDeploying and Scaling Your First Cloud Application with Amazon Lightsail
Deploying and Scaling Your First Cloud Application with Amazon LightsailAWS Germany
 

More from AWS Germany (20)

Analytics Web Day | From Theory to Practice: Big Data Stories from the Field
Analytics Web Day | From Theory to Practice: Big Data Stories from the FieldAnalytics Web Day | From Theory to Practice: Big Data Stories from the Field
Analytics Web Day | From Theory to Practice: Big Data Stories from the Field
 
Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...
Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...
Analytics Web Day | Query your Data in S3 with SQL and optimize for Cost and ...
 
Modern Applications Web Day | Impress Your Friends with Your First Serverless...
Modern Applications Web Day | Impress Your Friends with Your First Serverless...Modern Applications Web Day | Impress Your Friends with Your First Serverless...
Modern Applications Web Day | Impress Your Friends with Your First Serverless...
 
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
Modern Applications Web Day | Manage Your Infrastructure and Configuration on...
 
Modern Applications Web Day | Container Workloads on AWS
Modern Applications Web Day | Container Workloads on AWSModern Applications Web Day | Container Workloads on AWS
Modern Applications Web Day | Container Workloads on AWS
 
Modern Applications Web Day | Continuous Delivery to Amazon EKS with Spinnaker
Modern Applications Web Day | Continuous Delivery to Amazon EKS with SpinnakerModern Applications Web Day | Continuous Delivery to Amazon EKS with Spinnaker
Modern Applications Web Day | Continuous Delivery to Amazon EKS with Spinnaker
 
Building Smart Home skills for Alexa
Building Smart Home skills for AlexaBuilding Smart Home skills for Alexa
Building Smart Home skills for Alexa
 
Hotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructure
Hotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructureHotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructure
Hotel or Taxi? "Sorting hat" for travel expenses with AWS ML infrastructure
 
Wild Rydes with Big Data/Kinesis focus: AWS Serverless Workshop
Wild Rydes with Big Data/Kinesis focus: AWS Serverless WorkshopWild Rydes with Big Data/Kinesis focus: AWS Serverless Workshop
Wild Rydes with Big Data/Kinesis focus: AWS Serverless Workshop
 
Log Analytics with AWS
Log Analytics with AWSLog Analytics with AWS
Log Analytics with AWS
 
Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS
Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS
Deep Dive into Concepts and Tools for Analyzing Streaming Data on AWS
 
AWS Programme für Nonprofits
AWS Programme für NonprofitsAWS Programme für Nonprofits
AWS Programme für Nonprofits
 
Microservices and Data Design
Microservices and Data DesignMicroservices and Data Design
Microservices and Data Design
 
Serverless vs. Developers – the real crash
Serverless vs. Developers – the real crashServerless vs. Developers – the real crash
Serverless vs. Developers – the real crash
 
Query your data in S3 with SQL and optimize for cost and performance
Query your data in S3 with SQL and optimize for cost and performanceQuery your data in S3 with SQL and optimize for cost and performance
Query your data in S3 with SQL and optimize for cost and performance
 
Secret Management with Hashicorp’s Vault
Secret Management with Hashicorp’s VaultSecret Management with Hashicorp’s Vault
Secret Management with Hashicorp’s Vault
 
EKS Workshop
 EKS Workshop EKS Workshop
EKS Workshop
 
Scale to Infinity with ECS
Scale to Infinity with ECSScale to Infinity with ECS
Scale to Infinity with ECS
 
Containers on AWS - State of the Union
Containers on AWS - State of the UnionContainers on AWS - State of the Union
Containers on AWS - State of the Union
 
Deploying and Scaling Your First Cloud Application with Amazon Lightsail
Deploying and Scaling Your First Cloud Application with Amazon LightsailDeploying and Scaling Your First Cloud Application with Amazon Lightsail
Deploying and Scaling Your First Cloud Application with Amazon Lightsail
 

Recently uploaded

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 

Recently uploaded (20)

Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 

Connecting Buildings with AWS

  • 1. AWS Pop-up Loft Berlin 2018 Page 2 Siemens Digital Lifecycle Platform Targets • Add 500,000 buildings to Digital Lifecycle Platform • Engineering process improvement by 50% • Faster tendering process to win more customers
  • 2. AWS Pop-up Loft Berlin 2018 Page 3 What is the business of Siemens Building Technologies (BT)?
  • 3. Premium office Data centers Industrial Hotels Universities Schools Hospitals Life science Corporate real estate Airports Malls Museums Unrestricted © Siemens AG 2018 June 2018Page 4 Markus Winterholer / Siemens Building Technologies
  • 4. 41%of energy worldwide is consumed by buildings 80%of total lifecycle cost of a building occur in the operation phase 50%of workforce will be millennials by 2020 30%of corporate real estate portfolios will consist of flexible office space Unrestricted © Siemens AG 2018 June 2018Page 5 Markus Winterholer / Siemens Building Technologies
  • 5. AWS Pop-up Loft Berlin 2018 Page 7 Does digitalization matter in Building business?
  • 6. AWS Pop-up Loft Berlin 2018 Page 8 Why the construction industry needs IoT Productivity increase in the Construction industry1 Customers know – Digitization will affect every process2 Source: 1 McKinsey Global Institute “Reinventing Construction”; February 2017 | 2 Siemens customer survey, 2014, 2015 of customers want visualization of data80% of customers expect an improved service process69% of customers location- independent access to their data65% of customers expect new digital services and business models50%
  • 7. AWS Pop-up Loft Berlin 2018 Page 9 Building IoT Data Market Building in transformation1 Big data analytics2 Outcome economy3 Connected World4 Source: 1 Memoori Report 2016 | 2 World Economic Forum 2016 | 3 Memoori Report 2016 | 4 World Economic Forum 2016 60%annual growth in data collected form smart buildings year over year, volume doubles every two years 50%of the world’s data, in the history of mankind, was created in less than the last year Building IoT Market will grow from US$23.5 bn in 2015 to US$75.5 bnin 2021 with 20.7% CAGR 8 billiondevices connected to the Internet today; by 2030 it is forecast that there will be 1 Trillion
  • 8. AWS Pop-up Loft Berlin 2018 Page 10 Building Data Example Office Building ~200 Gigabytes static data ~60 Sensor types ~2,000 Datapoints >500 MB data per day or ~200 GB per year Siemens Requirements 500,000 commercial buildings  100 Petabytes per year ~30 years operation phase  3 Exabytes Availability in 4 regions, 160 countries Access for 12,000 service engineers and millions of users
  • 9. AWS Pop-up Loft Berlin 2018 Page 11 Let’s turn this data into knowledge in order to enhancing building performance and improve user experience and generating data Unrestricted © Siemens AG 2018 Page 11 Markus Winterholer / Siemens Building Technologies
  • 10. AWS Pop-up Loft Berlin 2018 Page 12 Digital Twins—the next Business Buzzword?
  • 11. AWS Pop-up Loft Berlin 2018 Page 13
  • 12. AWS Pop-up Loft Berlin 2018 Page 14
  • 13. AWS Pop-up Loft Berlin 2018 Page 15
  • 14. AWS Pop-up Loft Berlin 2018 Page 16 Digital Twin – Bringing Construction Plans and IoT together CO2 WHAT is going on WHERE? Digital Twin
  • 15. AWS Pop-up Loft Berlin 2018 Page 17 MindSphere© The “trinity” of digital twins Centerpiece for a future solution and service business Digital Construction Twin 3D CAD data, floor plans, asset locations, rules/values, KPIs … Digital Performance Twin Maintenance costs, KPI status, monitoring, operation concepts, infrastructure status, time series data … Planning tools System tests Engineering tools Commissio- ning tools Simulation Service + Main- tenance MonitorControl + Operation tools Analytics Product design Planning tools Simulation BIM enabling Digital Product Twin Product specific data (e.g. size, wiring, colour …)
  • 16. AWS Pop-up Loft Berlin 2018 Page 18 Creating perfect places based on Services – User Centric focus as a holistic approach to the modern workplace … Customer Interest Relevant KPI’s Cost per space unit Employee satisfaction CO2 emissions Employee productivity Optimizing CAPEX and OPEX Energy and asset efficiency Space efficiency Individual efficiency and comfort Workplace Utilization Revenue per space unit Vacancy Rate Asset Performance/Useful Life
  • 17. AWS Pop-up Loft Berlin 2018 Page 19 How do you create a Digital Twin of a building?
  • 18. AWS Pop-up Loft Berlin 2018 Page 20 BT Digital Twin – Four steps from isolated data silos to an integrated building knowledge base Digital Twin APIs Data Federation Rules and Predictions Knowledge Graph 4 3 2 1Access Link Enhance Provide • Rules and constraints • Machine learning • Graph databases • Semantic data models • Virtual or physical data integration • Query rewriting • (Micro) Services
  • 19. AWS Pop-up Loft Berlin 2018 Page 21 A semantic data model enables flexible linking and an integrated, intuitive API for applications Semantic Data Model 2 3 1 new new Planning tools Simulation tool Building Operations Security aaS Building Performance Service Portal Location Ba- sed Services Novel BT Services 3rd party Services Connect to data Drive applications Knowledge Graph ETL or Virtual Integration Customer Data Weather Data Public Energy Data MindSphere (PoC)Building Structure (e.g. BIM IFC) Product Data www 4 Data API IFC import/ GraphicsAPI Product API
  • 20. AWS Pop-up Loft Berlin 2018 Page 22 Amazon Neptune Graph Database maintains the logical data model and links to other data sources Load Property Graph and RDF Data Store billions of relationships Fast graph queries https://aws.amazon.com/de/neptune Amazon S3 Property Graph CSV Resource Description Framework (RDF) Turtle N-Triples N-Quads RDF/XML Bulk Load API SPARQL Endpoint Gremlin Server
  • 21. AWS Pop-up Loft Berlin 2018 Page 23 Translate structural building information from IFC to a standard semantic data model supported by Amazon Neptune IFC OWL OntologyIndustry Foundation Classes (IFC) • File format with an object-oriented data model • Open standard ISO/PAS 16739 to increase interoperability • Developed by buildingSMART • Available converter for .ifc files to W3C RDF (IFC2RDF)
  • 22. AWS Pop-up Loft Berlin 2018 Page 24 Example Query – Combine structural and device information List all Siemens devices in break rooms
  • 23. AWS Pop-up Loft Berlin 2018 Page 25 One query, multiple sources – The semantic federation system provides an integrated mechanism SELECT ?object ?temperature ?timeStamp FROM NAMED :building_A WHERE { ?space rdf:type ifcowl:IfcSpace . ?space ifcowl:description_IfcRoot ?descr . ?descr express:hasString "BREAK ROOM" . ?contained_in ifcowl:relatingStructure_IfcRelContainedInSpatialStructure ?space . ?contained_in ifcowl:relatedElements_IfcRelContainedInSpatialStructure ?object . ?object rdf:type :MultiFireDetector . ?object iot:ID ?object_iot_ID . ?object iot:propertySet ?object_prop_set . ?results iot:hasTemperature ?temperature . ?results iot:timeStamp ?timeStamp . SERVICE mdsp:MindsphereTimeseries { ?results mdsp:timeseriesAPI :_blank :_blank mdsp:iotID ?object_iot_ID . ?api mdsp:propertySet ?object_prop_set . } } Local Graph Store Timeseries REST API Named Graph :building_A Default Graph Named Graph :building_A Mindsphere API Endpoint https://somegateway.com/iot/{propertySet}/{iotID}
  • 24. AWS Pop-up Loft Berlin 2018 Page 26 Outlook – The graph infrastructure provides services to ensure data quality of the integrated building knowledge base Data validation, completion and prediction services are implemented using rules-based system, constraint solving and machine learning. Data validation services Data completion services Link prediction service Data Connectors Digital Twin API Example: Device Placement Rules IFCSITE(?site), locationInside(?site, „Germany“), composedOf(?site, ?building), IFCBUILDING(?building), composedOf(?building, ?storey), IFCBUILDINGSTOREY(?storey), composedOf(?storey, ?space), IFCSPACE(?space), Name(?space, „Treppenhaus“), Area(?space) > 5 IFCRELSPACEBOUNDARY(?space, ?boundary), IFCRELFILLSELEMENT(?space, ?relfillselement), IFCOPENING(?relfillselement, ?opening), IFCRELVOIDSELEMENT(?opening, ?wall)  Device(?dev), name(?dev, „FDMH291-R“), inRoom(?dev, ?space), attachedTo(?dev, ?wall) Domain Knowledge
  • 25. AWS Pop-up Loft Berlin 2018 Page 27 What is the value of Digital Twins?
  • 26. AWS Pop-up Loft Berlin 2018 Page 28 Digital Twin and Knowledge Graph enables Data Analytics and Machine Learning • Use exisiting HVAC sensors to predict room occupancy • Data Mining • Visual Analysis • Descriptive Statisitcs • Machine Learning • Get more information out of exisiting sensor data • Improve data quality • Detect anomalies • Enable predicitve maintenance • Combine knowledge of building structure with sensor location and time series data
  • 27. AWS Pop-up Loft Berlin 2018 Page 29 Visualizing Timeseries Sensor Data
  • 28. AWS Pop-up Loft Berlin 2018 Page 30 MindSphere Occupancy MindApp
  • 29. AWS Pop-up Loft Berlin 2018 Page 31 Building Model Synchronization
  • 30. AWS Pop-up Loft Berlin 2018 Page 33 How do you integrate Digital Twins into an IoT platform?
  • 31. AWS Pop-up Loft Berlin 2018 Page 34 MindSphere IoT Platform for Building Technologies MindApp Building MindSphere connected devices Gateway MindConnect Integration TimeseriesAsset Management MindApp Backend
  • 32. AWS Pop-up Loft Berlin 2018 Page 35 Siemens Building Technologies Cloud-based System Concept Owner Operator Tenant Visitor TechnicianPlanner …others IFC BACnet devices Digital Construction Twin (Building structure data) MindSphere Digital Performance Twin (Events and Time series data) Semantic Link (Graph database) (performance & structure data) Construction Data API Performance Data API Amazon S3 storage Amazon Neptune MindApp: Space utilization
  • 33. AWS Pop-up Loft Berlin 2018 Page 36 What challenges did you face when connecting buildings?
  • 34. AWS Pop-up Loft Berlin 2018 Page 37 Challenges with onboarding buildings • Unclear responsibles • Connectivity approvals • No device naming conventions • Data polling vs. streaming • Heterogeneous device landscape • Device misconfigurations • Determine device position
  • 35. AWS Pop-up Loft Berlin 2018 Page 38 Call out We want to hear your smart ideas for automated geo positioning of installed devices!
  • 36. AWS Pop-up Loft Berlin 2018 Page 39 How did you manage the move from innovation to production stages?
  • 37. AWS Pop-up Loft Berlin 2018 Page 40 Moving from Innovation to Production stages Principles that helped in the Innovation stage: • „No Regrets Move“ corporate project culture • Promote agile development practices • Iterate fast to get pilot customer feedback Principles that helped to scale to Production: • Promote DevOps culture • Establish best practices for infrastructure management • Implement CICD/stages • Automate everything (incl. testing)
  • 38. AWS Pop-up Loft Berlin 2018 Page 41 Markus Winterholer Innovation Manager / Chief Product Owner BT SSP TIA TI Siemens Schweiz AG Theilerstrasse 1a, 6300 Zug, Switzerland Phone: +41 798540007 E-mail: markus.winterholer@siemens.com Internet buildingtechnologies.siemens.com Intranet intranet.siemens.com/bt
  • 39. AWS Pop-up Loft Berlin 2018 Page 42 Don‘t miss the following AWS Loft sessions
  • 40. AWS Pop-up Loft Berlin 2018 Page 43 Don‘t miss the following AWS Loft sessions
  • 41. AWS Pop-up Loft Berlin 2018 Page 44 Don‘t miss the following AWS Loft sessions
  • 42. AWS Pop-up Loft Berlin 2018 Page 45

Editor's Notes

  1. Our customers embark with us on journey of creating perfect places and bringing buildings into the digital age – everywhere in the world and in relevant vertical markets (animation goes)    And talking about real estate now, I would like to welcome Dr. Sluitner on stage, the head of a large real estate business, our own Siemens corporate Real Estate unit,  also one of our important customers
  2. some facts about buildings and their environment. 80%: chance to address those costs also after buildings are constructed. 30%: optimizing space of course, interested to provide the users with positive and productive working space.   Such workplaces are especially important to millennials (50%)    All together = huge potential to optimize buildings to become perfect places.
  3. https://www.gartner.com/doc/3811368?srcId=1-7251599992&cm_sp=swg-_-gi-_-dynamic http://www.hannovermesse.de/de/news/das-grossprojekt-2018-heisst-digitaler-zwilling-76674.xhtml
  4. Asset Tracking Problem Medical staff spends significant time looking for hospital equipment, leading to overstocking and low employee productivity Solution Digital construction twin as calculation, asset type and user interface basis, different tracking technologies and asset data as input for the digital performance twin Space utilization Problem Low efficiencies due to lack of good occupancy and usage data Solution Digital construction twin as calculation and user interface basis, occupancy sensors based on different technologies as input for digital performance twin
  5. Load Property Graph and RDF Data You can import data from S3. For the Resource Description Framework (RDF) graph model, Neptune supports Turtle, N-Triples, N-Quads, and RDF/XML serializations. For the Property Graph model, Neptune supports a CSV format Store billions of relationships Amazon Neptune is a fast, reliable, fully managed graph database service that efficiently stores and navigates highly connected data. Its query engine is optimized for leading graph query languages, Apache TinkerPopTM Gremlin and the W4C’s RDF SPARQL Fast graph queries You can easily build and run applications that work with highly connected datasets using a SPARQL endpoint for RDF or a Gremlin Websocket Server for Property Graphs. You can provision up to 15 low latency read replicas for high throughput applications
  6. Endpoint url flexibel halten?
  7. Der Einsatz verschiedener Werkzeuge und Services im Bereich der Datenanalyse und Machine Learning, wie das Python scikit-learn Framework oder die Webservices Elasticsearch, Kibana und AWS Sagemaker, ermöglichten ein umfassendes Bearbeiten der Data Mining Problemstel-lung. Als besonders entscheidend erwies sich die Phase «Assess model» im ML-Modelling Prozess. So ist ein strukturiertes Vorgehen, wie auch die Anwendung eines geeigneten Testdesigns (vgl. k-folds Crossvalidation) beim Vergleich der Modell Qualitätseigenschaften zentral um fundierte Erkenntnisse über die Qualität der entwickelten Modelle zu gewinnen. Als überraschend positiv wurde die einfache und schnelle Verwendung vieler ML-Frameworks empfunden. Jupyter Notebooks stellten sich als eine unverzichtbare Hilfe im Data Preparation und Modeling-Prozess heraus
  8. some facts about buildings and their environment. 80%: chance to address those costs also after buildings are constructed. 30%: optimizing space of course, interested to provide the users with positive and productive working space.   Such workplaces are especially important to millennials (50%)    All together = huge potential to optimize buildings to become perfect places.
  9. Architekur NRM3 Mapping auf Physikalische Gebäudedaten