Next-generation Annotation Management. Brian Schlining

Size: px
Start display at page:

Download "Next-generation Annotation Management. Brian Schlining"

Transcription

1 Nextgeneration Annotation Management Brian Schlining

2 A Little History

3 A Little History circa 2005 Video Annotation and Reference System RDBMS Crossplatform

4 A Little History... r o f d e sign e d s a w VARS circa 2005 Frame capture hardware videotape RDBMS Crossplatform Deck control via RS422

5 VARS Today for d e s u s i RS A V y a d To ats e v a c e with som.. videotape Video Files RDBMS Crossplatform Image Collections

6 Image collection at MBARI

7 Lessons Learned Spelling Matters Constrained vocabulary required!

8 Lessons Learned Spelling Matters Constrained vocabulary required! Database >>> Files No files to manage Data always in sync Easy to share data

9 Lessons Learned Spelling Matters Database >>> Files Constrained vocabulary required! No files to manage Data always in sync Easy to share data One tool to rule them all Researchers have different needs

10 Lessons Learned Spelling Matters Database >>> Files No files to manage Data always in sync Easy to share data One tool to rule them all Constrained vocabulary required! Researchers have different needs Power users need power tools

11 Lessons Learned Spelling Matters Database >>> Files No files to manage Data always in sync Easy to share data One tool to rule them all Constrained vocabulary required! Researchers have different needs Power users need power tools Digital video is hard Many formats Large file sizes Many, many files to track

12 Lessons Learned Spelling Matters Database >>> Files No files to manage Data always in sync Easy to share data One tool to rule them all Constrained vocabulary required! Researchers have different needs Power users need power tools Digital video is hard Many formats Large file sizes Many, many files to track

13 Software Design Requirements Goal: Continue to enable scientists to use MBARI collected video for qualitative and quantitative science Accommodate future changes to digital video (futureproofing). Efficiently deliver video. Track the locations of videos. Manage videos annotations.

14 From This... videotape Video Files RDBMS Crossplatform Image Collections

15 To This... W eb Video asset manager pro Crossplatform toc ol videotape Annotation service Knowledgebase W eb pro toc ol Sharktopoda Operatingsystem specific video player Video Files Image Collections

16 Our Nearterm Goal W eb Video asset manager Annotation service Knowledgebase pro toc ol Crossplatform Discrete services A service provides a web API videotape owns its own data does one thing and does it well W eb pro toc ol Sharktopoda Operatingsystem specific video player Video Files Image Collections

17 Our Nearterm Goal W eb Video asset manager pro Crossplatform toc ol videotape Annotation service Knowledgebase W eb pro toc ol Sharktopoda Operatingsystem specific video player Video Files Image Collections

18 Our Nearterm Goal W eb Video asset manager pro Crossplatform toc ol videotape Annotation service Knowledgebase W eb pro toc ol Sharktopoda Operatingsystem specific video player Video Files Image Collections

19 Our Nearterm Goal W eb Video asset manager Annotation service Knowledgebase pro Crossplatform toc ol Apps use only services needed Programming language agnostic videotape UDP/JSON W eb pro toc ol REST/JSON Sharktopoda Operatingsystem specific video player Video Files Image Collections

20 Using a Service Python import requests import json r = requests.get(' j = json.loads(r.text) j[ name ] j[ alternatenames ] j[ rank ] j[ media ]

21 Using a Service Matlab j = webread(' j.description j.alternatenames j.rank j.media

22 Using a Service R install.packages('rjson') library('rjson') j < fromjson(readlines(' j$name j$alternatenames j$rank j$media

23 Using a Service Perl $j==0&&($c++,$c>=$a&&($c=0));$j==2&&($c ($C=$a),$C); $j==3&&($r++,$r>=@b&&($r=0));$j==1&&($r ($R=@B),$R);} KP($){push@S,shift}KJ(){pop@S 0}KX(){@S[1,2]=@S[2,1]}KR() {push@s,$s[1]}kw($$){"z".$_[0]."z,k{".$_[1]."},"}kg($){($_)=($a)=@_; y/\`/>/;w$a," X;P(J$_ J)"}KD($){($a)=@_;W$a,ZP Z.$a}KE($){($_)=($a) =@_;y/0123/>^<v/;w $_,"N $a"}';y/z/\'/;s/k/s$l /g;my($r,$c,@s); eval$_;}$_=$x=w '_','N(J?2:0)';y/_02/ 31/;$x.=$_ #r^>\"j eg"1+t,,,,l#

24 Our Nearterm Goal W eb Video asset manager Annotation service Knowledgebase vampiresquid pro Crossplatform toc ol annosaurus videotape W eb pro toc ol Sharktopoda Operatingsystem specific video player Video Files Image Collections

25 vampire squid Efficiently Deliver Video to Users Data Collection Deployment 8 hour dive is ~1TB Video Segments 32x 15min videos

26 vampire squid Efficiently Deliver Video to Users Data Collection Master ~40GB Mezzanine ~4GB Proxy ~400MB Deployment 8 hour dive is ~1TB Video Segments 32x 15min videos

27 vampire squid Efficiently Deliver Video to Users Data Archiving Capture resolution Minimal compression For detailed annotations Master ~40GB Mezzanine ~4GB Proxy ~400MB

28 vampire squid Efficiently Deliver Video to Users Data Archiving Capture resolution Minimal compression For detailed annotations Master ~40GB Compressed For generating proxies Mezzanine ~4GB Proxy ~400MB

29 vampire squid Efficiently Deliver Video to Users Data Archiving Capture resolution Minimal compression For detailed annotations Master ~40GB Compressed For generating proxies Mezzanine ~4GB Highly compressed at various resolutions For outline annotations Proxy ~400MB

30 Efficiently Deliver Video to Users Data Delivery Physical delivery mechanism Prefetch via web Master ~40GB Streaming via web Mezzanine ~4GB Streaming via web Proxy ~400MB

31 vampire squid 96 videos / deployment X 300 deployments /year ~30,000 videos / year

32 Allows Applications to Ask: 96 videos / deployment X 300 deployments /year ~30,000 videos / year vampire squid For a given deployment and/or moment in time: What videos are available? Where are they? What are their: codecs containers resolution framerate fingerprint (SHA512)

33 vampiresquid vampire squid A simple custom video asset manager. Open source docker run p 8080:8080 hononuuli/vampiresquid

34 Annotation API anno sauru s Goal: Make it easy for researchers to create and edit annotations from their own applications An evolved VARS annotation data model. Rich, flexible data model

35 Annotation API anno sauru s Goal: Make it easy for researchers to create and edit annotations from their own applications An evolved VARS annotation data model. Rich, flexible data model Want to search for any kind of squid eating any kind of Myctophidae between 200 and 400 meters in June 2007?

36 Image Annotation Supported Index is timestamp T16:11:09Z anno sauru s

37 Image Annotation Supported anno sauru s Index is timestamp T16:11:09Z Can have multiple images at one index. e.g. left/right stereo image raw/color corrected image

38 Annotations apply across all versions of a video annosaurus + vampiresquid Index into Media (Elapsedtime and/or Timecode) millis / 01:05:43:22 Master Mezzanine Proxy

39 Annotation Software Infrastructure Video and Image annotation service Annosaurus Open source docker run p 8080:8080 hohonuuli/annosaurus

40 Status Video asset manager Annotation service Knowledgebase Sharktopoda

41 Status Video asset manager Annotation service Knowledgebase Alpha ready for integration Sharktopoda Completed In Production Web API is Alpha Rewrite required Existing app to be rewritten to new APIs

42 Potential Applications Automation Video asset manager Annotation service Knowledgebase Automated Image Processing W Color correct, remove marine snow etc. eb pro toc ol Sharktopoda Register corrected images with annosaurus Operatingsystem specific video player

43 Potential Applications Automation Video asset manager Annotation service Knowledgebase Automated Detector and Classifier W Store classifier output in annosaurus eb pro toc ol Sharktopoda Operatingsystem specific video player

44 Potential Applications Extract training sets W eb Video asset manager Annotation service Knowledgebase pro toc ol Extract training sets of images from annotated video Extract Training Set (App) Sharktopoda Operatingsystem specific video player

45 Potential Applications Realtime multiusers W eb Video asset manager Annotation service Knowledgebase Video stream pro toc ol

46 Ecosystem of Tools W eb Video asset manager Annotation service Knowledgebase pro toc ol Automated Detector and Classifier Develop special tools while using existing applications.

47

48 github.com/underwatervideo underwatervideo.slack.com

49 The end

Prototyping Data Intensive Apps: TrendingTopics.org

Prototyping Data Intensive Apps: TrendingTopics.org Prototyping Data Intensive Apps: TrendingTopics.org Pete Skomoroch Research Scientist at LinkedIn Consultant at Data Wrangling @peteskomoroch 09/29/09 1 Talk Outline TrendingTopics Overview Wikipedia Page

More information

Judith Connor Monterey Bay Aquarium Research Institute

Judith Connor Monterey Bay Aquarium Research Institute ARCHIVING, ANNOTATING AND ACCESSING VIDEO AS DATA Judith Connor Monterey Bay Aquarium Research Institute E-mail: conn@mbari.org ABSTRACT: Since 1989, the Monterey Bay Aquarium Research Institute (MBARI)

More information

Lessons learned while automating MySQL in the AWS cloud. Stephane Combaudon DB Engineer - Slice

Lessons learned while automating MySQL in the AWS cloud. Stephane Combaudon DB Engineer - Slice Lessons learned while automating MySQL in the AWS cloud Stephane Combaudon DB Engineer - Slice Our environment 5 DB stacks Data volume ranging from 30GB to 2TB+. Master + N slaves for each stack. Master

More information

Metadata, Chief technicolor

Metadata, Chief technicolor Metadata, the future of home entertainment Christophe Diot Christophe Diot Chief Scientist @ technicolor 2 2011-09-26 What is a metadata? Metadata taxonomy Usage metadata Consumption (number of views,

More information

Home of Redis. Redis for Fast Data Ingest

Home of Redis. Redis for Fast Data Ingest Home of Redis Redis for Fast Data Ingest Agenda Fast Data Ingest and its challenges Redis for Fast Data Ingest Pub/Sub List Sorted Sets as a Time Series Database The Demo Scaling with Redis e Flash 2 Fast

More information

Basic Concepts of the Energy Lab 2.0 Co-Simulation Platform

Basic Concepts of the Energy Lab 2.0 Co-Simulation Platform Basic Concepts of the Energy Lab 2.0 Co-Simulation Platform Jianlei Liu KIT Institute for Applied Computer Science (Prof. Dr. Veit Hagenmeyer) KIT University of the State of Baden-Wuerttemberg and National

More information

Techno Expert Solutions

Techno Expert Solutions Course Content of Microsoft Windows Azzure Developer: Course Outline Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks

More information

GX content and applications Taking content further

GX content and applications Taking content further GX content and applications Taking content further Adrian McAloon Aviation Content and Applications Content and applications - goals 1. To enrich the existing on-board content experience 2. To reinforce

More information

20532D: Developing Microsoft Azure Solutions

20532D: Developing Microsoft Azure Solutions 20532D: Developing Microsoft Azure Solutions Course Details Course Code: Duration: Notes: 20532D 5 days Elements of this syllabus are subject to change. About this course This course is intended for students

More information

Avid Interplay Production Web Services Version 2.0

Avid Interplay Production Web Services Version 2.0 Avid Interplay Production Web Services Version 2.0 www.avid.com Table of Contents Overview... 1 Interplay Production Web Services Functionality... 2 Asset Management... 2 Workflow Enhancement... 3 Infrastructure...

More information

K2 Media Server & Storage Platform

K2 Media Server & Storage Platform K2 Media Server & Storage Platform 1. Are K2 clients PCs with standard I/O boards? No. K2 clients are purpose-built devices with the performance, reliability and real-time processes necessary for use in

More information

CNI, CRI, and OCI - Oh My!

CNI, CRI, and OCI - Oh My! CNI, CRI, and OCI - Oh My! Who are we? Elsie Phillips Paul Burt This talk is standards + containers What s a standard? Something those ISO folks make Whatever the country, whatever the language, we are

More information

9 Reasons To Use a Binary Repository for Front-End Development with Bower

9 Reasons To Use a Binary Repository for Front-End Development with Bower 9 Reasons To Use a Binary Repository for Front-End Development with Bower White Paper Introduction The availability of packages for front-end web development has somewhat lagged behind back-end systems.

More information

Lesson 12: ArcGIS Server Capabilities

Lesson 12: ArcGIS Server Capabilities GEOG 482 / 582 : GIS Data Management Lesson 12: ArcGIS Server Capabilities Overview Learning Objective Questions: 1. What are the ArcGIS Server Services? 2. How is ArcGIS Server packaged? 3. What are three

More information

Serverless Predictions at Scale

Serverless Predictions at Scale less Predictions at Scale Thomas Reske Global Solutions Architect, Amazon Web Services less computing allows you to build and run applications and services without thinking about servers What are the benefits

More information

PASIG Digital Preservation BOOTcamp Best* Practices in Preserving Common Content Types: AudioVisual files

PASIG Digital Preservation BOOTcamp Best* Practices in Preserving Common Content Types: AudioVisual files PASIG Digital Preservation BOOTcamp Best* Practices in Preserving Common Content Types: AudioVisual files Kara Van Malssen AudioVisual Preservation Solutions kara@avpreserve.com www.avpreserve.com MAY

More information

Data Collection at the Edge with OSIsoft Message Format

Data Collection at the Edge with OSIsoft Message Format Data Collection at the Edge with OSIsoft Message Format Presented by: Jeremy Korman, Product Marketing Manager Konstantin Chudnovskiy, SaaS Products Team Leader Frank Gasparro, Edge Products Group Lead

More information

Microsoft RemoteFX for Remote Desktop Virtualization Host Capacity Planning Guide for Windows Server 2008 R2 Service Pack 1

Microsoft RemoteFX for Remote Desktop Virtualization Host Capacity Planning Guide for Windows Server 2008 R2 Service Pack 1 Microsoft RemoteFX for Remote Desktop Virtualization Host Capacity Planning Guide for Windows Server 2008 R2 Service Pack 1 Microsoft Corporation Published: March 2011 Abstract Microsoft RemoteFX delivers

More information

Cisco Video Surveillance Manager Release 4.1/6.1

Cisco Video Surveillance Manager Release 4.1/6.1 Cisco Video Surveillance Manager Release 4.1/6.1 PB 521659 Cisco offers network-centric video surveillance software and hardware that supports video transmission, monitoring, recording, and management.

More information

SECURE PRIVATE VAGRANT BOXES AND MORE WITH A BINARY REPOSITORY MANAGER. White Paper

SECURE PRIVATE VAGRANT BOXES AND MORE WITH A BINARY REPOSITORY MANAGER. White Paper SECURE PRIVATE VAGRANT BOXES AND MORE WITH A BINARY REPOSITORY MANAGER White Paper Introduction The importance of a uniform development environment among team members can t be overstated. Bugs stemming

More information

SigMF: The Signal Metadata Format. Ben Hilburn

SigMF: The Signal Metadata Format. Ben Hilburn SigMF: The Signal Metadata Format Ben Hilburn Problem Statement How do you make large recordings of samples more practically useful? Signal Metadata Format Format for describing recordings of digital samples.

More information

Zombie Apocalypse Workshop

Zombie Apocalypse Workshop Zombie Apocalypse Workshop Building Serverless Microservices Danilo Poccia @danilop Paolo Latella @LatellaPaolo September 22 nd, 2016 2015, Amazon Web Services, Inc. or its Affiliates. All rights reserved.

More information

PI System Pervasive Data Collection

PI System Pervasive Data Collection PI System Pervasive Data Collection Presented by Christian Leroux Enterprise Program Manager Chris Felts Sr. Product Manager OSIsoft on Industrial IoT Connecting people with sensor based data in ways that

More information

Seagate Kinetic Open Storage Platform. Mayur Shetty - Senior Solutions Architect

Seagate Kinetic Open Storage Platform. Mayur Shetty - Senior Solutions Architect Seagate Kinetic Open Storage Platform Mayur Shetty - Senior Solutions Architect 2 Application Clustering Management Interconnect App App LibKinetic App A D App No. 77103, LibKinetic effective Jan. 18,

More information

IBM Watson Content Hub. Architecture Overview

IBM Watson Content Hub. Architecture Overview IBM Watson Content Hub Architecture Overview Watson Content Hub supports a new omni-channel approach with a headless CMS Treat content as a system of record Separated content & presentation Access content

More information

Alternative Approaches for Deduplication in Cloud Storage Environment

Alternative Approaches for Deduplication in Cloud Storage Environment International Journal of Computational Intelligence Research ISSN 0973-1873 Volume 13, Number 10 (2017), pp. 2357-2363 Research India Publications http://www.ripublication.com Alternative Approaches for

More information

DATA PROTECTION FOR THE CLOUD

DATA PROTECTION FOR THE CLOUD DATA PROTECTION FOR THE CLOUD ERWIN FREISLEBEN ADVISORY SYSTEMS ENGINEER, DELL EMC Data Protection Everywhere Where You Need It Consumption Models On-Prem Continuous Availability Virtualized Converged

More information

Deep Dive Amazon Kinesis. Ian Meyers, Principal Solution Architect - Amazon Web Services

Deep Dive Amazon Kinesis. Ian Meyers, Principal Solution Architect - Amazon Web Services Deep Dive Amazon Kinesis Ian Meyers, Principal Solution Architect - Amazon Web Services Analytics Deployment & Administration App Services Analytics Compute Storage Database Networking AWS Global Infrastructure

More information

BEFORE WE GET STARTED. BASIC TERMS TO KNOW JavaScript Python Basic Syntax Object String Functions Arguments Property While- Loops Varibles

BEFORE WE GET STARTED. BASIC TERMS TO KNOW JavaScript Python Basic Syntax Object String Functions Arguments Property While- Loops Varibles COMBAT CODING 101 BEFORE WE GET STARTED BASIC TERMS TO KNOW JavaScript Python Basic Syntax Object String Functions Arguments Property While- Loops Varibles LANGUAGE Most commonly used coding languages

More information

Video Options. The options available for video on the web are changing constantly. At the moment your options are divided between two types:

Video Options. The options available for video on the web are changing constantly. At the moment your options are divided between two types: Reel Delivery: Design for Media Distribution Spring 2015 Class 6 - (Video Basics) Video Options The options available for video on the web are changing constantly. At the moment your options are divided

More information

White Paper. EVERY THING CONNECTED How Web Object Technology Is Putting Every Physical Thing On The Web

White Paper. EVERY THING CONNECTED How Web Object Technology Is Putting Every Physical Thing On The Web White Paper EVERY THING CONNECTED Is Putting Every Physical Thing Every Thing Connected The Internet of Things a term first used by technology visionaries at the AUTO-ID Labs at MIT in the 90s 1 has received

More information

Ardour3 Video Integration

Ardour3 Video Integration Ardour3 Video Integration film-soundtracks on GNU/Linux Robin Gareus CiTu - Pargraphe Research Group University Paris 8 - Hypermedia Department robin@gareus.org April, 2012 Outline of the talk Introduction

More information

Azure Development Course

Azure Development Course Azure Development Course About This Course This section provides a brief description of the course, audience, suggested prerequisites, and course objectives. COURSE DESCRIPTION This course is intended

More information

MMAPI (Mobile Media API) Multimedia Framework for Mobile Devices

MMAPI (Mobile Media API) Multimedia Framework for Mobile Devices MMAPI (Mobile Media API) Multimedia Framework for Mobile Devices Zohar Sivan IBM Research Laboratory in Haifa IBM Labs in Haifa MMAPI Objectives Provide a standards-based Java multimedia framework for

More information

Modular End-to-End IPTV Solution

Modular End-to-End IPTV Solution Modular End-to-End IPTV Solution PackeTV is Visionary Solutions modular end-to-end IP video management solution that enables secure scheduled and on-demand delivery of live and recorded video to any screen

More information

Database Architecture 2 & Storage. Instructor: Matei Zaharia cs245.stanford.edu

Database Architecture 2 & Storage. Instructor: Matei Zaharia cs245.stanford.edu Database Architecture 2 & Storage Instructor: Matei Zaharia cs245.stanford.edu Summary from Last Time System R mostly matched the architecture of a modern RDBMS» SQL» Many storage & access methods» Cost-based

More information

Unifying Big Data Workloads in Apache Spark

Unifying Big Data Workloads in Apache Spark Unifying Big Data Workloads in Apache Spark Hossein Falaki @mhfalaki Outline What s Apache Spark Why Unification Evolution of Unification Apache Spark + Databricks Q & A What s Apache Spark What is Apache

More information

March Networks Transportation Maintenance Release Command and Visual Intelligence SP1

March Networks Transportation Maintenance Release Command and Visual Intelligence SP1 March Networks Transportation Maintenance Release Command 2.3.2 and Visual Intelligence 5.11.0 SP1 March 2018 Introduction March Networks Command provides a single interface for managing your video surveillance

More information

2 NAD Home Audio Integration Buyer s Guide

2 NAD Home Audio Integration Buyer s Guide NAD CI Featuring a full line-up of audiophile-grade streamers, amplifiers and music players, NAD s CI series is designed to seamlessly integrate with some of the most popular smarthome control systems.

More information

Connected vehicle cloud Commercial presentation

Connected vehicle cloud Commercial presentation Connected vehicle cloud 17.1 Commercial presentation 2017.07.01 The evolution of the automotive industry 2017 2020 2025 2030 A vehicle can generate 1 GB of data per second By 2020 automakers could make

More information

Intensity Pro 4K Incredible quality capture and playback in SD, HD and Ultra HD for your HDMI, YUV, S-Video and NTSC/PAL devices!

Intensity Pro 4K Incredible quality capture and playback in SD, HD and Ultra HD for your HDMI, YUV, S-Video and NTSC/PAL devices! Intensity Pro 4K Incredible quality capture and playback in SD, HD and Ultra HD for your HDMI, YUV, S-Video and NTSC/PAL devices! Introducing the new Intensity Pro 4K, the easiest and highest quality way

More information

Swift: Programming, Master's Handbook: A TRUE Beginner's Guide! Problem Solving, Code, Data Science, Data Structures & Algorithms (Code Like A PRO

Swift: Programming, Master's Handbook: A TRUE Beginner's Guide! Problem Solving, Code, Data Science, Data Structures & Algorithms (Code Like A PRO Swift: Programming, Master's Handbook: A TRUE Beginner's Guide! Problem Solving, Code, Data Science, Data Structures & Algorithms (Code Like A PRO In... Mining, Software, Software Engineering,) Ebooks

More information

OMF Documentation. Release OSIsoft, LLC

OMF Documentation. Release OSIsoft, LLC OMF Documentation Release 0.11 OSIsoft, LLC December 24, 2016 Contents 1 Overview 1 2 Message Types 3 2.1 Type Messages.............................................. 3 2.2 Object Messages.............................................

More information

Full Scalable Media Cloud Solution with Kubernetes Orchestration. Zhenyu Wang, Xin(Owen)Zhang

Full Scalable Media Cloud Solution with Kubernetes Orchestration. Zhenyu Wang, Xin(Owen)Zhang Full Scalable Media Cloud Solution with Kubernetes Orchestration Zhenyu Wang, Xin(Owen)Zhang Agenda Media in the Network and Cloud Intel Media Server Reference Software Stack Container with MSS enablement

More information

Building Scalable and Extendable Data Pipeline for Call of Duty Games: Lessons Learned. Yaroslav Tkachenko Senior Data Engineer at Activision

Building Scalable and Extendable Data Pipeline for Call of Duty Games: Lessons Learned. Yaroslav Tkachenko Senior Data Engineer at Activision Building Scalable and Extendable Data Pipeline for Call of Duty Games: Lessons Learned Yaroslav Tkachenko Senior Data Engineer at Activision 1+ PB Data lake size (AWS S3) Number of topics in the biggest

More information

CO Java EE 6: Develop Web Services with JAX-WS & JAX-RS

CO Java EE 6: Develop Web Services with JAX-WS & JAX-RS CO-77754 Java EE 6: Develop Web Services with JAX-WS & JAX-RS Summary Duration 5 Days Audience Java Developer, Java EE Developer, J2EE Developer Level Professional Technology Java EE 6 Delivery Method

More information

Building Rich Interactive Applications with Silverlight

Building Rich Interactive Applications with Silverlight Andrew, Dani and Dr. Z MSDN Roadshow development architecture you Maryland Pennsylvania Virginia Washington DC Building Rich Interactive Applications with Silverlight Zhiming Xue Z Architect Evangelist

More information

Oracle Application Container Cloud

Oracle Application Container Cloud Oracle Application Container Cloud Matthew Baldwin Principal Product Manager Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

SOLUTION BRIEF Fulfill the promise of the cloud

SOLUTION BRIEF Fulfill the promise of the cloud SOLUTION BRIEF Fulfill the promise of the cloud NetApp Solutions for Amazon Web Services Fulfill the promise of the cloud NetApp Cloud Volumes Service for AWS: Move and manage more workloads faster Many

More information

Guess the Operating System

Guess the Operating System Guess the Operating System Look at the picture and guess the operating system. 1 2 3 Page 1 of 5 2010 OS New Features MAC OS X (Snow Leopard) Windows 7 Ubuntu 9.10 UI: Better stacks, Contextual menus have

More information

Traffic Theory, Piracy, and the New Home Jerry Pierce

Traffic Theory, Piracy, and the New Home Jerry Pierce The Evolving Home Traffic Theory, Piracy, and the New Home Jerry Pierce Universal Pictures Outline! Traffic Theory! Where are Movies going?! It s all about the Consumer " Do we need a common format?! It

More information

Richard Mallion. Swift for Admins #TEAMSWIFT

Richard Mallion. Swift for Admins #TEAMSWIFT Richard Mallion Swift for Admins #TEAMSWIFT Apple Introduces Swift At the WWDC 2014 Keynote, Apple introduced Swift A new modern programming language It targets the frameworks for Cocoa and Cocoa Touch

More information

Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 Safe Harbour THE FOLLOWING IS INTENDED TO OUTLINE OUR GENERAL PRODUCT DIRECTION. IT IS INTENDED FOR INFORMATION PURPOSES ONLY, AND MAY NOT BE INCORPORATED INTO ANY CONTRACT. IT IS NOT A COMMITMENT TO

More information

Dell Software Defined Enterprise

Dell Software Defined Enterprise Dell Software Defined Enterprise A practical vision of Future Ready IT Armughan Ahmad Vice President, Dell Enterprise Solutions @ArmughanAA 1 2 3 Defining the Software-Defined Enterprise Strategy for success

More information

M20696 Administering System Center Configuration Manager and Intune

M20696 Administering System Center Configuration Manager and Intune M20696 Administering System Center Configuration Manager and Intune Course Number: M20696 Category: Technical Microsoft Duration: 5 days Certification: 70-696 Overview Get expert instruction and hands-on

More information

Software Defined Storage for the Evolving Data Center

Software Defined Storage for the Evolving Data Center Software Defined Storage for the Evolving Data Center Petter Sveum Information Availability Solution Lead EMEA Technology Practice ATTENTION Forward-looking Statements: Any forward-looking indication of

More information

Virtualization. John Shike VP Business Development Snell Advanced Media

Virtualization. John Shike VP Business Development Snell Advanced Media Virtualization John Shike VP Business Development Snell Advanced Media Holy grail Datacenter Distributed Media Production Live IP feeds IP/MPLS Routing Core Studios Studio-to-Studio Data center-based media-processing

More information

LIVE2VOD: THERE S NO LONGER TIME TO WAIT

LIVE2VOD: THERE S NO LONGER TIME TO WAIT 2VOD: THERE S NO LONGER TIME TO WAIT 2VOD: THERE S NO LONGER TIME TO WAIT Live2VOD is very much the buzzword of the moment. Both the traditional broadcasters and those large scale public sector and corporate

More information

Milestone Solution Partner IT Infrastructure Components Certification Report

Milestone Solution Partner IT Infrastructure Components Certification Report Milestone Solution Partner IT Infrastructure Components Certification Report Dell MD3860i Storage Array Multi-Server 1050 Camera Test Case 4-2-2016 Table of Contents Executive Summary:... 3 Abstract...

More information

ITP 140 Mobile Technologies. Databases Client/Server

ITP 140 Mobile Technologies. Databases Client/Server ITP 140 Mobile Technologies Databases Client/Server Databases Data: recorded facts and figures Information: knowledge derived from data Databases record data, but they do so in such a way that we can produce

More information

Jupyter and Spark on Mesos: Best Practices. June 21 st, 2017

Jupyter and Spark on Mesos: Best Practices. June 21 st, 2017 Jupyter and Spark on Mesos: Best Practices June 2 st, 207 Agenda About me What is Spark & Jupyter Demo How Spark+Mesos+Jupyter work together Experience Q & A About me Graduated from EE @ Tsinghua Univ.

More information

From Clicks to Models. The Wikimedia LTR Pipeline

From Clicks to Models. The Wikimedia LTR Pipeline From Clicks to Models The Wikimedia LTR Pipeline Wikimedia Search Platform 300 languages 900 wikis 85% of search to top 20 4TB in primary shards 30M+ full text/day 50M+ autocomplete/day 150M+ more like/day

More information

Making Sense of Artificial Intelligence: A Practical Guide

Making Sense of Artificial Intelligence: A Practical Guide Making Sense of Artificial Intelligence: A Practical Guide JEDEC Mobile & IOT Forum Copyright 2018 Young Paik, Samsung Senior Director Product Planning Disclaimer This presentation and/or accompanying

More information

CompTIA Mobility+ Certification

CompTIA Mobility+ Certification CompTIA Mobility+ Certification Duration: 5 days Price: $4000 Certifications: CompTIA Mobility+ Exams: MB0-001 Course Overview The mobile age is upon us. More and more people are using tablets, smartphones,

More information

Defense & Aerospace. Networked visualization for distributed mission operations

Defense & Aerospace. Networked visualization for distributed mission operations Defense & Aerospace Networked visualization for distributed mission operations Collaboration over IP Because operators and decision-makers need immediate access to visual information from a wide variety

More information

WHITE PAPER. RedHat OpenShift Container Platform. Benefits: Abstract. 1.1 Introduction

WHITE PAPER. RedHat OpenShift Container Platform. Benefits: Abstract. 1.1 Introduction WHITE PAPER RedHat OpenShift Container Platform Abstract Benefits: Applications are designed around smaller independent components called microservices. Elastic resources: Scale up or down quickly and

More information

REASONS TO USE A BINARY REPOSITORY MANAGER WHEN DEVELOPING WITH. White Paper

REASONS TO USE A BINARY REPOSITORY MANAGER WHEN DEVELOPING WITH. White Paper 12 REASONS TO USE A BINARY REPOSITORY MANAGER WHEN DEVELOPING WITH White Paper Introduction Over the last several years software development has evolved from focusing on in-house coding to making extensive

More information

Building a Data Strategy for a Digital World

Building a Data Strategy for a Digital World Building a Data Strategy for a Digital World Jason Hunter, CTO, APAC Data Challenge: Pushing the Limits of What's Possible The Art of the Possible Multiple Government Agencies Data Hub 100 s of Service

More information

Citrix Workspace Cloud

Citrix Workspace Cloud Citrix Workspace Cloud Roger Bösch Citrix Systems International GmbH Workspace Cloud is a NEW Citrix Management and Delivery Platform Customers Now Have a Spectrum of Workspace Delivery Options Done By

More information

Developing Fast with

Developing Fast with Developing Fast with 10 Reasons to Use an Artifact Repository Manager White Paper August 2016 www.jfrog.com Contents Executive Summary... 3 Introduction... 6 01 Reliable and consistent access to Podspecs

More information

Media Asset Management

Media Asset Management Media Asset Management Harmonic Pro Media Carbon Telestream Vantage Adobe Premiere Pro/Prelude Episode engine Sorenson Squeeze File Catalyst Aspera Signiant emam Feeder Search, Preview, Metadata, Markers,

More information

Build Scientific Computing Infrastructure with Rebar3 and Docker. Eric Sage

Build Scientific Computing Infrastructure with Rebar3 and Docker. Eric Sage Build Scientific Computing Infrastructure with Rebar3 and Docker Eric Sage A scientific telecommunications network Hello, I d like an automated gene ontology please! Agenda - An example biological service

More information

Chronix: Long Term Storage and Retrieval Technology for Anomaly Detection in Operational Data

Chronix: Long Term Storage and Retrieval Technology for Anomaly Detection in Operational Data Chronix: Long Term Storage and Retrieval Technology for Anomaly Detection in Operational Data FAST 2017, Santa Clara Florian Lautenschlager, Michael Philippsen, Andreas Kumlehn, and Josef Adersberger Florian.Lautenschlager@qaware.de

More information

Experiences with Serverless Big Data

Experiences with Serverless Big Data Experiences with Serverless Big Data AWS Meetup Munich 2016 Markus Schmidberger, Head of Data Service Munich, 17.10.16 Key Components of our Data Service Real-Time Monitoring Enable our development teams

More information

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course details Course Outline Module 1: Introduction to Azure This module explains cloud computing, and compares cloud computing and

More information

Question: 2 Kubernetes changed the name of cluster members to "Nodes." What were they called before that? Choose the correct answer:

Question: 2 Kubernetes changed the name of cluster members to Nodes. What were they called before that? Choose the correct answer: Volume: 89 Questions + 17 Labs Question: 1 Containers are run on which of these? A. Services B. Controllers C. Nodes D. None of these Answer: C Nodes run the pods. Question: 2 Kubernetes changed the name

More information

Technologies for the future of Network Insight and Automation

Technologies for the future of Network Insight and Automation Technologies for the future of Network Insight and Automation Richard Wade (ricwade@cisco.com) Technical Leader, Asia-Pacific Infrastructure Programmability This Session s Context Service Creation Service

More information

E-Share: Secure Large File Sharing

E-Share: Secure Large File Sharing Feature Sheet E-Share: Secure Large File Sharing Use CipherPost Pro to securely share, track, and control single or multiple file attachments up to 5 GB directly from your email Sharing large files securely

More information

ProMAX Cache-A Overview

ProMAX Cache-A Overview ProMAX Cache-A Overview Cache-A Archive Appliances With the proliferation of tapeless workflows, came an amazing amount of data that not only needs to be backed up, but also moved and managed. This data

More information

ECS ARCHITECTURE DEEP DIVE #EMCECS. Copyright 2015 EMC Corporation. All rights reserved.

ECS ARCHITECTURE DEEP DIVE #EMCECS. Copyright 2015 EMC Corporation. All rights reserved. ECS ARCHITECTURE DEEP DIVE 1 BOOKING HOTEL IN 1960 2 TODAY! 3 MODERN APPS ARE CHANGING INDUSTRIES 4 @scale unstructured global accessible web many devices 5 MODERN APPS ARE CHANGING INDUSTRIES 6 MODERN

More information

Interoperable Cloud Storage with the CDMI Standard. Mark Carlson, SNIA TC and Oracle Chair, SNIA Cloud Storage TWG

Interoperable Cloud Storage with the CDMI Standard. Mark Carlson, SNIA TC and Oracle Chair, SNIA Cloud Storage TWG Interoperable Cloud Storage with the CDMI Standard Mark Carlson, SNIA TC and Oracle Chair, SNIA Cloud Storage TWG SNIA Legal Notice The material contained in this tutorial is copyrighted by the SNIA. Member

More information

Aviation Applications and GXTV

Aviation Applications and GXTV Aviation Applications and GXTV Adrian McAloon Director, Aviation Content and Applications Agenda Aviation applications The power of applications as a revenue driver $ Progress since October Aviation Applications

More information

Outline. S: past, present and future Some thoughts. The 80s. Interfaces - 60s & 70s. Duncan Temple Lang Department of Statistics UC Davis

Outline. S: past, present and future Some thoughts. The 80s. Interfaces - 60s & 70s. Duncan Temple Lang Department of Statistics UC Davis S: past, present and future Some thoughts Duncan Temple Lang Department of Statistics UC Davis Outline Good idea that was either taken up or missed. Interfaces Thoughts on how S evolved and what implications

More information

cappture your imagination Product Introduction

cappture your imagination Product Introduction cappture your imagination Product Introduction Version 2.0 - March 2014 2 Table of Contents Document overview...4 Product goal and outline...4 The problem being addressed...4 Product architecture...5 The

More information

Introduction to the Azure Portal

Introduction to the Azure Portal Page 1 of 17 Introduction to the Azure Portal The new Azure portal is an all-in-one, work-anywhere experience. Now you can manage App Service Apps, databases and Visual Studio Team Services projects in

More information

What s New in tvos #WWDC16. App Frameworks. Session 206. Hans Kim tvos Engineer

What s New in tvos #WWDC16. App Frameworks. Session 206. Hans Kim tvos Engineer App Frameworks #WWDC16 What s New in tvos Session 206 Hans Kim tvos Engineer 2016 Apple Inc. All rights reserved. Redistribution or public display not permitted without written permission from Apple. Welcome

More information

Inmarsat Global Xpress

Inmarsat Global Xpress Inmarsat Global Xpress Maritime Solution Overview Shane Rossbacher 01 Feb 2012 Global Xpress Satellite Network Global Xpress The new standard in maritime satellite communications High Performance Smaller,

More information

SSD Telco/MSO Case Studies

SSD Telco/MSO Case Studies SSD Telco/MSO Case Studies SSDs Enable IP CDN & ivod Mike Gluck VP & CTO Sanity Solutions Inc. MGluck@sanitysolutions.com Santa Clara, CA 1 ENAP-201-1_Enterprise Applications Sanity Solutions: Focusing

More information

2001 Sun Microsystems

2001 Sun Microsystems The Project A Future Vision for the Web, and Some Tools to Get There Stephen Uhler Sun Microsystems Laboratories 2001-0266 2001 Sun Microsystems Overview A vision for the future of the Web An architecture

More information

Big Data Infrastructure at Spotify

Big Data Infrastructure at Spotify Big Data Infrastructure at Spotify Wouter de Bie Team Lead Data Infrastructure September 26, 2013 2 Who am I? According to ZDNet: "The work they have done to improve the Apache Hive data warehouse system

More information

Understanding the latent value in all content

Understanding the latent value in all content Understanding the latent value in all content John F. Kennedy (JFK) November 22, 1963 INGEST ENRICH EXPLORE Cognitive skills Data in any format, any Azure store Search Annotations Data Cloud Intelligence

More information

One Engine, one Query Language. Multiple Data Models.

One Engine, one Query Language. Multiple Data Models. One Engine, one Query Language. Building a Graphy Time Machine Multiple Data Models. Michael Hackstein ArangoDB Inc. About Me 1. Michael Hackstein 2. ArangoDB Core Team a. Leading Graph Development Team

More information

Enhanced Audio Features for High- Definition Broadcasts and Discs. Roland Vlaicu Dolby Laboratories, Inc.

Enhanced Audio Features for High- Definition Broadcasts and Discs. Roland Vlaicu Dolby Laboratories, Inc. Enhanced Audio Features for High- Definition Broadcasts and Discs Roland Vlaicu Dolby Laboratories, Inc. Entertainment is Changing High definition video Flat panel televisions Plasma LCD DLP New broadcasting

More information

Leapfrog Central 1.2. Technical release notes

Leapfrog Central 1.2. Technical release notes Leapfrog Central 1.2 Technical release notes This document outlines the major features and improvements in Leapfrog Central 1.2 which include some changes in Leapfrog Geo and Leapfrog Browser. More detailed

More information

Serverless Architecture meets Continous Delivery

Serverless Architecture meets Continous Delivery Serverless Architecture meets Continous Delivery Alex Krause alex.krause@cosee.biz @alex0ptr Andreas Mohrhard andreas.mohrhard@cosee.biz @amohrhard https://twitter.com/jeffbarr/status/805175000906928128

More information

POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN. PostgresConf US

POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN. PostgresConf US POSTGRESQL ON AWS: TIPS & TRICKS (AND HORROR STORIES) ALEXANDER KUKUSHKIN PostgresConf US 2018 2018-04-20 ABOUT ME Alexander Kukushkin Database Engineer @ZalandoTech Email: alexander.kukushkin@zalando.de

More information

4) An organization needs a data store to handle the following data types and access patterns:

4) An organization needs a data store to handle the following data types and access patterns: 1) A company needs to deploy a data lake solution for their data scientists in which all company data is accessible and stored in a central S3 bucket. The company segregates the data by business unit,

More information

Wowza Streaming Engine

Wowza Streaming Engine Wowza Streaming Engine Wowza Streaming Engine, formerly Wowza Media Server, is robust, customizable, and scalable server software that powers reliable streaming of high-quality video and audio to any device,

More information

What s New in CloudKit

What s New in CloudKit System Frameworks #WWDC15 What s New in CloudKit Session 704 Olivier Bonnet icloud Client Eric Krugler icloud Server 2015 Apple Inc. All rights reserved. Redistribution or public display not permitted

More information

Project JXTA Technology Overview

Project JXTA Technology Overview Project JXTA Technology Overview Dr Simon See Technical Director Asia Pacific Science & Technology Center Sun Microsystems Inc. www.jxta.org The Time Is Right for P2P and Project JXTA Peer-to-Peer (P2P)

More information