DASA Logistics Analytics Hackathon An Architectural Approach

Slides:



Advertisements
Similar presentations
Connected Health Framework
Advertisements

Mobility in Government Consolidation & Wrap-up Lee Naik3 Oct 2013.
Building an Operational Enterprise Architecture and Service Oriented Architecture Best Practices Presented by: Ajay Budhraja Copyright 2006 Ajay Budhraja,
1 © 2009 Cisco | EMC | VMware. All rights reserved. Virtual Computing Environment Accelerating Deployment of the Private Cloud Cisco and EMC, together.
11 Artis Group Pty Limited Level 4, Pacific Highway St Leonards, NSW, 2065 (02) “Artis Group Capability”
INTRODUCTION TO CLOUD COMPUTING Cs 595 Lecture 5 2/11/2015.
The GPAA RFP to implement Enterprise Data Management 1 GPAA15/2015.
PO320: Reporting with the EPM Solution Keshav Puttaswamy Program Manager Lead Project Business Unit Microsoft Corporation.
Sigur Ecommerce Pvt. Ltd.
1 Advanced Software Architecture Muhammad Bilal Bashir PhD Scholar (Computer Science) Mohammad Ali Jinnah University.
Progress OpenEdge Analytics360 Predicting The Future Of Your Business Michael Marriage Senior Principal Product Manager
Nov 22/26 Tech Forum 2015 Roberto Trinconi Cloud the New Path to the Business Leadership.
1 Margaret Christison Head of Product Data Standards Product Information Standards Defence Logistics 2004.
Axis AI Solves Challenges of Complex Data Extraction and Document Classification through Advanced Natural Language Processing and Machine Learning MICROSOFT.
Leverage Big Data With Hadoop Analytics Presentation by Ravi Namboori Visit
Mobile Application Solution
Instructional slide to Partner: REMOVE BEFORE PRESENTING TO CUSTOMER
ICT Net Innovation Initiative
2017.
New York regional information centers
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
Smart Building Solution
Connected Maintenance Solution
Parcel Tracking Solution Parcel Tracking What to look for Architecture
Presented by Munezero Immaculee Joselyne PhD in Software Engineering
Smart Building Solution
Primal and Microsoft Azure Deliver Personalized Content, Intelligence, and Analytics That Match Your Content to the Interests of Your Audience MICROSOFT.
Connected Maintenance Solution
Mobile Application Solution
Scalable Web Apps Target this solution to brand leaders responsible for customer engagement and roll-out of global marketing campaigns. Implement scenarios.
SmartHOTEL Solutions Powered by Microsoft Azure Provide Hoteliers with Comprehensive, One-Stop Automated Management of All Booking Channels MICROSOFT AZURE.
GSSLLC (C) ALL RIGHTS RESERVED
Enterprise Productivity Services
Insightful Analysis Practical Advice
Conference of Actuaries
Oscar AP by Massive Analytic: A Precognitive Analytics Platform for Effortless Data-Driven Decisions. Now Available in Azure Marketplace MICROSOFT AZURE.
Hybrid Cloud Foundation
Intelledox Infiniti Helps Organizations Digitally Transform Paper and Manual Business Processes into Intuitive, Guided User Experiences on Azure MICROSOFT.
Managing Technology at Plantronics
Smart City Interoperable Reference Architecture (SCIRA) Next Steps
ETSI Multi-access Edge Computing:
DeFacto Planning on the Powerful Microsoft Azure Platform Puts the Power of Intelligent and Timely Planning at Any Business Manager’s Fingertips Partner.
Excelian Grid as a Service Offers Compute Power for a Variety of Scenarios, with Infrastructure on Microsoft Azure and Costs Aligned to Actual Use MICROSOFT.
Principal Product Manager Oracle Data Science Platform
Machine Learning Session
Blockchain technology at Change Healthcare
Download the report on ASD SSG web site
Collaborative Business Solutions
One-Stop Shop Manages All Technical Vendor Data and Documentation and is Globally Deployed Using Microsoft Azure to Support Asset Owners/Operators MICROSOFT.
Cloud Analytics for Microsoft Azure
XtremeData on the Microsoft Azure Cloud Platform:
Quasardb Is a Fast, Reliable, and Highly Scalable Application Database, Built on Microsoft Azure and Designed Not to Buckle Under Demand MICROSOFT AZURE.
TEMPLATE NOTES Our datasheet and mini-case study templates are formatted specifically for consistency of branding at Microsoft. Please do not alter font.
Improve Patient Experience with Saama and Microsoft Azure
Copyright © JanBask Training. All rights reserved Top 10 Charming IT jobs that would be High in Demand in 2019.
Harness the competitive advantages of Power BI and obtain business-critical insights with Adastra’s enterprise analytics platform using Microsoft Azure.
BluSync by ParaBlu Offers Secure Enterprise File Collaboration and Synchronization Solution That Uses Azure Blob Storage to Enable Secure Sharing MICROSOFT.
Software Development at ORTEC
4/9/ :42 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
EmpFinesseTM Overview
APPLICATION PROCESSING
Zendos Tecnologia Utilizes the Powerful, Scalable
Sachiko A. Kuwabara, PhD, MA
Remedy Integration Strategy Leverage the power of the industry’s leading service management solution via open APIs February 2018.
Mark Quirk Head of Technology Developer & Platform Group
Reimagine everything Next Generation ERP
ONAP Architecture Principle Review
ESS Enterprise Architecture
The Intelligent Enterprise and SAP Business One
OU BATTLECARD: Oracle Identity Management Training
Presentation transcript:

DASA Logistics Analytics Hackathon An Architectural Approach Andrew Gordon Principal Engineer Future Technology – Air September 2019

The MoD DASA Logistics Analytics challenge… “Demonstrate the ability to analyse and share structured and unstructured multi-source data; maintaining its classification and permission based access rules at machine speed” The UK MoD, and partner coalition Nation Forces, want to increase the level of data sharing between themselves and industry to support better interoperability and operational outcomes However, once data is extracted from source systems and applications, access control rules are usually lost. Also data access control rules often vary on the same data depending on context such as location and time The target use case for the Hackathon was logistics data, specifically platform, maintenance and inventory information for the UK, US and French C130J fleets. The goal was the demonstrate how this data, and Analytics (AI / ML) algorithm output could be shared between stakeholders, whilst ensuring security and access control rules

What are the key characteristics of the solution we came up with? Architectural, specifically separating the architectural concerns of Access Control, Data / Analytics Service and Data Consumer Data is not moved (if at all possible) Data Service implementation is technology vendor agnostic Promotes the use of Open Standards and interoperability Approach can be extended to the Platform itself, e.g. on-board Avionics Supports deployment in network disconnected environments Distributed and highly scalable Implementation approach promotes collaboration between MoD, Prime Systems Integrators, Technology Vendors and SMEs

What does the outline Architecture look like? Data Sources FR E&AM US E&AM LITS MJDI DTADS Data Services E&AM Data Service E&AM Data Service E&AM Data Service Inventory Data Service Platform Data Service On-Board Health Data Service Analytics Services Security Service Audit Service E&AM Analytics Service Natural Language Processing Data Cleanse Service Access & Data Redaction Service Rules Database Blockchain Presentation Services

Our approach is in alignment with Gov Our approach is in alignment with Gov.UK Digital and MoD ISS Defence-as-a-Platform (DaaP) strategy and policy https://www.gov.uk/guidance/gds-api-technical-and-data-standards https://www.registers.service.gov.uk/ https://www.gov.uk/government/publications/defence-information-strategy/latest-amendment

The Architecture in more detail – separation of concerns is key to modularity and scalability Data Source { "TAIL NO.":"Z123", "SORTIE TYPE":"SEARCH & RESCUE", "SORTIE LOCATION":"SOME RESTRICTED LOCATION" } Data Service Analytics Algorithm Access & Data Redaction Service Data Redaction Rule Engine Prescriptive Rules ML/AI Derived Rules Analytics Service { "TAIL NO.":"Z123", "SORTIE TYPE":"SEARCH & RESCUE", "SORTIE LOCATION":"[SORTIE LOCATION]" }

What did the Prototype we built at the Hackathon in ~48hrs look like? We built a number of analytical algorithms in MATLAB, R and Python that ran against the C130J fleet data held in the Oracle Database Cloud enviroment Wrapped both the Oracle Database and Analytical Algorithms in RESTful Microservices using Python Flask Built an Access Control Permission Mask Service that returned business rule expressions to redact data dependent on calling service identity – again using Python Flask Built a demonstration Web Client in JavaScript that invoked the Analytics Services

E&AM Data Service

E&AM Data Service

E&AM Analytics Service

E&AM Analytics Service

Analytics Service Visualisation via Microsoft Excel

Data Redaction

Data Access via Microsoft PowerBI

Data & Analytics Service access via AngularJS Mobile App

In summary… We believe that successful adoption and exploitation of AI, Machine Learning and Advanced Analytics in Logistics is dependent on building an open, interoperable and secure data platform For the UK MoD to fully realise the benefits of capabilities such as predictive maintenance, prognostics, supply chain analytics etc., ‘frictionless’ data interoperability with industry and the extended Defence Enterprise is key The challenge for UK MoD and industry is to transform and modernise the current Defence Logistics data landscape to provide the platform for AI/ML exploitation

Thank you Restrictions on use: The information in this document is copyright © 2019 BAE SYSTEMS. All rights reserved