A Survey of the Open-Source Tracing Ecosystem

Size: px
Start display at page:

Download "A Survey of the Open-Source Tracing Ecosystem"

Transcription

1 A Survey of the Open-Source Tracing Ecosystem KubeCon + CloudNativeCon Europe May 2, 2018 Ben Sigelman OpenTracing co-creator, LightStep co-founder and CEO

2 Talk #goals - What s distributed tracing? How does it compare with other monitoring tech? What are the moving parts? Why are there so many tracing projects??? and what s the difference between them?

3 Part I Where Distributed Tracing fits into the Monitoring Ecosystem

4 All of Monitoring (more or less) Timeseries Statistics Measuring Symptoms Structured Events p99 latency alerts Exception Monitoring (Sentry) Error ratio alerts Counting relatively infrequent things like software releases (etc) (etc) Explaining Symptoms Most big dashboards Grepping logs Filter + GroupBy on metrics Rolling up data in ad hoc ways, a la Kibana or similar (i.e., Root-Cause Analysis) (etc) and Distributed Tracing!

5 Distributed Traces: Events, Organized monolith microservices - Every request touches many services - These touches generate event data - Must glue all of the per-request event data back together - Once you re gluing, you re tracing

6 Example Request with Trace Visualization Client Client Web server Auth Web server Billing Verify Process Auth Billing DB DB time Time context visualization

7 Tracing: the Mental Model Service A Service B Network Call Parent Span Span Context Child Span Child Span log log log log Child Span log log Trace: A recording of a transaction as it moves through a distributed system. Span: A named, timed operation representing a piece of the workflow. Spans have a Timestamp and a Duration, are annotated with Tags and Logs. Span Context: A set of Trace Identifiers injected into each request, which the next service will extract and use in order to propagate the trace.

8 Part II Tracing, Tracing, Tracing, and Tracing : One word, four needs

9 Tracing: It s About Analyzing Transactions

10 Tracing: It s About Recording Transactions (Small) Context Data Service or Sidecar Process Tracer Runtime / APM Agent (Big) Trace Data Tracing/APM Backend System

11 Tracing: It s About Federating Transactions (Small) Context Data Service or Sidecar Process Tracer Runtime / APM Agent Managed Cloud Service (Big) Trace Data Cloud-Provider Tracing Service Tracing/APM Backend System

12 Tracing: It s About Describing Transactions Service or Sidecar Process Service / Biz Logic OSS Library Tracer Runtime / APM Agent

13 Tracing is (presently) all four Analyzing Transactions Recording Transactions Federating Transactions Describing Transactions All have their place; hopefully they stay decoupled.

14 Part III Noteworthy tracing projects and how they fit together

15 Composable Parts in a Tracing Deployment (Small) Context Data Tracing System Authors Service or Sidecar Process Tool Users App Instrumentors Service / Biz Logic OSS Instrumentors OSS Library Data Recorders Tracer Runtime / APM Agent Tracing System Authors Application data Trace data Separate, stable interface Tracing / APM Tool (Big) Trace Data Managed Cloud Service Cloud-Provider Tracing Service

16 Zipkin surface area (Small) Context Data Tracing System Authors Zipkin is a distributed tracing system.... It manages both the collection and lookup of this data. Service or Sidecar Process Tool Users App Instrumentors Service / Biz Logic OSS Instrumentors OSS Library Data Recorders Tracer Runtime / APM Agent Tracing System Authors Application data Trace data Separate, stable interface Tracing / APM Tool (Big) Trace Data Managed Cloud Service Cloud-Provider Tracing Service

17 Jaeger: open source, end-to-end distributed tracing Jaeger surface area See also: SkyWalking, AppDash (Small) Context Data Tracing System Authors Jaeger is OpenTracing-native so needs no instrumentation APIs of its own Service or Sidecar Process Tool Users Service / Biz Logic OSS Library Data Recorders Tracer Runtime / APM Agent Tracing System Authors Application data Trace data Separate, stable interface Tracing / APM Tool (Big) Trace Data Managed Cloud Service Cloud-Provider Tracing Service

18 AWS X-Ray surface area See also: StackDriver Trace (Small) Context Data Tracing System Authors AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. Service or Sidecar Process Tool Users App Instrumentors Service / Biz Logic OSS Instrumentors OSS Library Tracer Runtime / APM Agent Tracing System Authors Application data Trace data Separate, stable interface Tracing / APM Tool (Big) Trace Data Managed Cloud Service Cloud-Provider Tracing Service

19 w3c Trace-Context surface area (Small) Context Data The mission of this group is to define the standard for distributed trace context propagation. Tracing System Authors Service or Sidecar Process Service / Biz Logic OSS Library Tracer Runtime / APM Agent (Big) Trace Data Tracing / APM Tool Application data Trace data Separate, stable interface Managed Cloud Service Cloud-Provider Tracing Service

20 w3c data interchange format surface area (Small) Context Data Service or Sidecar Process The data interchange format includes both the serialization protocol and the semantics of the data (how to model HTTP requests, SQL queries, etc) Service / Biz Logic OSS Library Tracer Runtime / APM Agent Tracing System Authors Application data Trace data Separate, stable interface Tracing / APM Tool (Big) Trace Data Managed Cloud Service Cloud-Provider Tracing Service

21 OpenCensus surface area (Small) Context Data Tracing System Authors A single distribution of libraries for metrics and distributed tracing with minimal overhead that allows you to export data to multiple backends. Service or Sidecar Process App Instrumentors Service / Biz Logic OSS Instrumentors OSS Library Data Recorders Tracer Runtime / APM Agent Tracing System Authors Application data Trace data Separate, stable interface Tracing / APM Tool (Big) Trace Data Managed Cloud Service Cloud-Provider Tracing Service

22 Vendor-neutral APIs and instrumentation for distributed tracing OpenTracing surface area Focused on reducing instrumentor toil and forward-facing risk. (Small) Context Data Service or Sidecar Process App Instrumentors Service / Biz Logic OSS Instrumentors OSS Library Tracer Runtime / APM Agent Tracing System Authors Application data Trace data Separate, stable interface Tracing / APM Tool (Big) Trace Data Managed Cloud Service Cloud-Provider Tracing Service

23 Part IV The Case for Narrow Interfaces

24 Developer adoption pain (for tracing) Tracer SDKs / clients Instrumenting service logic and third-party open-source code ( Describing Transactions ) Tracing backends and UIs

25 One example: OpenTracing scope: - 9 languages instrumented packages Tracer diversity: - Many Tracer implementations: OSS and commercial - Some are not just tracing a la Dapper (debuggers, metrics, logging) A small formal API means: - A single, decoupled value proposition - Smaller deps at compile-time - Fewer surprises downstream

26 Another example: w3c TraceContext Many players: 25+ Many other (tempting) adjacent problems to solve - The Span data format for vendor-to-vendor interop - OpenTracing-style APIs for propagation among other things - More complex sampling strategies, as well as baggage, etc The narrow scope: - Keeps the discussion focused - Encourages a best-of-breed approach - Reduces coupling (e.g., between instrumentation and headers)

27 Summing up - Tracing is table stakes now Tracing must involve many constituents Tracing, Tracing, Tracing, & Tracing: not the same thing :) Each project exists for good reasons: understand them Not a zero-sum game! Also: I m rarely in Europe and want to meet you! bhs@lightstep.com

Monitoring End User Experiences With Splunk and New Relic

Monitoring End User Experiences With Splunk and New Relic Monitoring End User Experiences With Splunk and New Relic Break down the silos in your observability infrastructure. Abner Germanow New Relic, Partner Marketing & Evangelism Tom Martin Splunk, Staff ITOA

More information

From Microservices to Teraservices. Adrian Technology Fellow - Battery Ventures September 2015

From Microservices to Teraservices. Adrian Technology Fellow - Battery Ventures September 2015 From Microservices to Teraservices Adrian Cockcroft @adrianco Technology Fellow - Battery Ventures September 2015 What does @adrianco do now? Presentations at Conferences Maintain Relationship with Cloud

More information

Cask Data Application Platform (CDAP)

Cask Data Application Platform (CDAP) Cask Data Application Platform (CDAP) CDAP is an open source, Apache 2.0 licensed, distributed, application framework for delivering Hadoop solutions. It integrates and abstracts the underlying Hadoop

More information

Real-time Streaming Insight & Time Series Data Analytic For Smart Retail

Real-time Streaming Insight & Time Series Data Analytic For Smart Retail Real-time Streaming Insight & Time Series Data Analytic For Smart Retail Sudip Majumder Senior Director Development Industry IoT & Big Data 10/5/2016 Economic Characteristics of Data Data is the New Oil..then

More information

CA UIM Log Analytics. Gain Full Stack Visibility With Contextual Log Insights. Mark Tukh Principal Presale Consultant CA NESS AT

CA UIM Log Analytics. Gain Full Stack Visibility With Contextual Log Insights. Mark Tukh Principal Presale Consultant CA NESS AT CA UIM Log Analytics Gain Full Stack Visibility With Contextual Log Insights Mark Tukh Principal Presale Consultant CA Division @ NESS AT Analytics is the New Battleground > 50% large organizations globally

More information

Business is being transformed by three trends

Business is being transformed by three trends Business is being transformed by three trends Big Cloud Intelligence Stay ahead of the curve with Cortana Intelligence Suite Business apps People Custom apps Apps Sensors and devices Cortana Intelligence

More information

Axibase Warehouse Designer. Overview

Axibase Warehouse Designer. Overview Axibase Warehouse Designer Overview Reporting Overview Types of reports (by usage) capacity planning and performance analysis Capacity planning identifies trends Performance analysis identifies outliers

More information

Application Performance Management for Cloud

Application Performance Management for Cloud Application Performance Management for Cloud CMG By Priyanka Arora prarora803@gmail.com Cloud Adoption Trends 2 Spending on public cloud Infrastructure as a Service hardware and software is forecast to

More information

Containers and Microservices Create New Performance Challenges

Containers and Microservices Create New Performance Challenges Containers and Microservices Create New Performance Challenges Cloud Computing Expo Santa Clara, 2015 Jonah Kowall, VP Market Development and Insights 2005 2013 Software is eating the world Emergence of

More information

MICROSERVICES. Prabavathy Arumugam Software AG. All rights reserved. For internal use only

MICROSERVICES. Prabavathy Arumugam Software AG. All rights reserved. For internal use only ICROSERVICES Prabavathy Arumugam 2016 Software AG. All rights reserved. For internal use only AGENDA 1. Introducing icroservices 2. icroservices Best Practices 3. icroservices support in the Digital Business

More information

SAP Crystal Solutions

SAP Crystal Solutions SAP Crystal Solutions SAP CRYSTAL SOLUTIONS WHAT S NEW IN 2011 CONTENT 4 What s New in SAP Crystal Server 2011 4 Guided Data Exploration 5 Engaging User Experience 5 Common Query Panel Across All Client

More information

Ayla Architecture. Focusing on the Things and Their Manufacturers. WE RE DRIVING THE NEXT PHASE OF THE INTERNET of THINGS

Ayla Architecture. Focusing on the Things and Their Manufacturers.  WE RE DRIVING THE NEXT PHASE OF THE INTERNET of THINGS WE RE DRIVING THE NEXT PHASE OF THE INTERNET of THINGS NOW Ayla Architecture Focusing on the Things and Their Manufacturers Ayla Networks 2015 www.aylanetworks.com The Ayla Internet of Things Platform:

More information

7 Mobile APM Keys for Driving Workforce Productivity. What It Takes to Deliver Excellent Enterprise Mobile User Experience

7 Mobile APM Keys for Driving Workforce Productivity. What It Takes to Deliver Excellent Enterprise Mobile User Experience 7 Mobile APM Keys for Driving Workforce Productivity What It Takes to Deliver Excellent Enterprise Mobile User Experience Aternity Mobile APM A new approach to measure, manage, and improve mobile workforce

More information

Creating an integrated plug-and-play supply chain with serverless computing

Creating an integrated plug-and-play supply chain with serverless computing Microsoft IT Showcase Creating an integrated plug-and-play supply chain with serverless computing Microsoft Core Services Engineering (CSE, formerly Microsoft IT) teamed with the Microsoft Devices Supply

More information

PERSPECTIVE. Microservices A New Application Paradigm. Abstract

PERSPECTIVE. Microservices A New Application Paradigm. Abstract PERSPECTIVE Microservices A New Application Paradigm Abstract Microservices Architecture is introducing the concept of developing functionality as a number of small self-contained services. This paper

More information

Azure PaaS and SaaS Microsoft s two approaches to building IoT solutions

Azure PaaS and SaaS Microsoft s two approaches to building IoT solutions Azure PaaS and SaaS Microsoft s two approaches to building IoT solutions Hector Garcia Tellado Program Manager Lead, Azure IoT Suite #IoTinActionMS #IoTinActionMS Agenda Customers using IoT today Microsoft

More information

Cask Data Application Platform (CDAP) The Integrated Platform for Developers and Organizations to Build, Deploy, and Manage Data Applications

Cask Data Application Platform (CDAP) The Integrated Platform for Developers and Organizations to Build, Deploy, and Manage Data Applications Cask Data Application Platform (CDAP) The Integrated Platform for Developers and Organizations to Build, Deploy, and Manage Data Applications Copyright 2015 Cask Data, Inc. All Rights Reserved. February

More information

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules POLOPOLY V9 TECHNICAL OVERVIEW System Architecture Templates and Presentation Modules 2008 Atex Group Ltd Polopoly, Polopoly Content Manager, Polopoly Relationship Manager, Polopoly User Module, Polopoly

More information

A BPTrends Report. March

A BPTrends Report. March A BPTrends Report March 2010 www.bptrends.com Interneer Intellect Version: 6.5 Interneer Inc. 5901 Green Valley Circle, Ste 170, Culver City CA 90230 Tel: 310-348-9665 Fax: 866-622-7122 Web: www.interneer.com

More information

run() MOB 101 SAP and Apple: Revolutionize the Mobile Work Experience

run() MOB 101 SAP and Apple: Revolutionize the Mobile Work Experience run() MOB 101 SAP and Apple: Revolutionize the Mobile Work Experience Public Speakers Las Vegas, Sept 19-23 Sami Lechner Bangalore, October 5-7 Paramita Biswas Barcelona, Nov 8-10 Prof. Andreas Schlosser

More information

Integrating MATLAB Analytics into Enterprise Applications

Integrating MATLAB Analytics into Enterprise Applications Integrating MATLAB Analytics into Enterprise Applications David Willingham 2015 The MathWorks, Inc. 1 Run this link. http://bit.ly/matlabapp 2 Key Takeaways 1. What is Enterprise Integration 2. What is

More information

Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business

Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business Ticketing: How ACME s Cloud-Based Enterprise Platform Benefits Your Business Today the cloud is replacing on-premise or hosted enterprise workloads, one vertical at a time. ACME was started to introduce

More information

Event Correlation: A fresh approach towards reducing MTTR

Event Correlation: A fresh approach towards reducing MTTR Event Correlation: A fresh approach towards reducing MTTR Renjith Rajan Jeff Weiner Rajneesh Chief Executive Officer Today s agenda 14:00 Introductions 14:03 The Problem Statement 14:08 Architecture Considerations

More information

WHITE PAPER SPLUNK SOFTWARE AS A SIEM

WHITE PAPER SPLUNK SOFTWARE AS A SIEM SPLUNK SOFTWARE AS A SIEM Improve your security posture by using Splunk as your SIEM HIGHLIGHTS Splunk software can be used to build and operate security operations centers (SOC) of any size (large, med,

More information

Auto Bag Drop Application Architecture

Auto Bag Drop Application Architecture Auto Bag Drop Application Architecture Common Use Self Service (CUSS) Architecture May 2014 Page 1 of 13 #ABD0000 ICM Airport Technics Australia Pty Ltd Commercial in Confidence Contents 1. Architecture

More information

Challenges in Application Scaling In an Exascale Environment

Challenges in Application Scaling In an Exascale Environment Challenges in Application Scaling In an Exascale Environment 14 th Workshop on the Use of High Performance Computing In Meteorology November 2, 2010 Dr Don Grice IBM Page 1 Growth of the Largest Computers

More information

API Gateway Digital access to meaningful banking content

API Gateway Digital access to meaningful banking content API Gateway Digital access to meaningful banking content Unlocking The Core Jason Williams, VP Solution Architecture April 10 2017 APIs In Banking A Shift to Openness Major shift in Banking occurring whereby

More information

Document Center and Document Management in S/4HANA Frank Spiegel, SAP October 2016

Document Center and Document Management in S/4HANA Frank Spiegel, SAP October 2016 Document Center and Document Management in S/4HANA Frank Spiegel, SAP October 2016 Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without

More information

DevOps Guide: How to Use APM to Enhance Performance Testing

DevOps Guide: How to Use APM to Enhance Performance Testing DevOps Guide: How to Use APM to Enhance Performance Testing CHAPTER 1: Introduction This short ebook discusses how combining performance test automation with application performance management (APM) solutions

More information

groundhog PRODUCTION CONTROL AND OPTIMIZATION FOR UNDERGROUND MINES

groundhog PRODUCTION CONTROL AND OPTIMIZATION FOR UNDERGROUND MINES groundhog PRODUCTION CONTROL AND OPTIMIZATION FOR UNDERGROUND MINES Manveetha Mopuru, Acccount Manager Chanakya Rachakonda, Product Manager Krishna Kunam, CTO Satish Penmetsa, CEO MINE BETTER WITH GROUNDHOG

More information

Turn Data into Business Value

Turn Data into Business Value Turn Data into Business Value Infinite Video Platform Analytics Layne Berg, Product Manager Steve Epstein, Distinguished Engineer June 21, 2017 Applying Big Data Analytics to Video Today, primarily descriptive

More information

Service Oriented Architecture

Service Oriented Architecture 2 Service Oriented Architecture An Overview for the Enterprise Architect 2006 IBM Corporation Agenda IBM SOA Architect Summit Introduction SOA Reference Architecture SOA Roadmap SOA Governance Summary

More information

White Paper. Non Functional Requirements of Government SaaS. - Ramkumar R S

White Paper. Non Functional Requirements of Government SaaS. - Ramkumar R S White Paper Non Functional Requirements of Government SaaS - Ramkumar R S Contents Abstract Summary..4 Context 4 Government SaaS.4 Functional Vs Non Functional Requirements (NFRs)..4 Why NFRs are more

More information

TECHNOLOGY PLATFORM STRATEGY

TECHNOLOGY PLATFORM STRATEGY TECHNOLOGY PLATFORM STRATEGY Dr. Wolfram Jost CTO and Member of the Executive Board UBS Technology One-on-One Conference 2018 March 7, 2018 SAFE-HARBOR-STATEMENT This presentation includes forward-looking

More information

Microsoft Azure Essentials

Microsoft Azure Essentials Microsoft Azure Essentials Azure Essentials Track Summary Data Analytics Explore the Data Analytics services in Azure to help you analyze both structured and unstructured data. Azure can help with large,

More information

DETAILED COURSE AGENDA

DETAILED COURSE AGENDA DETAILED COURSE AGENDA Dynamics 365 University: Boot Camp Detailed Agenda Course Level: 100 This instructor-led course provides a key step for Microsoft Dynamics 365 administrators and customizers who

More information

Evolving your Integration Infrastructure using webmethods Mediator

Evolving your Integration Infrastructure using webmethods Mediator Evolving your Integration Infrastructure using webmethods Mediator Subhash Ramachandran, VP Product Management Sachin Gadre, Manager, Product Management Tuesday, June 29, 2010 Agenda Solving the Integration

More information

Tascent Enterprise Suite Multimodal Biometric Identity Platform

Tascent Enterprise Suite Multimodal Biometric Identity Platform TM Tascent Enterprise Suite Multimodal Biometric Identity Platform tascent.com Multimodal Biometric Identity System Secure, scalable, and easy-to-use, the Tascent Enterprise Suite represents a thoroughly

More information

Creating Applications in Bluemix Using the Microservices Approach

Creating Applications in Bluemix Using the Microservices Approach Front cover Creating Applications in Bluemix Using the Microservices Approach Gucer Vasfi Shishir Narain Solution Guide Creating Applications in Bluemix Using the Microservices Approach Across 2014 and

More information

ACCELERATING DIGITIZATION THROUGH NEXT-GENERATION INTEGRATION

ACCELERATING DIGITIZATION THROUGH NEXT-GENERATION INTEGRATION ACCELERATING DIGITIZATION THROUGH NEXT-GENERATION INTEGRATION Introduction and market scenario An explosive nexus of four digital forces mobile, cloud, social media, and big data combined with the Internet

More information

Scott Fagen Distinguished Engineer Session# 8244

Scott Fagen Distinguished Engineer Session# 8244 the network in the cloud Scott Fagen Distinguished Engineer Session# 8244 abstract: the network in the cloud Everyone talks about putting servers into the cloud and provisioning just the capacity you need,

More information

A SURVEY AS UNIQUE AS YOUR AUDIENCE.

A SURVEY AS UNIQUE AS YOUR AUDIENCE. A SURVEY AS UNIQUE AS YOUR AUDIENCE. TABLE OF CONTENTS. INTRODUCTION 3 THE JOURNEY BEGINS 4 BUILDING YOUR FEEDBACK PROGRAM 4 Keeping It Simple... 4 Choosing The Right Questions... 4 Make It Personal...

More information

SAP Cloud Platform Pricing and Packages

SAP Cloud Platform Pricing and Packages Platform Pricing and Packages Get Started Packages Fast. Easy. Cost-effective. Get familiar and up-and-running with Platform in no time flat. Intended for non-production use. Designed to help users become

More information

Complex Event Processing: Power your middleware with StreamInsight. Mahesh Patel (Microsoft) Amit Bansal (PeoplewareIndia.com)

Complex Event Processing: Power your middleware with StreamInsight. Mahesh Patel (Microsoft) Amit Bansal (PeoplewareIndia.com) Complex Event Processing: Power your middleware with StreamInsight Mahesh Patel (Microsoft) Amit Bansal (PeoplewareIndia.com) Agenda The Value of Timely Analytics The challenges / Scenarios Introduction

More information

Cognos 8 Business Intelligence. Evi Pohan

Cognos 8 Business Intelligence. Evi Pohan Cognos 8 Business Intelligence Evi Pohan Agenda Needs and Challenges What is Cognos 8 Business Intelligence? Overview Simplified Deployment and Ease of Use Complete Range of Capabilities Proven Technology

More information

Financial Data Enterprise Platform

Financial Data Enterprise Platform BCC Group 2017 DEC Rel. 3.2 EN Financial Data Enterprise Platform 1 Financial Data Enterprise Platform ONE [Cloud] Financial Data [Cloud] Platform 2 Financial Data Enterprise Platform ONE " You never change

More information

More information for FREE VS ENTERPRISE LICENCE :

More information for FREE VS ENTERPRISE LICENCE : Source : http://www.splunk.com/ Splunk Enterprise is a fully featured, powerful platform for collecting, searching, monitoring and analyzing machine data. Splunk Enterprise is easy to deploy and use. It

More information

Best Practices for IT Service Management in 2017+

Best Practices for IT Service Management in 2017+ Best Practices for IT Service Management in 2017+ Branko Tadić ITSM Solution Executive IBM Hybrid Cloud Europe branko.tadic@rs.ibm.com 2016 IBM Corporation 2016 IBM Corporation 2016 IBM Corporation 2016

More information

Digitalisieren Sie Ihr Unternehmen mit dem Internet der Dinge Michael Epprecht Microsoft GBB IoT

Digitalisieren Sie Ihr Unternehmen mit dem Internet der Dinge Michael Epprecht Microsoft GBB IoT Digicomp Microsoft Evolution Day 2015 1 Digitalisieren Sie Ihr Unternehmen mit dem Internet der Dinge Michael Epprecht Microsoft GBB IoT michael.epprecht@microsoft.com @fastflame Partner: Becoming a digital

More information

Interface Monitoring in Solution Documentation

Interface Monitoring in Solution Documentation Interface Monitoring in Solution Documentation SAP Solution Manager 7.2, SP05 SAP DBS July 2017 Agenda Introduction Configure Interface & Connection Monitoring from Solution Documentation Consume Monitoring

More information

SAP Predictive Analytics Suite

SAP Predictive Analytics Suite SAP Predictive Analytics Suite Tania Pérez Asensio Where is the Evolution of Business Analytics Heading? Organizations Are Maturing Their Approaches to Solving Business Problems Reactive Wait until a problem

More information

Project Flogo TM. Edge Machine Learning with Flogo. Matt Ellis Product Management and Strategy Dan Rope Director, Data Science

Project Flogo TM. Edge Machine Learning with Flogo. Matt Ellis Product Management and Strategy Dan Rope Director, Data Science Project Flogo TM Edge Machine Learning with Flogo Matt Ellis Product Management and Strategy Dan Rope Director, Data Science Drivers for Lightweight Integration Project Flogo Machine Learning 2 Bringing

More information

White Paper: VANTIQ Competitive Landscape

White Paper: VANTIQ Competitive Landscape VANTIQ White Paper 12/28/2017 www.vantiq.com White Paper: VANTIQ Competitive Landscape TABLE OF CONTENTS TABLE OF CONTENTS... 2 Introduction... 3 apaas (application Platform as a Service) PLAYERS... 3

More information

MapR: Solution for Customer Production Success

MapR: Solution for Customer Production Success 2015 MapR Technologies 2015 MapR Technologies 1 MapR: Solution for Customer Production Success Big Data High Growth 700+ Customers Cloud Leaders Riding the Wave with Hadoop The Big Data Platform of Choice

More information

Microservices: Embracing the Unix mantra Do one thing and do it well

Microservices: Embracing the Unix mantra Do one thing and do it well WHITE PAPER Microservices: Embracing the Unix mantra Practice Head: Srini Peyyalamitta srini.peyyalamitta@aspiresys.com Author: Revathi Chandrasekharan Technical Lead - Software Engineering Aspire Systems

More information

ZE believes that the only way to grow is to act honestly, with integrity, and with the customer s best interests in mind.

ZE believes that the only way to grow is to act honestly, with integrity, and with the customer s best interests in mind. About ZE ZE Areas of Expertise Software services Implementation services Consulting expertise Project management ZE PowerGroup Inc. (ZE) is a leading software development and consulting firm headquartered

More information

WHITE PAPER. Payments organizations can leverage APIs to monetize their data and services. Abstract

WHITE PAPER. Payments organizations can leverage APIs to monetize their data and services. Abstract WHITE PAPER Payments organizations can leverage APIs to monetize their data and services Abstract Open banking initiatives such as the revised directive on payment services (PSD2), emergence of fintechs,

More information

Building Real-time and Responsive Applications on Azure. Girish Phadke & Maneesha Marathe Tata Consultancy Services Ltd.

Building Real-time and Responsive Applications on Azure. Girish Phadke & Maneesha Marathe Tata Consultancy Services Ltd. Learn. Connect. Explore. Building Real-time and Responsive Applications on Azure Girish Phadke & Maneesha Marathe Tata Consultancy Services Ltd. Real-time and Responsive Scenarios Trading Applications

More information

A Fresh Look at the Mainframe

A Fresh Look at the Mainframe A Fresh Look at the Mainframe Unlock the Value of Your Mainframe Assets Using SOA On Demand Insurance Business Problems 1. We want to increase revenues by selling insurance polices through external Brokers

More information

Introducing Amazon Kinesis Managed Service for Real-time Big Data Processing

Introducing Amazon Kinesis Managed Service for Real-time Big Data Processing Introducing Amazon Kinesis Managed Service for Real-time Big Data Processing Ryan Waite, GM Data Services Adi Krishnan, Product Manager November 13, 2013 2013 Amazon.com, Inc. and its affiliates. All rights

More information

Mid-Atlantic CIO Forum

Mid-Atlantic CIO Forum Mid-Atlantic CIO Forum Towson State University - March 17, 2016 Dave Rich CEO DBR & Associates Evolution of Analytics Batch Reportin g 1975 Static Reportin g Ad Hoc Query 1989 Data Warehousing Online

More information

ONAP Architecture Overview

ONAP Architecture Overview ONAP Architecture Overview Open Network Automation Platform (ONAP) Architecture White Paper 1 1. Introduction The ONAP project was formed in March, 2017 in response to a rising need for a common platform

More information

20775: Performing Data Engineering on Microsoft HD Insight

20775: Performing Data Engineering on Microsoft HD Insight Let s Reach For Excellence! TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC Address: 103 Pasteur, Dist.1, HCMC Tel: 08 38245819; 38239761 Email: traincert@tdt-tanduc.com Website: www.tdt-tanduc.com; www.tanducits.com

More information

SAP Gateway & SAP API Management Carsten Bönnen, SAP May 2015

SAP Gateway & SAP API Management Carsten Bönnen, SAP May 2015 SAP Gateway & SAP API Management Carsten Bönnen, SAP May 2015 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

GiftCard.com Saves 25 Percent in Seasonal Compute Costs with Help from New Relic

GiftCard.com Saves 25 Percent in Seasonal Compute Costs with Help from New Relic At a Glance INDUSTRY Financial services and ecommerce LOCATION Dallas, Texas EMPLOYEES 35 USE CASE Monitor performance on all publicfacing and private internal machines WHY NEW RELIC Performance monitoring

More information

Integration and Infrastructure Software White Paper. Integrating zseries applications and processes as Web services in an SOA environment.

Integration and Infrastructure Software White Paper. Integrating zseries applications and processes as Web services in an SOA environment. Integration and Infrastructure Software White Paper Integrating zseries applications and processes as Web services in an SOA environment. July 2005 Page 2 Contents 2 Introduction 2 Integration challenges

More information

MAD FOR MOBILE. John Frizelle Philip Hayes Cian Clarke. #redhat #rhsummit

MAD FOR MOBILE. John Frizelle Philip Hayes Cian Clarke. #redhat #rhsummit 1 MAD FOR MOBILE John Frizelle Philip Hayes Cian Clarke #redhat #rhsummit 2 THE MOBILE CENTER OF EXCELLENCE APPS DON'T NEED TO Cost $100k Take 6 months to develop Live for decades Be big monoliths on the

More information

MICROS SYSTEMS, INC.

MICROS SYSTEMS, INC. MICROS SYSTEMS, INC. MICROS SYSTEMS, INC. Headquartered in Columbia, Maryland HTTP://WWW.MICROS.COM Industry: Hospitality & Retail Oracle Products & Services: Oracle JDeveloper / Oracle ADF 11g ADF Faces

More information

TDT Model-driven Development of Information Systems, Autumn Service-oriented architecture (SOA)

TDT Model-driven Development of Information Systems, Autumn Service-oriented architecture (SOA) TDT4250 - Model-driven Development of Information Systems, Autumn 2008 Service-oriented architecture (SOA) 1 SOA definition Service-oriented architecture (SOA) A set of components which can be invoked,

More information

PRODUCT SYNOPSIS. This presentation will walk you through different features of Motadata with the help of screenshots. MOTADATA

PRODUCT SYNOPSIS. This presentation will walk you through different features of Motadata with the help of screenshots. MOTADATA 1 PRODUCT SYNOPSIS This presentation will walk you through different features of Motadata with the help of screenshots. The Unified Analytics Platform For Today s Infrastructure 2 Motadata is the unified

More information

Request for Information 18-RFP-004-LAJ WOTC Application Management System. Questions and Answers

Request for Information 18-RFP-004-LAJ WOTC Application Management System. Questions and Answers Request for Information 18-RFP-004-LAJ WOTC Application Management System Questions and Answers The Department s responses to timely submitted questions are provided below: Question Number 1. All 2. All

More information

GADD platform Overview

GADD platform Overview GADD platform Overview A GADD White Paper Published January, 2012 gaddsoftware.com Table of content 1. Introduction... 4 2. What makes the GADD platform different?... 4 2.1. How it has evolved... 4 2.2.

More information

An Enterprise Architect s Guide to API Integration for ESB and SOA

An Enterprise Architect s Guide to API Integration for ESB and SOA An Enterprise Architect s Guide to API Integration for ESB and SOA The New Digital Imperative While some are still adjusting to the idea, you re well aware that we re living in an application economy.

More information

What s New in Microsoft Dynamics CRM 4.0. Bryan Nielson Director, Product Marketing

What s New in Microsoft Dynamics CRM 4.0. Bryan Nielson Director, Product Marketing What s New in Microsoft Dynamics CRM 4.0 Bryan Nielson Director, Product Marketing Session Agenda Introduction Dynamics CRM 4.0 Feature Areas Use Design Report Data Manage Deploy Develop Demo In Conclusion

More information

Red Hat Open Shift Container Platform

Red Hat Open Shift Container Platform Red Hat Open Shift Container Platform Daniel.Froehlich@RedHat.com IT Must Evolve to Stay Ahead of Demands Containers package applications with dependencies and isolate the runtime Easy to deploy and portable

More information

SAP Leonardo Machine Learning Enabling the intelligent enterprise. Bruno Renzo Localization Product Manager Localization Day Spain 2017

SAP Leonardo Machine Learning Enabling the intelligent enterprise. Bruno Renzo Localization Product Manager Localization Day Spain 2017 SAP Leonardo Machine Learning Enabling the intelligent enterprise Bruno Renzo Localization Product Manager Localization Day Spain 2017 Legal Disclaimer The information in this presentation is confidential

More information

Wonderware System Platform 2017 Real-time Operations Control Platform for Supervisory, HMI, SCADA and IIoT

Wonderware System Platform 2017 Real-time Operations Control Platform for Supervisory, HMI, SCADA and IIoT Wonderware System Platform 2017 Real-time Operations Control Platform for Supervisory, HMI, SCADA and IIoT Wonderware System Platform 2017 is extremely open and built to interface with countless hardware

More information

DETAILED COURSE AGENDA

DETAILED COURSE AGENDA DETAILED COURSE AGENDA Dynamics 365 University Citizen Developer: Detailed Agenda Course Level: 200 As Microsoft Dynamics 365 has evolved so has the business needs of an organization. With this evolution,

More information

Sugar Product Brief. Create better business relationships.

Sugar Product Brief. Create better business relationships. Sugar Product Brief Setting your business apart from your competition begins with better customer experiences. Sugar empowers your entire organization to build better business relationships by consistently

More information

FLINK IN ZALANDO S WORLD OF MICROSERVICES JAVIER LOPEZ MIHAIL VIERU

FLINK IN ZALANDO S WORLD OF MICROSERVICES JAVIER LOPEZ MIHAIL VIERU FLINK IN ZALANDO S WORLD OF MICROSERVICES JAVIER LOPEZ MIHAIL VIERU 12-09-2016 AGENDA Zalando s Microservices Architecture Saiki - Data Integration and Distribution at Scale Flink in a Microservices World

More information

Manufacturing BPM Standardize Best Practices to Improve Agility and Global Operations

Manufacturing BPM Standardize Best Practices to Improve Agility and Global Operations Manufacturing BPM Standardize Best Practices to Improve Agility and Global Operations JANUARY 2009 Table of Contents Executive Summary... 3 What is BPM?... 4 BPM as a Management Discipline... 4 BPM as

More information

WHITE PAPER BEST PRACTICES: JAVA AND.NET

WHITE PAPER BEST PRACTICES: JAVA AND.NET WHITE PAPER BEST PRACTICES: APPLICATION PERFORMANCE management JAVA AND.NET WHITE PAPER: APPLICATION PERFORMANCE MANAGEMENT Java and.net best practices Whether or not you ve read the earlier papers in

More information

Your Enterprise Cloud-Native App Platform: An Introduction to Pivotal Cloud Foundry Richard August 31, 2017 #CNA3430BU CONFIDENTIAL

Your Enterprise Cloud-Native App Platform: An Introduction to Pivotal Cloud Foundry Richard August 31, 2017 #CNA3430BU CONFIDENTIAL CNA3430BU Your Enterprise Cloud- Native App Platform: An Introduction to Pivotal Cloud Foundry Richard Seroter @rseroter #VMworld #CNA3430BU Your Enterprise Cloud-Native App Platform: An Introduction to

More information

Bed Management Solution (BMS)

Bed Management Solution (BMS) Bed Management Solution (BMS) System Performance Report October 2013 Prepared by Harris Corporation CLIN 0003AD System Performance Report Version 1.0 Creation Date Version No. Revision History Description/Comments

More information

Epicor ERP 10 Adaptive ERP. An Epicor White Paper

Epicor ERP 10 Adaptive ERP. An Epicor White Paper Epicor ERP 10 Adaptive ERP An Epicor White Paper Table of Contents Why Adaptive ERP Is Important...1 How Epicor ERP 10 Supports Adaptive ERP...1 Adaptive Data And Services...2 Business Process Management...4

More information

IBM Maximo Asset Management V7.6 Overview. December 12, Matt Logsdon

IBM Maximo Asset Management V7.6 Overview. December 12, Matt Logsdon IBM Maximo Asset Management V7.6 Overview December 12, 2014 Matt Logsdon IBM Maximo Historical Releases Maximo V7.1 (May 2008) Maximo V7.5 (Apr 2011) Maximo V7.6 (Dec 12, 2014) IBM End of Support for V7.1

More information

Introducing Infor Xi/Ming.le for M3

Introducing Infor Xi/Ming.le for M3 Introducing Infor Xi/Ming.le for M3 Merit Consulting AS Sandnes/Norway karsten.hesselager@infor.com 1 2 Agenda Introducing Infor Xi Tech Stack Why have Infor developed Xi? What is included in Xi Demo of

More information

Understanding Your Enterprise API Requirements

Understanding Your Enterprise API Requirements Understanding Your Enterprise Requirements Part 2: The 3 management platforms which architecture model fits your business? Strategically choosing the right management architecture model will ensure your

More information

SAP Business One 9.2, version for SAP HANA Overview of the Exclusive Features

SAP Business One 9.2, version for SAP HANA Overview of the Exclusive Features SAP Business One 9.2, version for SAP HANA Overview of the Exclusive Features September 2016 Customer SAP Business One The choice of SMEs and subsidiaries worldwide 53,000+ SAP Business One customers 800,000+

More information

WebSphere. Enablement for WebSphere Industry Content Packs. Telecom Enablement

WebSphere. Enablement for WebSphere Industry Content Packs. Telecom Enablement WebSphere Enablement for WebSphere Industry Content Packs Telecom Enablement Chapter 1. Enablement for the WebSphere Telecom Content Pack The Telecom Enablement can be used by solution architects, IT

More information

Considerations and Best Practices for Migrating to an IP-based Access Control System

Considerations and Best Practices for Migrating to an IP-based Access Control System WHITE PAPER Considerations and Best Practices for Migrating to an IP-based Access Control System Innovative Solutions Executive Summary Migrating from an existing legacy Access Control System (ACS) to

More information

Extending TouchPoint Banking Suite Applications with OpenSpan

Extending TouchPoint Banking Suite Applications with OpenSpan OpenSpan White Paper Series: Extending TouchPoint Banking Suite Applications with OpenSpan Introduction p. 2 OPENSPAN FOR TOUCHPOINT p. 3 CASE STUDY p. 5 BENEFITS p. 6 SUMMARY p. 7 p. 2 OpenSpan White

More information

Partner & Quality Management System

Partner & Quality Management System K2 BPM App Development Partner & Quality Management System Requirement Gathering & Solution design Mobile & Web App Development Business Analytics for Partner KPIs Onsite Installation & Deployment Legacy

More information

JD Edwards EnterpriseOne Mobile Solution Strategy

JD Edwards EnterpriseOne Mobile Solution Strategy JD Edwards EnterpriseOne Mobile Solution Strategy Solution Overview Copyright 2017, Oracle and/or its affiliates. All rights reserved. Safe Harbor Statement The following is intended to outline our general

More information

EMC ATMOS. Managing big data in the cloud A PROVEN WAY TO INCORPORATE CLOUD BENEFITS INTO YOUR BUSINESS ATMOS FEATURES ESSENTIALS

EMC ATMOS. Managing big data in the cloud A PROVEN WAY TO INCORPORATE CLOUD BENEFITS INTO YOUR BUSINESS ATMOS FEATURES ESSENTIALS EMC ATMOS Managing big data in the cloud ESSENTIALS Purpose-built cloud storage platform designed for unlimited global scale Intelligently automates management of content through highly flexible policies

More information

SAP Monitoring: Performance Management Your Business Can Count On

SAP Monitoring: Performance Management Your Business Can Count On E-PAPER SAP Monitoring: Performance Management Your Business Can Count On Using the right tools and techniques, you can identify, understand, and predict performance issues and bottlenecks before users

More information

AKTIVOV Asset Management System

AKTIVOV Asset Management System AKTIVOV Asset System Aktivov means Assets We provide core expertise, business knowledge, and tools on Enterprise Asset, and Operations & Maintenance Strategies, while you concentrate on your core competence.

More information

Apache Spark 2.0 GA. The General Engine for Modern Analytic Use Cases. Cloudera, Inc. All rights reserved.

Apache Spark 2.0 GA. The General Engine for Modern Analytic Use Cases. Cloudera, Inc. All rights reserved. Apache Spark 2.0 GA The General Engine for Modern Analytic Use Cases 1 Apache Spark Drives Business Innovation Apache Spark is driving new business value that is being harnessed by technology forward organizations.

More information

Relationships of ONAP and OSS/BSS

Relationships of ONAP and OSS/BSS Relationships of ONAP and OSS/BSS Jenny S. Huang Standards and Industry Alliances, AT&T Distinguished Fellow, ZOOM Project Co-chair, TM Forum 2017 TM Forum 1 OSS/BSS What for? schedule They are systems

More information

DevOps architecture overview

DevOps architecture overview IBM Cloud Architecture Center DevOps architecture overview The right practices and toolchains to rapidly execute and scale. IBM Bluemix Garage Method takes the best of Design Thinking, Lean, Agile, DevOps

More information