SlideShare une entreprise Scribd logo
1  sur  34
Smart Baggage Tracking
End-to-end sensor-based solution
Elena Travkina
IoT Practice Lead,
Altoros
Shyam Varan Nath
Industrial Internet Architect,
GE Digital
@altoros
Smart Airline Baggage
Management Testbed
Supporting member
Digitalize your
business
PaaS
Become Digital
Current passengers experience
or story about Jessica and Mike’s journey
Current passengers experience
or story about Jessica and Mike’s journey
23.1 million checked bags mishandled (delayed, damaged, or lost) in 2015.Source: SITA
6.1%
14.8%
79.1%
Delayed bags
Lost/Stolen bags
Damaged/Pilfered bags
Source: SITA
Mishandling reasons
10.4 million transfer bags mishandled in 2015
Weakest link is the Flight Connection!
Current passengers experience
or story about Jessica and Mike’s journey
Long line to check-in
Changing the gates
Delayed flight
No time for shopping
Long waiting of the bags
One bag is lost
Baggage mishandling in the eye of airlines
or story from Jeff (airline representative)
How make them happy?
New passengers experience
Drop-off bag at home, rent a car, find a restaurant, retail affiliate programs
Improved Baggage tracking
Home delivery services
Guided navigation to the Gate (augmented reality app)
Personalized promotion/ads based on customer preferences
Transfer services
Important information for passengers (gate information, flight status)
Boarding closes notification (push notifications, sms and etc.)
Integration with Lost and Found services
Personalized customer experience across airlines services
Extended Loyalty programs (permanent bag tags, limousines, and etc.)
Opportunity to sell other services such as remote bag check-in/pickup
Standards change
IATA Resolution 753 will require Airlines to have
End-to-end Baggage Custody information by June 2018
Most Airlines want to provide this information
to Passengers via Mobile App
IATA Resolution 753
“This resolution must be supported by all our
airline members, so it is not a case of IATA telling
the industry what to do, it is the industry telling
itself what to do.”
says Andrew Price, who leads
IATA's baggage services group.
“The fundamental idea is to demonstrate the
delivery of baggage and the handover between
different parties that handle each bag. In that way,
the airline can see what is happening at every
stage in the process.”
Implementation in world airports
Las Vegas
Hong Kong
Milan
Delta Airline
committed $50m RFID implementation for
connected bags in 2016 – IATA Res 753 compliant
Delta Airline
Alaska Airline
From 2-d bag tags
to 3-d tags!
Alaska Airline
doing a pilot with 500
loyalty members
San Diego
giving out 10K bag tags to its
passengers this summer
Helsinki
Amsterdam
Qantas
Air France
$
50m
500
10k
Personalized customer experience with real-time, beacon luggage APIs
Smart baggage tracking
Altoros Solution Developed on GE’s Predix Platform
Sensor-based baggage tracking for Airlines
Suite of Predix microservices and APIs from Altoros
Printable RFID OR beacon
Proof of Concept for Airlines
Operation modes:
Normal operation mode (real-time tracking)
Mishandled mode (status/location/next steps/numbers
to call for the delayed, damaged, or lost bags)
RESTful API interface for Airlines to integrate into mobile/web apps
Real-time tracking for passenger, airline, ground services
Optional Push Notifications:
Bag is on claim belt
Mishandled mode (status/location/next steps/numbers
to call for the delayed, damaged, or lost bags)
Information about the changing gates, ending the boarding
shops offers, etc.
Optional push notifications
API for partners end-to-end passenger experience
Challenges
Cloud Platform (Intelligent IoT Platform)
RFID tags
Microservices architecture
GE Predix - industry first end to end
solution for the Industrial Internet
Predix.io Core
Industry-standard, cloud-agnostic infrastructure, fully
managed by GE, hosting deployments of software
products, productized solutions, services and custom
applications from GE, ecosystem of partners, or your
own. Based on Cloud Foundry.
Predix Edge
Software appliance.
Aggregate data from machines
on the edge of the network.
Deploy and run mission-critical
apps.
Applications
Web
APIs
Microservices
Mobile back-ends
Dashboards
Alerts
Industrial Security
as a Service
End-to-end security and firewall as a
service. Protection all the way from the
edge to the web/mobile users.
Predix Services Catalog
(GE App Store #1?)
Software as a Service (called ‘services’)
from GE (like Time Series)
from partners (like Nurego)
from your own organization
from individual developers inside of
organization
RFID. How it works?
1. RFID tag (all tags used in aviation follow GS1/EPC
(ISO 18000-63) global standards, low memory, high memory)
2. RFID reader/writer (fixed/mobile)
3. Backend part (private/public/hybrid
cloud+PaaS+microservices)
Advantages of RFID:
mature (used extensively in logistic)
standardized
secure
RFID in Aviation
Main and Essential
reading rate is higher than barcode (97-99% vs 80%, 10% of all
baggage errors are caused by unreadable barcodes);
high speed of reading data (hundreds tags per second);
RFID: expensive tags but cheap readers;
RFID tags can be read from a distance (up to 10 m), through the
boxes & at an angle
For Airlines
reduce the number of mishandled
bags
real time analytics for the airlines
better customer service
reducing transit time for the bags and
improve efficiency of flight departures
For Passengers
possibility to track bag status in real-time
quick check-in
additional services in one application
decreasing the number of papers
For Ground Services
make easier loading/unloading
optimize work of conveyor belts (re-route bags)
scalable from tiny airport to international hub
improve work of customs: add information about
suspicious baggage to tag
Airport Infrastructure
Check-in
RFID printer
RFID-writer
Bag tags (Gen2)
printable bag tag
permanent bag tag
Checkpoint
handheld RFID reader
fixed RFID reader
Microservices Architecture: Motivation
Scale Separately
It’s possible to pick just
one microservice for scaling
rather than scaling the
whole system
Develop Separately
Teams with various skills and
expertise can work on different
microservices using the most
suitable tools for their tasks
Reach Productivity Faster
Typical microservice is much
smaller than a monolith.
It’s easier to setup and
understand
Fault Resilient
Since microservices run in a
separate environments, they
can’t bring the whole system
down because of an error
12 Factor Apps
Smaller services are easier to
deploy and maintain. It leads
to quicker development cycles
for Cloud Native apps
Technology Agnostic
If programming language proved to
be an issue, the whole microservice
can be replaced without affecting
other parts of the system
Microservices Architecture: Overview
fixed RFID reader
Service Under a Microscope: Tracker UI
Updates the page reactively - i.e.
automatically on new data arrival
Doesn’t pool the backend, but rather
relies on event-driven capabilities
Supports wide range of devices and
resolutions
Isn’t tied to backend, and can be
served as a bulk of HTML, CSS and
JavaScript from any Web server
Developed using the latest standards
of the Web: HTML5, CSS3 and ES6
Service Under a Microscope: Data Flow
Tracker UI
React.js /
Redux
application with
responsive UI
Tracker Backend
Node.js backend to
handle logic
Tracker Database
General purpose DB as an
Event Store (Redis)
Message Broker
RabbitMQ service to
handle asynchronous
messaging
Websockets connection between UI
and backend to process events in
real-time
More complex AMQP protocol
connection to handle service
interconnection
Solution Demo
Staff UI bit.ly/2bxYrY9 Tracker UI bit.ly/2b9VatE
Smart tracking: adoption steps
Step 1
Assess the capabilities of
existing infrastructure and
systems
Step 2
Assess the possible technologies
Step 3
Implement the test installation
From 2D to 3D bag tags
Implementation Details for Airlines
Infrastructure/Hardware/Sensors
hardware vendor
define the places where should be installed the readers
(eg., transfer zone)
collect/analyse data
improve the location plan of readers
Software
gather the requirements/estimate the
business
value of additional features
PoC ---> Production
Suggested Pricing
$ per bag tracked or as a fraction of the cost
savings due to reduction in mis-handled bags
software development + support
RFID Cost Implementation
Bag tag printers
Regular baggage label printers can
be upgraded to print 3D bag tags
RFID readers/writers
The cost of reader depends on its type
and installation: handheld/fixed, portal
Bag Tags
There are two types of tags: printable
tags and beacons (reusable)
Airport implementation
Implement, setup and test
the track and trace solution
$
250.00-1.000.000
$
1500-2500$
1600-1800per printer per reader / writer
per printer
$
0.1 $
10per beacon
Who We Are
Employees
Join us on average
Every month
50% Employees
Application Developer,
UI/Ux Designers
Data Scientists
250+Senior level
70%
Mid level
30%
Employees
30%
Employees
50%
30% Employees
Cloud Foundry
& Cloud DevOps
+5
What We Do
Altoros brings “software assembly lines” into organizations through integration
of solutions offered by the Cloud Foundry ecosystem.
Delivered by Altoros:
Proof of concept & implementation App development & microservices
Developer adoption consulting Training: for operators/developers
POPULAR POPULAR
Delivered by partners:
Customers
“We highly recommend Altoros to rapidly build complex
applications using cutting edge technologies. Again, great job!”
Christopher Adorna
Sony Design Center, LA
@altoros
Thank you!
www.altoros.com altoros.com/CFLive blog.altoros.com
Questions?
@altoros
Request an IoT readiness assessment
for Airlines and Airports
Contact me directly:
Email: elena.t@altoros.com Skype: elena.travkina

Contenu connexe

Tendances

RFID BASED VEHICLE TRACKING SYSTEM
RFID BASED VEHICLE TRACKING SYSTEMRFID BASED VEHICLE TRACKING SYSTEM
RFID BASED VEHICLE TRACKING SYSTEMAyush Dixit
 
Cloud Security - Security Aspects of Cloud Computing
Cloud Security - Security Aspects of Cloud ComputingCloud Security - Security Aspects of Cloud Computing
Cloud Security - Security Aspects of Cloud ComputingJim Geovedi
 
Identity & access management
Identity & access managementIdentity & access management
Identity & access managementVandana Verma
 
Cloud security Presentation
Cloud security PresentationCloud security Presentation
Cloud security PresentationAjay p
 
ACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.pptACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.pptmwti2
 
RFID Based Library Management System
RFID Based Library Management SystemRFID Based Library Management System
RFID Based Library Management Systemrabeena tasleem
 
Identity and Access Management
Identity and Access ManagementIdentity and Access Management
Identity and Access ManagementPrashanth BS
 
Chap 1 introduction to cloud computing
Chap 1 introduction to cloud computingChap 1 introduction to cloud computing
Chap 1 introduction to cloud computingRaj Sarode
 
Access Control Presentation
Access Control PresentationAccess Control Presentation
Access Control PresentationWajahat Rajab
 
Cloud Computing Security
Cloud Computing SecurityCloud Computing Security
Cloud Computing SecurityDhaval Dave
 
Library management system using rfid
Library management system using rfidLibrary management system using rfid
Library management system using rfidNaveen Sihag
 
3. security architecture and models
3. security architecture and models3. security architecture and models
3. security architecture and models7wounders
 

Tendances (20)

RFID BASED VEHICLE TRACKING SYSTEM
RFID BASED VEHICLE TRACKING SYSTEMRFID BASED VEHICLE TRACKING SYSTEM
RFID BASED VEHICLE TRACKING SYSTEM
 
Cloud Security - Security Aspects of Cloud Computing
Cloud Security - Security Aspects of Cloud ComputingCloud Security - Security Aspects of Cloud Computing
Cloud Security - Security Aspects of Cloud Computing
 
Identity & access management
Identity & access managementIdentity & access management
Identity & access management
 
Access Management with Aruba ClearPass
Access Management with Aruba ClearPassAccess Management with Aruba ClearPass
Access Management with Aruba ClearPass
 
Cloud security
Cloud securityCloud security
Cloud security
 
Active Directory
Active Directory Active Directory
Active Directory
 
Web Services
Web ServicesWeb Services
Web Services
 
Aruba Networks - Overview ClearPass
Aruba Networks - Overview ClearPassAruba Networks - Overview ClearPass
Aruba Networks - Overview ClearPass
 
Cloud security Presentation
Cloud security PresentationCloud security Presentation
Cloud security Presentation
 
SD WAN
SD WANSD WAN
SD WAN
 
ACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.pptACTIVE-DIRECTORY.ppt
ACTIVE-DIRECTORY.ppt
 
RFID Based Library Management System
RFID Based Library Management SystemRFID Based Library Management System
RFID Based Library Management System
 
Identity and Access Management
Identity and Access ManagementIdentity and Access Management
Identity and Access Management
 
Mobile computing
Mobile computingMobile computing
Mobile computing
 
Chap 1 introduction to cloud computing
Chap 1 introduction to cloud computingChap 1 introduction to cloud computing
Chap 1 introduction to cloud computing
 
PACE-IT: The Importance of Network Segmentation
PACE-IT: The Importance of Network SegmentationPACE-IT: The Importance of Network Segmentation
PACE-IT: The Importance of Network Segmentation
 
Access Control Presentation
Access Control PresentationAccess Control Presentation
Access Control Presentation
 
Cloud Computing Security
Cloud Computing SecurityCloud Computing Security
Cloud Computing Security
 
Library management system using rfid
Library management system using rfidLibrary management system using rfid
Library management system using rfid
 
3. security architecture and models
3. security architecture and models3. security architecture and models
3. security architecture and models
 

Similaire à Smart Baggage Tracking: End-to-End Sensor-Based Solution

Hand to Hand RFID baggage tracking system
Hand to Hand RFID baggage tracking system Hand to Hand RFID baggage tracking system
Hand to Hand RFID baggage tracking system Sergey Tsybouk
 
Telecommunications in the logistic sector
Telecommunications in the logistic sector Telecommunications in the logistic sector
Telecommunications in the logistic sector Justino Lourenço
 
IRJET- Optimal Delivery of Baggage to Passengers at Airports
IRJET- Optimal Delivery of Baggage to Passengers at AirportsIRJET- Optimal Delivery of Baggage to Passengers at Airports
IRJET- Optimal Delivery of Baggage to Passengers at AirportsIRJET Journal
 
Telecommunications in the logistic sector lodz
Telecommunications in the logistic sector lodzTelecommunications in the logistic sector lodz
Telecommunications in the logistic sector lodzJustino Lourenço
 
Fin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsFin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsRobert Greiner
 
IRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET Journal
 
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airportSaurabh N. Mehta
 
Software engineering based fault tolerance model for information system in pl...
Software engineering based fault tolerance model for information system in pl...Software engineering based fault tolerance model for information system in pl...
Software engineering based fault tolerance model for information system in pl...IJECEIAES
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET Journal
 
Internet of Things: Understanding the Business Impact
Internet of Things: Understanding the Business ImpactInternet of Things: Understanding the Business Impact
Internet of Things: Understanding the Business ImpactKony, Inc.
 
IRJET- Inventory Management System for Warehouse
IRJET- Inventory Management System for WarehouseIRJET- Inventory Management System for Warehouse
IRJET- Inventory Management System for WarehouseIRJET Journal
 
India Aviation ICT Forum 2013 - Ahmad Seblini, SITA
India Aviation ICT Forum 2013 - Ahmad Seblini, SITAIndia Aviation ICT Forum 2013 - Ahmad Seblini, SITA
India Aviation ICT Forum 2013 - Ahmad Seblini, SITASITA
 
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE cscpconf
 
Deployment of Beacon Technology in Aviation by Leantegra
Deployment of Beacon Technology in Aviation by LeantegraDeployment of Beacon Technology in Aviation by Leantegra
Deployment of Beacon Technology in Aviation by LeantegraOlga Rusnak
 
Bhadale group of companies transportation programs catalogue
Bhadale group of companies transportation programs catalogueBhadale group of companies transportation programs catalogue
Bhadale group of companies transportation programs catalogueVijayananda Mohire
 
New Design Patterns in Microservice Solutions
New Design Patterns in Microservice SolutionsNew Design Patterns in Microservice Solutions
New Design Patterns in Microservice SolutionsMichel Burger
 
Android at the Airport -- Mobile Tech Con 2014
Android at the Airport -- Mobile Tech Con 2014Android at the Airport -- Mobile Tech Con 2014
Android at the Airport -- Mobile Tech Con 2014Sven Niedner
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET Journal
 

Similaire à Smart Baggage Tracking: End-to-End Sensor-Based Solution (20)

Hand to Hand RFID baggage tracking system
Hand to Hand RFID baggage tracking system Hand to Hand RFID baggage tracking system
Hand to Hand RFID baggage tracking system
 
Telecommunications in the logistic sector
Telecommunications in the logistic sector Telecommunications in the logistic sector
Telecommunications in the logistic sector
 
IRJET- Optimal Delivery of Baggage to Passengers at Airports
IRJET- Optimal Delivery of Baggage to Passengers at AirportsIRJET- Optimal Delivery of Baggage to Passengers at Airports
IRJET- Optimal Delivery of Baggage to Passengers at Airports
 
Telecommunications in the logistic sector lodz
Telecommunications in the logistic sector lodzTelecommunications in the logistic sector lodz
Telecommunications in the logistic sector lodz
 
Fin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIsFin fest 2014 - Internet of Things and APIs
Fin fest 2014 - Internet of Things and APIs
 
IRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart System
 
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport
[Year 2013-14 ]Group no ET-04 RFID based baggage anti-theft system in airport
 
Software engineering based fault tolerance model for information system in pl...
Software engineering based fault tolerance model for information system in pl...Software engineering based fault tolerance model for information system in pl...
Software engineering based fault tolerance model for information system in pl...
 
Container Yard Managment
Container Yard ManagmentContainer Yard Managment
Container Yard Managment
 
IRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of ThingsIRJET- Vehicle Monitoring System using Internet of Things
IRJET- Vehicle Monitoring System using Internet of Things
 
Internet of Things: Understanding the Business Impact
Internet of Things: Understanding the Business ImpactInternet of Things: Understanding the Business Impact
Internet of Things: Understanding the Business Impact
 
IRJET- Inventory Management System for Warehouse
IRJET- Inventory Management System for WarehouseIRJET- Inventory Management System for Warehouse
IRJET- Inventory Management System for Warehouse
 
India Aviation ICT Forum 2013 - Ahmad Seblini, SITA
India Aviation ICT Forum 2013 - Ahmad Seblini, SITAIndia Aviation ICT Forum 2013 - Ahmad Seblini, SITA
India Aviation ICT Forum 2013 - Ahmad Seblini, SITA
 
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
UBIQUITOUS NETWORK TECHNICAL ROOM MONITORING SYSTEM MODEL USING WEB SERVICE
 
Poster
PosterPoster
Poster
 
Deployment of Beacon Technology in Aviation by Leantegra
Deployment of Beacon Technology in Aviation by LeantegraDeployment of Beacon Technology in Aviation by Leantegra
Deployment of Beacon Technology in Aviation by Leantegra
 
Bhadale group of companies transportation programs catalogue
Bhadale group of companies transportation programs catalogueBhadale group of companies transportation programs catalogue
Bhadale group of companies transportation programs catalogue
 
New Design Patterns in Microservice Solutions
New Design Patterns in Microservice SolutionsNew Design Patterns in Microservice Solutions
New Design Patterns in Microservice Solutions
 
Android at the Airport -- Mobile Tech Con 2014
Android at the Airport -- Mobile Tech Con 2014Android at the Airport -- Mobile Tech Con 2014
Android at the Airport -- Mobile Tech Con 2014
 
IRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android ApplicationIRJET- Intelligent Car Parking System commanded by Android Application
IRJET- Intelligent Car Parking System commanded by Android Application
 

Plus de Altoros

Maturing with Kubernetes
Maturing with KubernetesMaturing with Kubernetes
Maturing with KubernetesAltoros
 
Kubernetes Platform Readiness and Maturity Assessment
Kubernetes Platform Readiness and Maturity AssessmentKubernetes Platform Readiness and Maturity Assessment
Kubernetes Platform Readiness and Maturity AssessmentAltoros
 
Journey Through Four Stages of Kubernetes Deployment Maturity
Journey Through Four Stages of Kubernetes Deployment MaturityJourney Through Four Stages of Kubernetes Deployment Maturity
Journey Through Four Stages of Kubernetes Deployment MaturityAltoros
 
SGX: Improving Privacy, Security, and Trust Across Blockchain Networks
SGX: Improving Privacy, Security, and Trust Across Blockchain NetworksSGX: Improving Privacy, Security, and Trust Across Blockchain Networks
SGX: Improving Privacy, Security, and Trust Across Blockchain NetworksAltoros
 
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...Altoros
 
A Zero-Knowledge Proof: Improving Privacy on a Blockchain
A Zero-Knowledge Proof:  Improving Privacy on a BlockchainA Zero-Knowledge Proof:  Improving Privacy on a Blockchain
A Zero-Knowledge Proof: Improving Privacy on a BlockchainAltoros
 
Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.Altoros
 
Containers and Kubernetes
Containers and KubernetesContainers and Kubernetes
Containers and KubernetesAltoros
 
Distributed Ledger Technology for Over-the-Counter Trading
Distributed Ledger Technology for Over-the-Counter TradingDistributed Ledger Technology for Over-the-Counter Trading
Distributed Ledger Technology for Over-the-Counter TradingAltoros
 
5-Step Deployment of Hyperledger Fabric on Multiple Nodes
5-Step Deployment of Hyperledger Fabric on Multiple Nodes5-Step Deployment of Hyperledger Fabric on Multiple Nodes
5-Step Deployment of Hyperledger Fabric on Multiple NodesAltoros
 
Deploying Kubernetes on GCP with Kubespray
Deploying Kubernetes on GCP with KubesprayDeploying Kubernetes on GCP with Kubespray
Deploying Kubernetes on GCP with KubesprayAltoros
 
UAA for Kubernetes
UAA for KubernetesUAA for Kubernetes
UAA for KubernetesAltoros
 
Troubleshooting .NET Applications on Cloud Foundry
Troubleshooting .NET Applications on Cloud FoundryTroubleshooting .NET Applications on Cloud Foundry
Troubleshooting .NET Applications on Cloud FoundryAltoros
 
Continuous Integration and Deployment with Jenkins for PCF
Continuous Integration and Deployment with Jenkins for PCFContinuous Integration and Deployment with Jenkins for PCF
Continuous Integration and Deployment with Jenkins for PCFAltoros
 
How to Never Leave Your Deployment Unattended
How to Never Leave Your Deployment UnattendedHow to Never Leave Your Deployment Unattended
How to Never Leave Your Deployment UnattendedAltoros
 
Cloud Foundry Monitoring How-To: Collecting Metrics and Logs
Cloud Foundry Monitoring How-To: Collecting Metrics and LogsCloud Foundry Monitoring How-To: Collecting Metrics and Logs
Cloud Foundry Monitoring How-To: Collecting Metrics and LogsAltoros
 
Navigating the Ecosystem of Pivotal Cloud Foundry Tiles
Navigating the Ecosystem of Pivotal Cloud Foundry TilesNavigating the Ecosystem of Pivotal Cloud Foundry Tiles
Navigating the Ecosystem of Pivotal Cloud Foundry TilesAltoros
 
AI as a Catalyst for IoT
AI as a Catalyst for IoTAI as a Catalyst for IoT
AI as a Catalyst for IoTAltoros
 
Over-Engineering: Causes, Symptoms, and Treatment
Over-Engineering: Causes, Symptoms, and TreatmentOver-Engineering: Causes, Symptoms, and Treatment
Over-Engineering: Causes, Symptoms, and TreatmentAltoros
 
What's New in the Cloud Foundry Ecosystem?
What's New in the Cloud Foundry Ecosystem?What's New in the Cloud Foundry Ecosystem?
What's New in the Cloud Foundry Ecosystem?Altoros
 

Plus de Altoros (20)

Maturing with Kubernetes
Maturing with KubernetesMaturing with Kubernetes
Maturing with Kubernetes
 
Kubernetes Platform Readiness and Maturity Assessment
Kubernetes Platform Readiness and Maturity AssessmentKubernetes Platform Readiness and Maturity Assessment
Kubernetes Platform Readiness and Maturity Assessment
 
Journey Through Four Stages of Kubernetes Deployment Maturity
Journey Through Four Stages of Kubernetes Deployment MaturityJourney Through Four Stages of Kubernetes Deployment Maturity
Journey Through Four Stages of Kubernetes Deployment Maturity
 
SGX: Improving Privacy, Security, and Trust Across Blockchain Networks
SGX: Improving Privacy, Security, and Trust Across Blockchain NetworksSGX: Improving Privacy, Security, and Trust Across Blockchain Networks
SGX: Improving Privacy, Security, and Trust Across Blockchain Networks
 
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...
Using the Cloud Foundry and Kubernetes Stack as a Part of a Blockchain CI/CD ...
 
A Zero-Knowledge Proof: Improving Privacy on a Blockchain
A Zero-Knowledge Proof:  Improving Privacy on a BlockchainA Zero-Knowledge Proof:  Improving Privacy on a Blockchain
A Zero-Knowledge Proof: Improving Privacy on a Blockchain
 
Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.Crap. Your Big Data Kitchen Is Broken.
Crap. Your Big Data Kitchen Is Broken.
 
Containers and Kubernetes
Containers and KubernetesContainers and Kubernetes
Containers and Kubernetes
 
Distributed Ledger Technology for Over-the-Counter Trading
Distributed Ledger Technology for Over-the-Counter TradingDistributed Ledger Technology for Over-the-Counter Trading
Distributed Ledger Technology for Over-the-Counter Trading
 
5-Step Deployment of Hyperledger Fabric on Multiple Nodes
5-Step Deployment of Hyperledger Fabric on Multiple Nodes5-Step Deployment of Hyperledger Fabric on Multiple Nodes
5-Step Deployment of Hyperledger Fabric on Multiple Nodes
 
Deploying Kubernetes on GCP with Kubespray
Deploying Kubernetes on GCP with KubesprayDeploying Kubernetes on GCP with Kubespray
Deploying Kubernetes on GCP with Kubespray
 
UAA for Kubernetes
UAA for KubernetesUAA for Kubernetes
UAA for Kubernetes
 
Troubleshooting .NET Applications on Cloud Foundry
Troubleshooting .NET Applications on Cloud FoundryTroubleshooting .NET Applications on Cloud Foundry
Troubleshooting .NET Applications on Cloud Foundry
 
Continuous Integration and Deployment with Jenkins for PCF
Continuous Integration and Deployment with Jenkins for PCFContinuous Integration and Deployment with Jenkins for PCF
Continuous Integration and Deployment with Jenkins for PCF
 
How to Never Leave Your Deployment Unattended
How to Never Leave Your Deployment UnattendedHow to Never Leave Your Deployment Unattended
How to Never Leave Your Deployment Unattended
 
Cloud Foundry Monitoring How-To: Collecting Metrics and Logs
Cloud Foundry Monitoring How-To: Collecting Metrics and LogsCloud Foundry Monitoring How-To: Collecting Metrics and Logs
Cloud Foundry Monitoring How-To: Collecting Metrics and Logs
 
Navigating the Ecosystem of Pivotal Cloud Foundry Tiles
Navigating the Ecosystem of Pivotal Cloud Foundry TilesNavigating the Ecosystem of Pivotal Cloud Foundry Tiles
Navigating the Ecosystem of Pivotal Cloud Foundry Tiles
 
AI as a Catalyst for IoT
AI as a Catalyst for IoTAI as a Catalyst for IoT
AI as a Catalyst for IoT
 
Over-Engineering: Causes, Symptoms, and Treatment
Over-Engineering: Causes, Symptoms, and TreatmentOver-Engineering: Causes, Symptoms, and Treatment
Over-Engineering: Causes, Symptoms, and Treatment
 
What's New in the Cloud Foundry Ecosystem?
What's New in the Cloud Foundry Ecosystem?What's New in the Cloud Foundry Ecosystem?
What's New in the Cloud Foundry Ecosystem?
 

Dernier

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 

Dernier (20)

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 

Smart Baggage Tracking: End-to-End Sensor-Based Solution

  • 1. Smart Baggage Tracking End-to-end sensor-based solution Elena Travkina IoT Practice Lead, Altoros Shyam Varan Nath Industrial Internet Architect, GE Digital @altoros Smart Airline Baggage Management Testbed Supporting member
  • 3. Current passengers experience or story about Jessica and Mike’s journey
  • 4. Current passengers experience or story about Jessica and Mike’s journey 23.1 million checked bags mishandled (delayed, damaged, or lost) in 2015.Source: SITA 6.1% 14.8% 79.1% Delayed bags Lost/Stolen bags Damaged/Pilfered bags Source: SITA
  • 5. Mishandling reasons 10.4 million transfer bags mishandled in 2015 Weakest link is the Flight Connection!
  • 6. Current passengers experience or story about Jessica and Mike’s journey Long line to check-in Changing the gates Delayed flight No time for shopping Long waiting of the bags One bag is lost
  • 7. Baggage mishandling in the eye of airlines or story from Jeff (airline representative)
  • 8. How make them happy?
  • 9. New passengers experience Drop-off bag at home, rent a car, find a restaurant, retail affiliate programs Improved Baggage tracking Home delivery services Guided navigation to the Gate (augmented reality app) Personalized promotion/ads based on customer preferences Transfer services Important information for passengers (gate information, flight status) Boarding closes notification (push notifications, sms and etc.) Integration with Lost and Found services Personalized customer experience across airlines services Extended Loyalty programs (permanent bag tags, limousines, and etc.)
  • 10. Opportunity to sell other services such as remote bag check-in/pickup Standards change IATA Resolution 753 will require Airlines to have End-to-end Baggage Custody information by June 2018 Most Airlines want to provide this information to Passengers via Mobile App
  • 11. IATA Resolution 753 “This resolution must be supported by all our airline members, so it is not a case of IATA telling the industry what to do, it is the industry telling itself what to do.” says Andrew Price, who leads IATA's baggage services group. “The fundamental idea is to demonstrate the delivery of baggage and the handover between different parties that handle each bag. In that way, the airline can see what is happening at every stage in the process.”
  • 12. Implementation in world airports Las Vegas Hong Kong Milan Delta Airline committed $50m RFID implementation for connected bags in 2016 – IATA Res 753 compliant Delta Airline Alaska Airline From 2-d bag tags to 3-d tags! Alaska Airline doing a pilot with 500 loyalty members San Diego giving out 10K bag tags to its passengers this summer Helsinki Amsterdam Qantas Air France $ 50m 500 10k
  • 13. Personalized customer experience with real-time, beacon luggage APIs Smart baggage tracking Altoros Solution Developed on GE’s Predix Platform Sensor-based baggage tracking for Airlines Suite of Predix microservices and APIs from Altoros Printable RFID OR beacon
  • 14. Proof of Concept for Airlines Operation modes: Normal operation mode (real-time tracking) Mishandled mode (status/location/next steps/numbers to call for the delayed, damaged, or lost bags) RESTful API interface for Airlines to integrate into mobile/web apps Real-time tracking for passenger, airline, ground services Optional Push Notifications: Bag is on claim belt Mishandled mode (status/location/next steps/numbers to call for the delayed, damaged, or lost bags) Information about the changing gates, ending the boarding shops offers, etc.
  • 15. Optional push notifications API for partners end-to-end passenger experience
  • 16. Challenges Cloud Platform (Intelligent IoT Platform) RFID tags Microservices architecture
  • 17. GE Predix - industry first end to end solution for the Industrial Internet Predix.io Core Industry-standard, cloud-agnostic infrastructure, fully managed by GE, hosting deployments of software products, productized solutions, services and custom applications from GE, ecosystem of partners, or your own. Based on Cloud Foundry. Predix Edge Software appliance. Aggregate data from machines on the edge of the network. Deploy and run mission-critical apps. Applications Web APIs Microservices Mobile back-ends Dashboards Alerts Industrial Security as a Service End-to-end security and firewall as a service. Protection all the way from the edge to the web/mobile users. Predix Services Catalog (GE App Store #1?) Software as a Service (called ‘services’) from GE (like Time Series) from partners (like Nurego) from your own organization from individual developers inside of organization
  • 18. RFID. How it works? 1. RFID tag (all tags used in aviation follow GS1/EPC (ISO 18000-63) global standards, low memory, high memory) 2. RFID reader/writer (fixed/mobile) 3. Backend part (private/public/hybrid cloud+PaaS+microservices) Advantages of RFID: mature (used extensively in logistic) standardized secure
  • 19. RFID in Aviation Main and Essential reading rate is higher than barcode (97-99% vs 80%, 10% of all baggage errors are caused by unreadable barcodes); high speed of reading data (hundreds tags per second); RFID: expensive tags but cheap readers; RFID tags can be read from a distance (up to 10 m), through the boxes & at an angle For Airlines reduce the number of mishandled bags real time analytics for the airlines better customer service reducing transit time for the bags and improve efficiency of flight departures For Passengers possibility to track bag status in real-time quick check-in additional services in one application decreasing the number of papers For Ground Services make easier loading/unloading optimize work of conveyor belts (re-route bags) scalable from tiny airport to international hub improve work of customs: add information about suspicious baggage to tag
  • 20. Airport Infrastructure Check-in RFID printer RFID-writer Bag tags (Gen2) printable bag tag permanent bag tag Checkpoint handheld RFID reader fixed RFID reader
  • 21. Microservices Architecture: Motivation Scale Separately It’s possible to pick just one microservice for scaling rather than scaling the whole system Develop Separately Teams with various skills and expertise can work on different microservices using the most suitable tools for their tasks Reach Productivity Faster Typical microservice is much smaller than a monolith. It’s easier to setup and understand Fault Resilient Since microservices run in a separate environments, they can’t bring the whole system down because of an error 12 Factor Apps Smaller services are easier to deploy and maintain. It leads to quicker development cycles for Cloud Native apps Technology Agnostic If programming language proved to be an issue, the whole microservice can be replaced without affecting other parts of the system
  • 23. Service Under a Microscope: Tracker UI Updates the page reactively - i.e. automatically on new data arrival Doesn’t pool the backend, but rather relies on event-driven capabilities Supports wide range of devices and resolutions Isn’t tied to backend, and can be served as a bulk of HTML, CSS and JavaScript from any Web server Developed using the latest standards of the Web: HTML5, CSS3 and ES6
  • 24. Service Under a Microscope: Data Flow Tracker UI React.js / Redux application with responsive UI Tracker Backend Node.js backend to handle logic Tracker Database General purpose DB as an Event Store (Redis) Message Broker RabbitMQ service to handle asynchronous messaging Websockets connection between UI and backend to process events in real-time More complex AMQP protocol connection to handle service interconnection
  • 25. Solution Demo Staff UI bit.ly/2bxYrY9 Tracker UI bit.ly/2b9VatE
  • 26. Smart tracking: adoption steps Step 1 Assess the capabilities of existing infrastructure and systems Step 2 Assess the possible technologies Step 3 Implement the test installation
  • 27. From 2D to 3D bag tags Implementation Details for Airlines Infrastructure/Hardware/Sensors hardware vendor define the places where should be installed the readers (eg., transfer zone) collect/analyse data improve the location plan of readers Software gather the requirements/estimate the business value of additional features PoC ---> Production Suggested Pricing $ per bag tracked or as a fraction of the cost savings due to reduction in mis-handled bags software development + support
  • 28. RFID Cost Implementation Bag tag printers Regular baggage label printers can be upgraded to print 3D bag tags RFID readers/writers The cost of reader depends on its type and installation: handheld/fixed, portal Bag Tags There are two types of tags: printable tags and beacons (reusable) Airport implementation Implement, setup and test the track and trace solution $ 250.00-1.000.000 $ 1500-2500$ 1600-1800per printer per reader / writer per printer $ 0.1 $ 10per beacon
  • 30. Employees Join us on average Every month 50% Employees Application Developer, UI/Ux Designers Data Scientists 250+Senior level 70% Mid level 30% Employees 30% Employees 50% 30% Employees Cloud Foundry & Cloud DevOps +5
  • 31. What We Do Altoros brings “software assembly lines” into organizations through integration of solutions offered by the Cloud Foundry ecosystem. Delivered by Altoros: Proof of concept & implementation App development & microservices Developer adoption consulting Training: for operators/developers POPULAR POPULAR Delivered by partners:
  • 32. Customers “We highly recommend Altoros to rapidly build complex applications using cutting edge technologies. Again, great job!” Christopher Adorna Sony Design Center, LA
  • 34. @altoros Request an IoT readiness assessment for Airlines and Airports Contact me directly: Email: elena.t@altoros.com Skype: elena.travkina