From the Devops Toolbox: APM for Iot Introduction

Total Page:16

File Type:pdf, Size:1020Kb

From the Devops Toolbox: APM for Iot Introduction From the DevOps Toolbox: APM for IoT Introduction With the advent of IoT and mission-critical applications, IT’s traditional practice of software developers operating alone no longer works. First and foremost, IoT has, by definition, things that bring hardware to the table — along with an additional planning dimension. Secondly, the IoT system is fragmented, with no central standards and no oversight when it comes to development. To minimize schedule extensions, cost overruns, and the risk of external threats, developers and the teams around them must work together from the get-go and operate with consistency and in a common, horizontal manner. This collaborative approach is referred to as DevOps, and companies implementing this practice are seeing a great increase in bottom-line success rates. In fact, in a 2017 State of DevOps report conducted by Interop, 25 percent of IT professionals surveyed said DevOps practices led to reduced costs in their organizations, while 20 percent correlated DevOps to increased revenue. 1 However one defines DevOps, achieving success But what exactly means not only its accelerated adoption in web-native companies and big organizations, but also embracing is DevOps and how the notion that dev, test, and ops teams can work together with greater visibility, and in real time. This is does it work? especially true when it comes to managing IoT. According to Gartner: So, how does DevOps work in the context of IoT? This guide aims “DevOps represents a change in IT culture, focusing on rapid to answer that — and a few more service delivery through the adoption of agile, lean practices in fundamental questions, including: the context of a system-oriented approach. DevOps emphasizes people (and culture), and seeks to improve collaboration Why is DevOps important? ˚ between operations and development teams. DevOps How does it work in the context of IoT? ˚ implementations utilize technology — especially automation What are the associated challenges that can ˚ tools that can leverage an increasingly programmable and be solved with APM? dynamic infrastructure from a life cycle perspective.” What are some of the best practices? ˚ From the DevOps Toolbox: APM for IoT 2 Why is DevOps important? DevOps teams are involved in developing software from code to production, making the whole life cycle faster. So much faster, in fact, that IT departments with a strong DevOps methodology and a streamlined process get to launch a new product or service up to 200 times faster than other, lower-performing IT teams, according to the 2016 State of DevOps Report. In addition, their change failure rates are three times lower, and the amount of time spent on recovery after system or process failures is reduced by 24 times. The result? 50 percent time saved on identifying and processing threats, and 22 percent less time spent on unpredicted workloads. All of this translates into reduced IT costs and dramatically simplified processes, most of which are due to the concept of continuous delivery — the idea of making the release process so simple that it becomes routine, and therefore less disruptive than a traditional rollout. The end result is a better product, and ultimately a better customer experience. From the DevOps Toolbox: APM for IoT What does DevOps mean in the context of IoT? Developing for IoT is particularly difficult, as the chain of data is enhanced by finicky, sensitive, mostly simple, and sometimes paradoxical devices — like a weather sensor that can actually break if it gets wet. The sheer number of devices (both collecting the raw data and consuming the processed data), systems involved, and processes add to the complexity of IoT in general, making it one of the most challenging fields to tackle for developers today. 4 Let’s take, for example, a real-time traffic solution designed to The result is threefold: reroute commuters in a busy metropolitan area: Real-time mapping showing the bottlenecks First, we have road sensors collecting information on a number Updated bus schedules with more vehicles of vehicles passing by, and weather sensors collecting data on dispatched on the road and, for example, a temperature, humidity, barometric pressure, etc. new lane open for buses only Instant, personalized suggestions for This real-time data is bussed through to streaming analytics alternative routes based on a user’s position, engines that can process it as fast as it is produced, and the results destination, and proximity to the next bus are visualized on the spot or through another agent/party, then pushed through apps developed for, say, the SF Bay Area and offered to commuters. All the steps involved in processing data from the moment it’s collected (in this case, by a road sensor) to the moment it’s used (triggering a new bus schedule and pushed as an alert/suggestion through the customer- While the application is on, the device’s GPS collects data on its facing app) need to be monitored to ensure proper exact position and feeds it into the system. functioning. And, provided results are integrated, a smart system can be programmed not only to dynamically adapt as new information comes through, but can also inform the development team of new assets At the same time, historical data on traffic, real-time schedules, and with a real-time, accurate context for all the systems and the relative position of public transportation vehicles are fed into the applications already in place. processing hub via system integration (the fleet management systems have to talk to the personnel management systems, the weather sensor network, the road mapping system, etc.). From the DevOps Toolbox: APM for IoT 5 Deployment Deployment is arguably the most important component of DevOps in the context of IoT. Why? Because apps only live and run on a live platform — like a cloud provider — which means that’s the only place they can be launched and updated. This complicates deployments, because apart from centralized cloud platform updates of the app itself, software and firmware updates may be required concurrently on local systems (i.e., new business logic implementations or extra features on a streaming analytics platform). Sometimes, updates are also needed at the device level, further complicating matters. Luckily, a strong application performance management (APM) solution can help. We’ll dive more into how in the next section. From the DevOps Toolbox: APM for IoT 6 How can APM help Some of these network, standards, and protocol-focused operations and tools include: DevOps in the context Streamlined, continuous IT integration with other existing IT and of IoT? sensor networks: With millions of rather simple devices interacting with each other, interoperability issues emerge naturally — but may not be detected unless all unique functionalities of the hardware can be Accessibility, interoperability, collaboration monitored and subjected to dynamic baselining across the network. A system of billions of sensors working alone or together to feed Fully-centralized visibility: IoT productions and deployments need applications (both system and customer-facing) is an interoperability, a robust back-end architecture to collect and integrate data, run networking, and connectivity nightmare. That’s because sensors analytics through system apps, then feed consumer-facing apps. are very vulnerable points-of-entry, empowered with the code to System performance is as important as app performance so that perform automated operations, but easy to hack in to. apps are as accurate as possible, and visibility into it is paramount in order to inform development, automate testing, and track changes Unfortunately, we can’t yet intervene directly at the device level. that follow a device rollout. Instead, IoT development planning has to focus on security issues around data protocol, network security, and app design. To help Cloud autoscaling, with real-time analysis of application demand that detect, avoid, and fix these issues, DevOps and developers can use automatically scales up application capacity into the preferred cloud adaptable operations and tools to ensure server availability environment (using prebuilt connectors, for example). is transparent and dynamic. Collaborative incident management practices to allow continuous integration between business, IT development, and operations teams. Continuous integration is vital for most of IoT’s real-time, consumer-facing apps, as frequent checks expose issues and conflicts much earlier in the development cycle. From the DevOps Toolbox: APM for IoT 7 Automated testing and monitoring Unlike traditional development methodologies, planning deployments IoT only makes sense if the totality of related apps is handled as a holistic involving IoT devices are further complicated by: application or system that includes all devices, data transfer protocols, system applications, and consumer-facing apps. Scale — the sheer number of devices and data points ˚ collected complicates the testing process when updates Unfortunately, that’s easier said than done. require manual installations Below are a few overall challenges: Variety of systems and data formats ˚ The lack of direct access to devices ˚ Often, various parts of an IoT system constitute subsystems The lack of user feedback and operational data ˚ that may need to be evaluated — and monitored — separately. (not easily accessible to developers) For example, the totality of light sensors in a smart home can determine when and how the solar panels get repositioned,
Recommended publications
  • Best Practices for Systems Integration
    Best Practices for Systems Integration November 2011 Presented by Pete Houser Manager for Engineering & Product Excellence Northrop Grumman Corporation Copyright © 2011 Northrop Grumman Systems Corporation. All rights reserved. Log #DSD-11-78 Systems Integration Definition • Systems Integration (SI) is one aspect of the Systems Engineering, Integration, and Test (SEIT) process. SI must be integrated within the overall SEIT structure. • Systems Integration is the process of: – Assembling the constituent parts of a system in a logical, cost-effective way, comprehensively checking system execution (all nominal & exceptional paths), and including a full functional check-out. • Systems Test is the process of: – Verifying that the system meets its requirements, and – Validating that the system performs in accordance with the customer/user expectations • Across Dod Programs, systems integration experiences have been erratic (at best). In many cases: – Programs do not define dedicated Integration Engineers. – Immature system is passed to the Test organization for concurrent Integration and Test. – Program budget is exceeded because Integration was not separately estimated. Copyright © 2011 Northrop Grumman Systems Corporation. All rights reserved. Log #DSD-11-78 Systems Integration Issues • When executed as a distinct process, Systems Integration has historically followed the “big bang” model shown below. – All of the components arrive more-or-less simultaneously (usually late) in the Integration Lab. – The Integration engineers arrive more-or-less
    [Show full text]
  • Model and Tool Integration in High Level Design of Embedded Systems
    Model and Tool Integration in High Level Design of Embedded Systems JIANLIN SHI Licentiate thesis TRITA – MMK 2007:10 Department of Machine Design ISSN 1400-1179 Royal Institute of Technology ISRN/KTH/MMK/R-07/10-SE SE-100 44 Stockholm TRITA – MMK 2007:10 ISSN 1400-1179 ISRN/KTH/MMK/R-07/10-SE Model and Tool Integration in High Level Design of Embedded Systems Jianlin Shi Licentiate thesis Academic thesis, which with the approval of Kungliga Tekniska Högskolan, will be presented for public review in fulfilment of the requirements for a Licentiate of Engineering in Machine Design. The public review is held at Kungliga Tekniska Högskolan, Brinellvägen 83, A425 at 2007-12-20. Mechatronics Lab TRITA - MMK 2007:10 Department of Machine Design ISSN 1400 -1179 Royal Institute of Technology ISRN/KTH/MMK/R-07/10-SE S-100 44 Stockholm Document type Date SWEDEN Licentiate Thesis 2007-12-20 Author(s) Supervisor(s) Jianlin Shi Martin Törngren, Dejiu Chen ([email protected]) Sponsor(s) Title SSF (through the SAVE and SAVE++ projects), VINNOVA (through the Model and Tool Integration in High Level Design of Modcomp project), and the European Embedded Systems Commission (through the ATESST project) Abstract The development of advanced embedded systems requires a systematic approach as well as advanced tool support in dealing with their increasing complexity. This complexity is due to the increasing functionality that is implemented in embedded systems and stringent (and conflicting) requirements placed upon such systems from various stakeholders. The corresponding system development involves several specialists employing different modeling languages and tools.
    [Show full text]
  • Integration of Model-Based Systems Engineering and Virtual Engineering Tools for Detailed Design
    Scholars' Mine Masters Theses Student Theses and Dissertations Spring 2011 Integration of model-based systems engineering and virtual engineering tools for detailed design Akshay Kande Follow this and additional works at: https://scholarsmine.mst.edu/masters_theses Part of the Systems Engineering Commons Department: Recommended Citation Kande, Akshay, "Integration of model-based systems engineering and virtual engineering tools for detailed design" (2011). Masters Theses. 5155. https://scholarsmine.mst.edu/masters_theses/5155 This thesis is brought to you by Scholars' Mine, a service of the Missouri S&T Library and Learning Resources. This work is protected by U. S. Copyright Law. Unauthorized use including reproduction for redistribution requires the permission of the copyright holder. For more information, please contact [email protected]. INTEGRATION OF MODEL-BASED SYSTEMS ENGINEERING AND VIRTUAL ENGINEERING TOOLS FOR DETAILED DESIGN by AKSHA Y KANDE A THESIS Presented to the Faculty of the Graduate School of the MISSOURI UNIVERSITY OF SCIENCE AND TECHNOLOGY In Partial Fulfillment of the Requirements for the Degree MASTER OF SCIENCE IN SYSTEMS ENGINEERING 2011 Approved by Steve Corns, Advisor Cihan Dagli Scott Grasman © 2011 Akshay Kande All Rights Reserved 111 ABSTRACT Design and development of a system can be viewed as a process of transferring and transforming data using a set of tools that form the system's development environment. Conversion of the systems engineering data into useful information is one of the prime objectives of the tools used in the process. With complex systems, the objective is further augmented with a need to represent the information in an accessible and comprehensible manner.
    [Show full text]
  • Comparative Analysis of Software Development Methods Between Parallel, V-Shaped and Iterative
    International Journal of Computer Applications (0975 – 8887) Volume 169 – No.11, July 2017 Comparative Analysis of Software Development Methods between Parallel, V-Shaped and Iterative Suryanto Nugroho Sigit Hadi Waluyo Luqman Hakim Department of Information System Department of Information Department of Informatics STMIK Duta Bangsa Management Muhammadiyah University of Surakarta, Indonesia AMIK Taruna Probolinggo Malang Probolinggo, Indonesia Malang, Indonesia ABSTRACT determines a software that is produced according to a set time Any organization that will develop software is faced with a and has a good quality. difficult choice of choosing the right software development System Development Life Cycle or SDLC is a methodology method. Whereas the software development methods used, used to perform software development. The concept of the play a significant role in the overall software development SDLC is composed of several stages starting from the process. Software development methods are needed so that planning stage, the analysis phase, the design stage, the the software development process can be systematic so that it implementation stage and up to the system maintenance is not only completed within the right time frame but also period. Different forms of software development models that must have good quality. There are various methods of currently exist in building a framework or framework are software development in System Development Lyfe Cycle based on the concept of SDLC. According to Rainer, Turban, (SDLC). Each SDLC method provides a general guiding line and Potter [9], SDLC is a structured framework that contains about different software development and has different following processes in which the system is developed.
    [Show full text]
  • System Integration Issues Surrounding Integration of County-Level Justice Information Systems U.S
    U.S. Department of Justice Office of Justice Programs Bureau of Justice Assistance Bureau of Justice Assistance System Integration Issues Surrounding Integration of County-level Justice Information Systems U.S. Department of Justice Office of Justice Programs Bureau of Justice Assistance U.S. Department of Justice Janet Reno............................................... Attorney General Office of Justice Programs Laurie O. Robinson................................. Assistant Attorney General Bureau of Justice Assistance Nancy E. Gist.......................................... Director Prepared under Cooperative Agreement No. 92-DD-CX-0005 by SEARCH, The National Consortium for Justice Information and Statistics, 7311 Greenhaven Drive, Suite 145, Sacramento, California 95831. The points of view stated in this document are those of the authors and do not necessarily represent the official position or policies of the U.S. Department of Justice. Bureau of Justice Assistance 633 Indiana Avenue, N.W., Washington, D.C. 20531 (202) 307-5974 The Assistant Attorney General is responsible for matters of administration and management with respect to the OJP agencies: the Bureau of Justice Assistance, Bureau of Justice Statistics, National Institute of Justice, Office of Juvenile Justice and Delinquency Prevention and the Office for Victims of Crime. The Assistant Attorney General further establishes policies and priorities consistent with the statutory purposes of the OJP agencies and the priorities of the Department of Justice. ii Acknowledgments The System Integration: Issues Surrounding Integration of County-level Justice Information Systems report was produced by SEARCH, The National Consortium for Justice Information and Statistics. Dr. Francis J. Carney Jr. is the Chair and Gary R. Cooper is the Executive Director of this private, nonprofit consortium of the states.
    [Show full text]
  • The Systems Integration Architecture: an Agile Information Infrastructure
    3 The Systems Integration Architecture: an Agile Information Infrastructure by John J Mills, Ramez Elmasri, Kashif Khan, Srinivas Miriyala, and Kalpana Subramanian The Agile Aerospace Manufacturing Research Center, The Automation & Robotics Research Institute, The University of Texas at Arlington, 7300 Jack Newell Blvd. S, Fort Worth TX 76118, USA. Principle Contact: Dr. John J Mills, 01 0-817-794-5903; 010-817- 794-5 9 52 [fax]; e-mail: jmills@arri. uta. edu Abstract The Systems Integration Architecture project is taking a fresh approach to integration with special emphasis on supporting Agile, Virtual enterprises and their unique need for reconfigurable, de-centralized information systems. SIA is based on a different conceptual model of integration - called the TAR model - one which allows higher level integration than the traditional common, neutral format, shared database. The basic concept is that all information processing consists of a series of transformations of data sets called "Aspects" into other "Aspects". The transformations are effected by what are called Functional Transformation Agents which provide a single function and have a well defined interface structure which allows them to be integrated in a variety of ways. The Systems Integration Architecture provides three high level services which allow FTA's to be defined, combined into diverse networks which provide transformations of aspects in a manner transparent to the user and executed under a variety of control algorithms in a heterogeneous, de-centralized environment. These are: an Executive--to provide business control services; a Librarian--to act as somewhat of a meta data dictionary, keeping track ofFTA's and their input and output Aspects; and a Network--which is based on the Common Object Request Broker Architecture to facilitate communication between objects on a heterogeneous network.
    [Show full text]
  • INTEGRATION of MBSE INTO EXISTING DEVELOPMENT PROCESSES - EXPECTATIONS and CHALLENGES Kößler, Johannes; Paetzold, Kristin Universität Der Bundeswehr München, Germany
    21ST INTERNATIONAL CONFERENCE ON ENGINEERING DESIGN, ICED17 21-25 AUGUST 2017, THE UNIVERSITY OF BRITISH COLUMBIA, VANCOUVER, CANADA INTEGRATION OF MBSE INTO EXISTING DEVELOPMENT PROCESSES - EXPECTATIONS AND CHALLENGES Kößler, Johannes; Paetzold, Kristin Universität der Bundeswehr München, Germany Abstract The development of technical products is faced with an increasing amount of data of different domains. The communication between them is becoming more difficult. Additionally the dependencies between this data is getting more and more unclear. MBSE is an approach trying to improve this situation with the use of system models. The use of this models instead of a document-based storage allows a better consistency of the data and supports the visualization and understanding of the complete system. But the application of MBSE and its integration into existing environments is a difficult task. The integration of domain specific data causes a high effort while the benefit is often unclear or arises later on. Based on selected data from the industry the application is often started within a wide field of the company and often focusing on SysML trying to find a method to adapt it to the needs. This paper suggests to clearly define goals that have to be achieved with the use of MBSE. The goals serve as measurable criteria to evaluate the success of MBSE. Additionally they define the content that has to be integrated into the system model of MBSE as well as the addressees and operators. Keywords: Systems Engineering (SE), Design process, Organisation of product development, Evaluation Contact: Johannes Kößler Universität der Bundeswehr München Institut für Technische Produktentwicklung Germany [email protected] Please cite this paper as: Surnames, Initials: Title of paper.
    [Show full text]
  • A Case Study: Transitioning Business Processes to the Cloud for Small Enterprises
    Iowa State University Capstones, Theses and Creative Components Dissertations Spring 2019 A Case Study: Transitioning Business Processes to the Cloud for Small Enterprises Danielle Mitchell Follow this and additional works at: https://lib.dr.iastate.edu/creativecomponents Part of the Management Information Systems Commons Recommended Citation Mitchell, Danielle, "A Case Study: Transitioning Business Processes to the Cloud for Small Enterprises" (2019). Creative Components. 222. https://lib.dr.iastate.edu/creativecomponents/222 This Creative Component is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Creative Components by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. A Case Study: Transitioning Business Processes to the Cloud for Small Enterprises by Danielle R. Mitchell A creative component submitted to the graduate faculty in partial fulfillment of the requirements for the degree of MASTER OF SCIENCE Major: Information Systems Program of Study Committee: Anthony Townsend Sree Nilakanta Iowa State University Ames, Iowa 2019 Copyright © Danielle R. Mitchell, 2019. All rights reserved. ii DEDICATION This paper is dedicated to Daisy, who had to endure my long absences away from home while attending evening classes and working on this project. iii TABLE OF CONTENTS ACKNOWLEDGEMENTS.......................................................................................................
    [Show full text]
  • & Evocean Bridging the Enterprise Architecture to IT Architecture
    & Evocean Bridging the Enterprise Architecture to IT Architecture Gap Presented by Jog Raj 31st January 2008 © Telelogic AB Agenda • Introductions • The Business Challenge • What is Enterprise Architecture • Bridging the Business and IT gap • Service Orientated Architectures • Role of Tools in Architecture • Demonstration • Questions & Answers • Summary © Telelogic AB Telelogic At A Glance • Founded 1983 • HQ Malmö, Sweden • US HQ Irvine, California • Public Company Listed in 1999 • Development Sites USA, Sweden, UK, India © Telelogic AB Global Presence Over 40 offices around the world As of September 2004 © Telelogic AB Bridging the Enterprise Architecture to IT Architecture Gap © Telelogic AB Current Business Challenges • Hypercompetitive Market – Innovation – Ability to implement ideas • Mergers and Acquisitions • Governance and Compliance • Reduce Cost – Operational costs – IT Asset Management • Reuse of assets • Application Integration Costs • Risk Reduction and Mitigation © Telelogic AB A Growing Divide? Business Challenges and Opportunities Business Process Adaptability The Internet 1990s 2000s © Telelogic AB What is Enterprise Architecture? • A description of business and IT domains: – Mission, Strategy, Landscape, Organization, People, Locations – Processes, Technology, Information, Data, Applications • A description of the relationships between them • A set of graphical and textual models and artefacts that can be communicated in a common manner • An Enterprise Architecture supports an operating business in achieving its goals
    [Show full text]
  • Towards a Broader Adoption of Agile Software Development Methods
    (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 7, No. 12, 2016 Towards A Broader Adoption of Agile Software Development Methods Abdallah Alashqur Software Engineering Department Faculty of Information Applied Science Private University Amman, JORDAN Abstract—Traditionally, software design and development focus and effort is invested upfront in just documentation and has been following the engineering approach as exemplified by planning. the waterfall model, where specifications have to be fully detailed and agreed upon prior to starting the software construction process. Agile software development is a relatively new approach in which specifications are allowed to evolve even after the beginning of the development process, among other characteristics. Thus, agile methods provide more flexibility than the waterfall model, which is a very useful feature in many projects. To benefit from the advantages provided by agile methods, the adoption rate of these methods in software development projects can be further encouraged if certain practices and techniques in agile methods are improved. In this paper, an analysis is provided of several practices and techniques that are part of agile methods that may hinder their broader acceptance. Further, solutions are proposed to improve such Fig. 1. Enhanced Waterfall Model practices and consequently facilitate a wider adoption rate of agile methods in software development. Due to the shortcomings of the waterfall-based development methods, a new approach called agile software Keywords—Agile Methods; Agile software development; SCRUM development, or sometimes called Agile Methodology or just Agile Methods (AM), has emerged as a viable and powerful I. INTRODUCTION approach to software development. In agile software development, portions of the software are designed and Software systems research and development has resulted developed in short iterations in an incremental way.
    [Show full text]
  • Accelerate Devops with Continuous Integration and Simulation a How-To Guide for Embedded Development
    AN INTEL COMPANY Accelerate DevOps with Continuous Integration and Simulation A How-to Guide for Embedded Development WHEN IT MATTERS, IT RUNS ON WIND RIVER ACCELERATE DEVOPS WITH CONTINUOUS INTEGRATION AND SIMULATION EXECUTIVE SUMMARY Adopting the practice of continuous integration (CI) can be difficult, especially when developing software for embedded systems. Practices such as DevOps and CI are designed to enable engineers to constantly improve and update their products, but these processes can break down without access to the target system, a way to collabo- rate with other teams and team members, and the ability to automate tests. This paper outlines how simulation can enable teams to more effectively manage their integration and test practices. Key points include: • How a combination of actual hardware and simulation models can allow your testing to scale beyond what is possible with hardware alone • Recommended strategies to increase effectiveness of simulated testing • How simulation can automate testing for any kind of target • How simulation can enable better collaboration and more thorough testing • Some problems encountered when using hardware alone, and how simulation can overcome them TABLE OF CONTENTS Executive Summary . 2 Introduction . 3 Continuous Integration and Simulation . 3 Hardware-Based Continuous Integration . 4 Using Simulation for Continuous Integration . 6 Simics Virtual Platforms . 7 Workflow Optimization Using Checkpoints . 8 Testing for Faults and Rare Events . 9 Simulation-Based CI and the Product Lifecycle . 10 Conclusion . 11 2 | White Paper ™ AN INTEL COMPANY ACCELERATE DEVOPS WITH CONTINUOUS INTEGRATION AND SIMULATION INTRODUCTION connections between them configured appropriately . There is also CI is an important component of a modern DevOps practice .
    [Show full text]
  • Service Application Development and Systems Integration for Delivering a Robust, Scalable and Extensible Ecosystem
    Service Application Development and Systems Integration For Delivering a Robust, Scalable and Extensible Ecosystem Top Drivers for Renewal of Application Landscape in Financial Services • Changing customer demographics and corresponding change in requirements • Need for differentiation in ever-increasing competition Application Development and Systems Integration from Fiserv features a full range of application services, including • Decrease in market share legacy modernization, custom development, DevOps and • Risk of aged technology and applications system integration services with a clear focus on new (including workforce aspects) product incubation, scalability, extensibility and reliability. • Time to market/time to money Rapidly changing consumer needs • Forward-looking technology leading to accelerated business cycle and architecture As more and more businesses are • Reduction in total cost of ownership adopting consumer-oriented technologies Source: Forrester Research such as social media, smartphones and business-to-consumer Internet services, the need for faster and more responsive software With Application Development and delivery to business innovation and customer Systems Integration, Fiserv can reduce engagement has grown exponentially. the time it takes for business ideas to become production applications or Are you struggling to manage your functions. Fiserv aims for: applications, environments and speedy delivery of releases, and you want to: • Increased responsiveness to business needs • Build and maintain a production-equivalent
    [Show full text]