A Survey on Edge Computing Systems and Tools Fang Liu, Guoming Tang, Youhuizi Li, Zhiping Cai, Xingzhou Zhang, Tongqing Zhou

Total Page:16

File Type:pdf, Size:1020Kb

A Survey on Edge Computing Systems and Tools Fang Liu, Guoming Tang, Youhuizi Li, Zhiping Cai, Xingzhou Zhang, Tongqing Zhou 1 A Survey on Edge Computing Systems and Tools Fang Liu, Guoming Tang, Youhuizi Li, Zhiping Cai, Xingzhou Zhang, Tongqing Zhou Abstract—Driven by the visions of Internet of Things and 5G Architecture Applications communications, the edge computing systems integrate comput- Cloudlet Cachier …… ing, storage and network resources at the edge of the network FocusStack Push from to provide computing infrastructure, enabling developers to CloudPath cloud quickly develop and deploy edge applications. Nowadays the edge Some other systems, e.g., Pull from IoT computing systems have received widespread attention in both PCloud Vigilia, HomePad, LAVEA, MUVR, OpenVDAP, Hybrid cloud- industry and academia. To explore new research opportunities ParaDrop and assist users in selecting suitable edge computing systems for SafeShareRide, VideoEdge edge analytics specific applications, this survey paper provides a comprehensive SpanEdge Programming models overview of the existing edge computing systems and introduces Cloud-sea AirBox Firework representative projects. A comparison of open source tools is computing presented according to their applicability. Finally, we highlight Supporting Supporting energy efficiency and deep learning optimization of edge com- puting systems. Open issues for analyzing and designing an edge Open-source systems Akraino computing system are also studied in this survey. CORD Edge Stack EdgeX Apache Azure IoT Foundry Edgent Edge I. INTRODUCTION In the post-Cloud era, the proliferation of Internet of Things Fig. 1. Categorization of edge computing systems. (IoT) and the popularization of 4G/5G, gradually changes the public’s habit of accessing and processing data, and challenges the linearly increasing capability of cloud computing. Edge AzureStack in 2017, which allows cloud computing ca- computing is a new computing paradigm with data processed pabilities to be integrated into the terminal, and data can at the edge of the network. Promoted by the fast growing be processed and analyzed on the terminal device. demand and interest in this area, the edge computing systems • Pull from IoT. Internet of Things (IoT) applications and tools are blooming, even though some of them may not pull services and computation from the faraway cloud be popularly used right now. to the near edge to handle the huge amount of data There are many classification perspectives to distinguish generated by IoT devices. Representative systems include different edge computing system. To figure out why edge PCloud, ParaDrop, FocusStack and SpanEdge. Advances computing appears as well as its necessity, we pay more in embedded Systems-on-a-Chip (SoCs) have given rise attention to the basic motivations. Specifically, based on dif- to many IoT devices that are powerful enough to run ferent design demands, existing edge computing systems can embedded operating systems and complex algorithms. roughly be classified into three categories, together yielding Many manufacturers integrate machine learning and even innovations on system architecture, programming models and deep learning capabilities into IoT devices. Utilizing edge various applications, as shown in Fig. 1. computing systems and tools, IoT devices can effectively • Push from cloud. In this category, cloud providers push share computing, storage, and network resources while services and computation to the edge in order to leverage arXiv:1911.02794v1 [cs.DC] 7 Nov 2019 maintaining a certain degree of independence. locality, reduce response time and improve user experi- • Hybrid cloud-edge analytics. The integration of advan- ence. Representative systems include Cloudlet, Cachier, tages of cloud and edge provides a solution to facilitate AirBox, and CloudPath. Many traditional cloud comput- both global optimal results and minimum response time ing service providers are actively pushing cloud services in modern advanced services and applications. Represen- closer to users, shortening the distance between customers tative systems include Firework and Cloud-Sea Comput- and cloud computing, so as not to lose market to mo- ing Systems. Such edge computing systems utilize the bile edge computing. For example, Microsoft launched processing power of IoT devices to filter, pre-process, and aggregate IoT data, while employing the power and F. Liu is with the School of Data and Computer Science, Sun Yat-sen Uni- versity, Guangzhou, Guangdong, China (e-mail: [email protected]). flexibility of cloud services to run complex analytics G. Tang is with the Key Laboratory of Science and Technology on Information on those data. For example, Alibaba Cloud launched its System Engineering, National University of Defense Technology, Changsha, first IoT edge computing product, LinkEdge, in 2018, Hunan, China (e-mail: [email protected]). Y. Li is with the School of Compute Science and Technology, Hangzhou Dianzi University, China. Z. which expands its advantages in cloud computing, big Cai and T. Zhou are with the College of Computer, National University of data and artificial intelligence to the edge to build a Defense Technology, Changsha, Hunan, China (e-mail: [email protected], cloud/edge integrated collaborative computing system; [email protected]). X. Zhang is with State Key Laboratory of Computer Architecture, Institute of Computing Technology, Chinese Academy Amazon released AWS Greengrass in 2017, which can of Sciences, China. extend AWS seamlessly to devices so that devices can 2 System View Edge Computing Systems & Tools (Sec. II) ) IV . Sec Open Source Edge Computing Projects ( (Sec. III) Energy EfficiencyEnergy Application View Deep Learning Optimization at the Edge (Sec. V) Fig. 3. Cloudlet Component Overview and Functions that support application Fig. 2. Major building blocks and organization of this survey paper. mobility. A: Cloudlet Discovery, B: VM Provisioning, C: VM Handoff. perform local operations on the data they generate, while data is transferred to the cloud for management, analysis, proposed to support the deep learning models at the edge (in and storage. Sec. V). From a research point of view, this paper gives a detailed Our main contributions in this work are as follows: introduction to the distinctive ideas and model abstractions of • Reviewing existing systems and open source projects for the aforementioned edge computing systems. Noted that the edge computing by categorizing them from their design three categories are presented to clearly explain the necessity demands and innovations. We study the targets, architec- of edge computing, and the classification is not the main line of ture, characteristics, and limitations of the systems in a this paper. Specifically, we review systems designed for archi- comparative way. tecture innovation first, then introduce those for programming • Investigating the energy efficiency enhancing mechanism models and applications (in Sec. II). Besides, some recently for edge computing from the view of the cloud, the edge efforts for specific application scenarios are also studied. servers, and the battery-powered devices. While we can find a lot of systems using edge computing • Studying the technological innovations dedicated to de- as the building block, there still lacks standardization to such ploying deep learning models on the edge, including a paradigm. Therefore, a comprehensive and coordinated set systems and toolkits, packages, and hardware. of foundational open-source systems/tools are also needed • Identifying challenges and open research issues of edge to accelerate the deployment of IoT and edge computing computing systems, such as mobility support, multi-user solutions. Some open source edge computing projects have fairness, and privacy protection. been launched recently (e.g., CORD). As shown in Fig. 1, We hope this effort will inspire further research on edge these systems can support the design of both architecture and computing systems. The contents and their organization in this programming models with useful APIs. We review these open paper are shown in Fig. 2. Besides the major four building source systems with a comparative study on their characteris- blocks (Sec. II∼Sec. V), we also give a list of open issues for tics (in Sec. III). analyzing and designing an edge computing system in Sec. VI. When designing the edge computing system described The paper is concluded in Sec. VII. above, energy efficiency is always considered as one of the major concerns as the edge hardware is energy-restriction. II. EDGE COMPUTING SYSTEMS AND TOOLS Meanwhile, the increasing number of IoT devices is bringing In this section, we review edge computing systems and tools the growth of energy-hungry services. Therefore, we also presenting architecture innovations, programming models, and review the energy efficiency enhancing mechanisms adopted applications, respectively. For each part, we introduce work by the state-of-the-art edge computing systems from the three- under the “push”, “pull”, and “hybrid” demand in turn. layer paradigm of edge computing (in Sec. IV). In addition to investigations from the system view, we also look into the emerging techniques in edge computing A. Cloudlet system from the application view. Recently, deep learning In 2009, Carnegie Mellon University proposed the concept based Artificial Intelligence (AI) applications are widely used of Cloudlet [1], and the Open Edge computing initiative was and offloading the AI functions from the cloud to the edge is also evolved from the Cloudlet project [2]. Cloudlet is a becoming a trend.
Recommended publications
  • An Introduction
    An Introduction Slides by Michael Hall Modified and Presented by Alex Courouble edgexfoundry.org | @edgexfoundry Edge Computing Why do I need it? edgexfoundry.org | @edgexfoundry Who is EdgeX Foundry? And how to join us edgexfoundry.org | @edgexfoundry Vendor-neutral open source project hosted by The Linux Foundation building a common open framework for IoT edge computing. Interoperability framework and reference platform to enable an ecosystem of plug-and-play components that unifies the marketplace and accelerates the deployment of IoT solutions. Architected to be agnostic to protocol, silicon (e.g., x86, ARM), OS (e.g., Linux, Windows, Mac OS), and application environment (e.g., Java, JavaScript, Python, Go Lang, C/C++) to support customer preferences for differentiation Part of the LF Edge project at the Linux Foundation LF Edge Premium Members LF Edge General Members Getting Involved ● Open Source and contributor ● GitHub: driven, anybody can participate ○ https://github.com/edgexfoundry ● TSC and WG meetings open to ● Documentation ○ https://docs.edgexfoundry.org public ● Slack ● Technical leadership (TSC & WG ○ https://slack.edgexfoundry.org chairs) elected by technical ● Mailing Lists contributors ○ https://lists.edgexfoundry.org ○ https://lists.edgexfoundry.org/calendar What is EdgeX? Microservices and Deployments edgexfoundry.org | @edgexfoundry Walkthrough Let’s see it in action edgexfoundry.org | @edgexfoundry Get Started in Three Steps 1. Run the EgdeX Microservices with Docker Compose 2. Create a Device Service with device-sdk-go
    [Show full text]
  • Edge Computing in the Context of Open Manufacturing
    Edge Computing in the Context of Open Manufacturing 01.07.2021 LEGAL DISCLAIMERS © 2021 Joint Development Foundation Projects, LLC, OMP Series and its contributors. All rights reserved. THESE MATERIALS ARE PROVIDED ”AS IS.” The parties expressly disclaim any warranties (express, implied, or otherwise), including implied warranties of merchantability, non- infringement, fitness for a particular purpose, or title, related tothe materials. The entire risk as to implementing or otherwise using the materials is assumed by the implementer and user. IN NO EVENT WILL THE PARTIES BE LIABLE TO ANY OTHER PARTY FOR LOST PROFITS OR ANY FORM OF INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER FROM ANY CAUSES OF ACTION OF ANY KIND WITH RESPECT TO THIS DELIVERABLE OR ITS GOVERNING AGREEMENT, WHETHER BASED ON BREACH OF CONTRACT, TORT (INCLUDING NEGLIGENCE), OR OTHERWISE, AND WHETHER OR NOT THE OTHER MEMBER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2 ACKNOWLEDGMENTS This document is a work product of the Open Manufacturing Platform – IoT Connectivity Working Group, chaired by Sebastian Buckel (BMW Group) and co-chaired by Dr. Veit Hammerstingl (BMW Group). AUTHORS Anhalt, Christopher, Dr. (Softing) Buckel, Sebastian (BMW Group) Hammerstingl, Veit, Dr. (BMW Group) Köpke, Alexander (Microsoft) Müller, Michael (Capgemini) Muth, Manfred (Red Hat) Ridl, Jethro (Reply) Rummel, Thomas (Softing) Weber Martins, Thiago, Dr. (SAP) FURTHER CONTRIBUTION BY Attrey, Kapil (Cognizant) Kramer, Michael (ZF) Krapp, Chiara (BMW Group) Krebs, Jeremy (Microsoft) McGrath, Daniel (Cognizant) Title Image by Possessed Photography from unsplash.com 3 Contents Contents 1 Introduction: The Importance of Edge Computing 5 2 Definition of Edge Computing 6 3 Reference Use Case 6 4 Views on Edge Computing 8 4.1 Infrastructural View .
    [Show full text]
  • Edgex Foundry Overview to Deep Dive
    EdgeX Foundry Introduction Jim White March 2019 edgexfoundry.org | @edgexfoundry About Me • Jim White ([email protected]) • Dell Technologies IoT Solutions Division – Distinguished Engineer • Team Lead of the IoT Platform Development Team • Chief architect and lead developer of Project Fuse • Dell’s original IoT platform project that became EdgeX Foundry • Yes – I wrote the first line(s) of code for EdgeX (apologies in advance) • EdgeX Foundry … • Vice Chairman, Technical Steering Committee • Systems Management Working Group Chair • Ad hoc and unofficial lead architect edgexfoundry.org | @edgexfoundry edgexfoundry.org | @edgexfoundry Why is IoT hard to do? • Heterogeneity of platforms IoT is a post doctorate in all we know and have • Diverse collection of OS and OS variants done in computing for the last 30-40 years • Linux, Unix, Windows, VxWorks, embedded and RTOS, … • Networks/protocols • Various Hardware (Intel, AMD, ARM,…) • Mobile computing • Distributed compute • Cloud, gateway, smart thing (the “Fog continuum”) • Cloud compute • Thing protocol soup • AI/Machine learning • Industrial: BACNet, Modbus, OPC-UA,… • … • Wireless: BLE, Z-Wave, Zigbee,… • Message: MQTT, AMQP, DDS, … • Variety of cloud platforms • Azure IoT Hub, AWS IoT Platform, Google IoT Core, IBM Watson IoT Platform, … • Add your favorite selection of… • Applications, edge analytics/intelligence, security, system management, … • Difficulties in determining where to start edgexfoundry.org | @edgexfoundry Introducing EdgeX Foundry An open source, vendor neutral project
    [Show full text]
  • Demystifying Internet of Things Security Successful Iot Device/Edge and Platform Security Deployment — Sunil Cheruvu Anil Kumar Ned Smith David M
    Demystifying Internet of Things Security Successful IoT Device/Edge and Platform Security Deployment — Sunil Cheruvu Anil Kumar Ned Smith David M. Wheeler Demystifying Internet of Things Security Successful IoT Device/Edge and Platform Security Deployment Sunil Cheruvu Anil Kumar Ned Smith David M. Wheeler Demystifying Internet of Things Security: Successful IoT Device/Edge and Platform Security Deployment Sunil Cheruvu Anil Kumar Chandler, AZ, USA Chandler, AZ, USA Ned Smith David M. Wheeler Beaverton, OR, USA Gilbert, AZ, USA ISBN-13 (pbk): 978-1-4842-2895-1 ISBN-13 (electronic): 978-1-4842-2896-8 https://doi.org/10.1007/978-1-4842-2896-8 Copyright © 2020 by The Editor(s) (if applicable) and The Author(s) This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Open Access This book is licensed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license and indicate if changes were made. The images or other third party material in this book are included in the book’s Creative Commons license, unless indicated otherwise in a credit line to the material.
    [Show full text]
  • IOT-EDGE-SERVER BASED EMBEDDED SYSTEM for WIDE-RANGE HABITATS by Archit Gajjar, B.Tech. THESIS Presented to the Faculty of the U
    IOT-EDGE-SERVER BASED EMBEDDED SYSTEM FOR WIDE-RANGE HABITATS by Archit Gajjar, B.Tech. THESIS Presented to the Faculty of The University of Houston-Clear Lake In Partial Fulfillment Of the Requirements For the Degree MASTER OF SCIENCE in Computer Engineering THE UNIVERSITY OF HOUSTON-CLEAR LAKE MAY, 2019 IOT-EDGE-SERVER BASED EMBEDDED SYSTEM FOR WIDE-RANGE HABITATS by Archit Gajjar APPROVED BY Xiaokun Yang, PhD, Chair Hakduran Koc, PhD, Committee Member Ishaq Unwala, PhD, Committee Member APPROVED/RECEIVED BY THE COLLEGE OF SCIENCE AND ENGINEERING: Said Bettayeb, PhD, Associate Dean Ju H. Kim, PhD, Dean Dedication I would like to dedicate this thesis to my parents, family members, roommates, and professors. I would never have made it here without all of you. Acknowledgments First and foremost, I am grateful to my advisor, Dr. Xiaokun Yang, for being friendly, caring, supportive, and help in numerous ways. Without his support, I could not have done what I was able to do. He was very generous in sharing his experiences on electrical and computer engineering, academic life and beyond. He is not only my adviser but also, a friend inspiring me for the rest of my life. Next, I would like to thank the members of my committee, Dr. Hakduran Koc and Dr. Ishaq Unwala for their support and suggestions in improving the quality of this dissertation. It is truly honored to have such great fantastic and knowledgeable professors serving as my committee members. I would also like to thank all the lab mates and members at the Integrated Cir- cut (IC) and Internet-of-Things (IoT) - IICOT Laboratory for creating an amazing working environment, and thank my friend, Yunxiang Zhang, for his assistance on work related to my research.
    [Show full text]
  • Application Services Design
    Application Services Design Application Working Group 2018-11-13 edgexfoundry.org | @edgexfoundry LF Antitrust Policy Notice • EdgeX Foundry meetings involve participation by industry competitors, and it is the intention of the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. • Examples of types of actions that are prohibited at EdgeX Foundry meetings and in connection with Linux Foundation activities are described in the Linux Foundation Antitrust Policy available at http://www.linuxfoundation.org/antitrust-policy. If you have questions about these matters, please contact your company counsel, or if you are a member of the Linux Foundation, feel free to contact Andrew Updegrove of the firm of Gesmer Updegrove LLP, which provides legal counsel to the Linux Foundation. edgexfoundry.org | @edgexfoundry Meeting Logistics • Time: November 13, 2018 11am PDT – 12am PDT Join from PC, Mac, Linux, iOS or Android: https://zoom.us/j/611544838 Or iPhone one-tap : US: +16465588656,,611544838# or +16699006833,,611544838# Or Telephone: Dial(for higher quality, dial a number based on your current location): US: +1 646 558 8656 or +1 669 900 6833 or +1 855 880 1246 (Toll Free) or +1 877 369 0926 (Toll Free) Meeting ID: 611 544 838 International numbers available:
    [Show full text]
  • Vertical Solutions Working Group July 14
    Vertical Solutions Working Group July 14, 2020 Co-chairs: Camilo Dennis (Intel) – [email protected] Henry Lau (HP) – [email protected] edgexfoundry.org | @edgexfoundry LF Antitrust Policy Notice EdgeX Foundry meetings involve participation by industry competitors, and it is the intention of the Linux Foundation to conduct all of its activities in accordance with applicable antitrust and competition laws. It is therefore extremely important that attendees adhere to meeting agendas, and be aware of, and not participate in, any activities that are prohibited under applicable US state, federal or foreign antitrust and competition laws. Examples of types of actions that are prohibited at EdgeX Foundry meetings and in connection with Linux Foundation activities are described in the Linux Foundation Antitrust Policy available at http://www.linuxfoundation.org/antitrust-policy. If you have questions about these matters, please contact your company counsel, or if you are a member of the Linux Foundation, feel free to contact Andrew Updegrove of the firm of Gesmer Updegrove LLP, which provides legal counsel to the Linux Foundation. edgexfoundry.org | @edgexfoundry Agenda ThunderSoft, a product and solutions provider based in Beijing China, to present their IoT efforts and platform including their use of EdgeX. Meeting recording & slides to be posted to: https://wiki.edgexfoundry.org/display/FA/Vertical+Solutions+Working+Group edgexfoundry.org | @edgexfoundry ThunderSoft in Edge Computing 2020.7 Copyright Thunder Software Technology Co., Ltd. 2008-2016 All right reserved http://www.thundersoft.com/ 7/15/2020 1 Content ❖ ThunderSoft Overview ❖ ThunderSoft & EdgeX ❖ Edge Computing Verticals 7/15/2020 2 ThunderSoft Overview 7/15/2020 3 ThunderSoft Overview 7/15/2020 Company Profile Core Business Tech & Products Global Presence •Smart System Tech.
    [Show full text]
  • The Drivers and Benefits of Edge Computing
    The Drivers and Benefits of Edge Computing White Paper 226 Revision 0 by Steven Carlini Executive summary Internet use is trending towards bandwidth-intensive content and an increasing number of attached “things”. At the same time, mobile telecom networks and data networks are converging into a cloud computing architecture. To support needs today and tomorrow, computing power and storage is being inserted out on the network edge in order to lower data transport time and increase availability. Edge computing brings bandwidth-intensive content and latency-sensitive applications closer to the user or data source. This white paper explains the drivers of edge computing and explores the various types of edge computing available. RATE THIS PAPER by Schneider Electric White Papers are now part of the Schneider Electric white paper library produced by Schneider Electric’s Data Center Science Center [email protected] The Drivers and Benefits of Edge Computing Edge computing places data acquisition and control functions, storage of high bandwidth Edge content, and applications closer to the end user. It is inserted into a logical end point of a computing network (Internet or private network), as part of a larger cloud computing architecture. defined On-premise application Applications Service Edge Computing Figure 1 Applications Database Service IoT Basic diagram of cloud Applications Service computing with edge aggregation and control Edge Computing devices Cloud Applications Service Edge Computing High bandwidth content There are three primary applications of Edge Computing we will discuss in this white paper. 1. A tool to gather massive information from local “things” as an aggregation and control point.
    [Show full text]
  • A 2021 Perspective on Edge Computing
    White paper Scientific Community A 2021 perspective on edge computing Thought Leadership 02 Executive summary Edge computing continues to be a major IT trend in 2021. This paper provides a review on the state-of-the-art and today’s edge computing practices, specifically focusing on the software tools that enable execution of workloads at the edge. Our intention is to introduce the different scenarios for edge computing and analyze the software available. We have provided a review of the existing development frameworks for each type of IoT edge device, as well as the open source frameworks and toolsets that enable the development of IoT edge services and applications. Additionally, we explore key issues for the future development of edge services, such as the operation of services at the edge and the status of edge standardization efforts. Finally, we provide our view on the complexity that edge computing brings to the IT landscape and outline our perspective on how edge computing may evolve. A 2021 perspective on edge computing 03 Introduction The emergence of edge computing is linked to the need to process data close to data generation sources in IoT devices. According to the latest estimates, we could see more than 75.44 billion IoT devices by 20251 — a 5X increase since 2015. In this context, the challenge is not simply managing IoT devices but more importantly, how to cope with the volume of data and content that connected devices will produce. In today’s prevailing IoT architecture, sensor data is transmitted over a wide area network to be centralized, processed and analyzed — which creates an additional supply of enriched data.
    [Show full text]
  • The Edge Computing Advantage
    The Edge Computing Advantage An Industrial Internet Consortium White Paper Version 1.0 2019-10-24 - 1 - The Edge Computing Advantage Computing at the edge has grown steadily over the past decade, driven by the need to extend the technologies used in data centers to support cloud computing closer to things in the physical world. This is a key factor in accelerating the development of the internet of things (IoT). But, as is often the case with new technology, there is an abundance of overlapping terminology that obfuscates what the fundamentals are and how they relate to one another. We aim here to demystify edge computing, discuss its benefits, explain how it works, how it is realized and the future opportunities and challenges it presents. BUSINESS BENEFITS OF EDGE COMPUTING Cloud computing in data centers offers flexibility and scale to enterprises. We can extend those benefits towards “things” in the real world, towards the edge. We accrue business benefits by connecting things and isolated systems to the internet, but there are risks that should be balanced against them. Disciplined security of the whole system is needed to make it trustworthy. The flexibility to decide where to perform computation on data improves performance and reduces costs. Sensors are generally limited in terms of what they can do, while computing in data centers induces bandwidth costs as data is transmitted to them. Computing in the edge enables collecting data from multiple sources, fusing and abstracting it as needed, and computing on it right there. For example, the data from a surveillance camera can be abstracted into geometric features and eventually a face.
    [Show full text]
  • Iotech and Edgex January 19Th, 2021
    IOTech and EdgeX The EdgeX Adopter Series January 19th, 2021 © 2021 IOTech Systems Limited. Confidential Today's Agenda • Edge Market Trends • IOTech Snapshot • Leveraging EdgeX • Our Products • Edge Xpert • Architecture • Device & Cloud Connectivity • AI & Computer Vision • The Time-Critical Edge • Edge Management at Scale • Customer Use Cases • EdgeX Futures • Q&A © 2021 IOTech Systems Limited. Confidential Today’s Presenters Keith Steele | IOTech CEO • 30-year Global Middleware pioneer and entrepreneur • Proven record of starting and growing successful software companies • Champion of Open Standards in Distributed and Embedded Computing • Founding Chairman, EdgeX Technical Steering Group, Marketing Outreach TSG Chair James Butcher | IOTech Product Manager • Responsible for Edge Xpert product strategy, roadmap and delivery • Previously IOTech Solutions Architect helping customers with EdgeX • Dedicated to usability and performance of IOTech products • QA & Test Working Group Chair, EdgeX Foundry © 2021 IOTech Systems Limited. Confidential Market Trends & IOTech Snapshot State of the IoT Edge • The leading verticals in Edge growth/investment • Industrial, energy & utilities, transportation and logistics lead the way, but some new areas are growing fast • Healthcare IoT - $534.3B by 2025 • Smart City - $124B in 2020 • Retail - $36B in 2020 • The Edge market trends – what we are seeing: • Customers want more ‘solutions’ than pieces/parts – Vendor collaboration • Proprietary versus flexibility to bring (or select) best of breed applications (analytics, cloud, visualization, …) • Increasing adoption of AI/ML at the Edge e.g., Video inferencing becoming a key application at the Edge across multiple verticals • Zero touch • “Plug it in and it works” management • Automatic sensor / device provisioning • Hybrid Cloud/Edge - Acceleration from fully centralized cloud-based systems to distributed architectures driven by edge computing © 2021 IOTech Systems Limited.
    [Show full text]
  • Why Organizations Are Betting on Edge Computing
    Research Insights Why organizations are betting on edge computing Insights from the edge How IBM can help Clients need strategies and operating plans to harness the game-changing potential of real-time actionable insights, apply predictive and learning analytics to workflows and assets, and enable their digital transformations. Edge computing with AI is creating the potential to enable new markets and grow new revenue streams. We see this rapidly evolving competence pushing the boundaries of what is possible for in-the-moment human and machine collaboration—a new workflow partnership. IBM’s Intelligent Connected Operations offer integrated services, software, and edge computing solutions. Connect with us to navigate this dynamic, rapidly changing landscape and apply the computing power of AI on the edge to integrate end-to-end processes. For more information visit ibm.com/ services/process/iot-consulting By Skip Snyder, Rob High, Karen Butner, and Anthony Marshall Key takeaways Living on the edge Power of edge While edge computing has been on the IT and operations radar for some time, it has now moved into the corporate Edge computing brings computation, data mainstream. According to Network World, edge will be storage, and power closer to the point of part of almost every industry.1 Rollout of 5G will only action or event, reducing response time increase demand and need. In the different normal of a COVID-19 world, edge computing’s significance and and saving bandwidth. Its revolutionary potential are more important than ever. capabilities coupled with artificial A combination of edge computing and industrial Internet intelligence (AI) enable interpretation of Things (IoT) devices enables smarter supply chains, of data patterns, learning, and decisions better equipping them to handle disruption of all kinds.
    [Show full text]