CloudSearch and the Democra1za1on of Informa1on Retrieval

Size: px
Start display at page:

Download "CloudSearch and the Democra1za1on of Informa1on Retrieval"

Transcription

1 SIGIR 2012 Portland CloudSearch and the Democra1za1on of Informa1on Retrieval Daniel E. Rose A9.com

2 What Does A9 Do? Product Search Adver1sing Technology 15 August 2012 Visual Search Community Q&A D. Rose, CloudSearch, SIGIR

3 and CloudSearch A new hosted search service offered by AWS 15 August 2012 D. Rose, CloudSearch, SIGIR

4 Democra1za1ng Informa1on Retrieval: A Brief History 15 August 2012 D. Rose, CloudSearch, SIGIR

5 Democra1zing Informa1on Retrieval Giving more users access to search tools, and making those tools easier to use and more powerful Giving more content owners (businesses, organiza1ons, research teams, government offices, etc.) the ability to be search providers. 15 August 2012 D. Rose, CloudSearch, SIGIR

6 1970s: Online Metered Search Services Examples: Dialog, ORBIT, Lexis/Nexis, Westlaw, BRS Cost and requirements [users]: Installa1on and rental of dedicated terminal Usage cost per hour (e.g. $50) Cost per page printed, etc. Content available: Research corpora (e.g. journal ar1cles), news stories, court cases. Improved access for: Users (researchers, lawyers, etc.) 15 August 2012 D. Rose, CloudSearch, SIGIR

7 1970s: Online Metered Search Services Typical Query: assum! /5 risk /p ic* snow*** snowfall /s slip! fell fall*** Results: Oien the first screen of the first retrieved document. Restric1ons encouraged batch- style search 15 August 2012 D. Rose, CloudSearch, SIGIR

8 1980s: Enterprise Search Products Examples: Verity Topic, Personal Library Systems, Fulcrum SearchServer, Excalibur RetrievalWare. Cost and requirements: $10-100K per year license fee, also per seat Beefy hardware to install it on Improved access for: Content owners (usually large businesses). 15 August 2012 D. Rose, CloudSearch, SIGIR

9 1990s: Web Search Examples: WebCrawler, Lycos, Infoseek, AltaVista, Excite, Inktomi, Yandex, Google, AllTheWeb, Teoma. Cost and requirements: For users: Free, web browser. For search providers: web server, high- speed service Improved access for: Users Content owners (as long as your data was HTML, and you put it on your website, and search engine chose to crawl it) 15 August 2012 D. Rose, CloudSearch, SIGIR

10 2000s: Open Source Search Examples: Lucene/Solr, Indri Cost and requirements [providers]: No cost for soiware Need hardware to run it on Improved Access for: Content owners (with resources and exper1se.) 15 August 2012 D. Rose, CloudSearch, SIGIR

11 2010s: CloudSearch Put your content in the cloud and make it searchable You decide what content gets searched and who can see it Self- service Improves access for: Content owners 15 August 2012 D. Rose, CloudSearch, SIGIR

12 An Introduc1on to CloudSearch

13 What Is Amazon CloudSearch? A hosted web search service developed by A9 Powered by the same search engine used by Amazon.com and other retailers. Designed from ground up to support: semistructured data faceted metadata search numeric range searches memory- resident indexes 15 August 2012 D. Rose, CloudSearch, SIGIR

14 CloudSearch Uses AWS Services Elas1c Compute Cloud (EC2) for computa1on Simple Storage Service (S3) for storage Elas1c Map Reduce (EMR) for index construc1on Simple Work Flow (SWF) for coordina1ng customer ac1ons Elas1c Load Balancing (ELB) for rou1ng traffic 15 August 2012 D. Rose, CloudSearch, SIGIR

15 CloudSearch Dashboard 15 August 2012 D. Rose, CloudSearch, SIGIR

16 Sepng Up the Data 15 August 2012 D. Rose, CloudSearch, SIGIR

17 Indexing Documents (addi1ons, updates, dele1ons) 15 August 2012 D. Rose, CloudSearch, SIGIR

18 Tes1ng Queries from Dashboard 15 August 2012 D. Rose, CloudSearch, SIGIR

19 Tes1ng Queries from Web Browser 15 August 2012 D. Rose, CloudSearch, SIGIR

20 !! Search API q = close+encounters! bq = (and (or director: spielberg! director: lucas )! year: )!! rank = -year,title! return-fields: director,title,year! "facet = genre! 15 August 2012 D. Rose, CloudSearch, SIGIR

21 ! CloudSearch Relevance Ranking Configurable ranking func1ons Can combine! x idf- style text matching score with query- independent ranking features. Rank Expressions: (0.4 * log2(time()/ year))! + (0.6 * text_relevance)! 15 August 2012 D. Rose, CloudSearch, SIGIR

22 Elas1c Scaling 15 August 2012 D. Rose, CloudSearch, SIGIR

23 To Recap Benefits: Easy to make any semi- structured data searchable Easy to set up and configure No hardware or soiware management Scalable and elas1c Anyone can be a search provider. 15 August 2012 D. Rose, CloudSearch, SIGIR

24 Implica1ons for Search User Experience 15 August 2012 D. Rose, CloudSearch, SIGIR

25 Progress in Search User Experience From highly structured boolean queries to unstructured text From binary matching to relevance- ranking From batch- like to interac1ve From command line to GUI From monospace 80 x 24 text to rich presenta1on 15 August 2012 D. Rose, CloudSearch, SIGIR

26 Web Search in August 2012 D. Rose, CloudSearch, SIGIR

27 Hardware & Soiware Capabili1es CPU Memory MHz Intel Pen1um 512 KB OS Windows 3.1 Bandwidth 28.8 kbps Cost $2000 Search engine designers passed the absolute minimum needed to decide whether to click: 1tle, URL, small excerpt. Being able to point and click on remote content was a big deal! 15 August 2012 D. Rose, CloudSearch, SIGIR

28 Hardware & Soiware Capabili1es CPU 120 MHz Intel Pen1um 2.5 GHz Intel Core i5 > 40x Memory 1 MB 4 GB 4000x OS Windows 3.1 Windows 7, Mac OS X Bandwidth 28.8 kbps 5.8 Mbps 200x Cost $2000 $ x What have search engine UX designers done with all that addi7onal power? 15 August 2012 D. Rose, CloudSearch, SIGIR

29 Web Search in August 2012 D. Rose, CloudSearch, SIGIR

30 Why Lack of Progress? Most users first (and some1mes only) experience with search is with web search Search dominated by a few players 15 August 2012 D. Rose, CloudSearch, SIGIR

31 What makes a good search engine user experience? Results as relevant as possible Short delay between query and results Clean and uncluvered presenta1on Gives user a feeling of direct engagement Allows seamless transi1on between search and browsing Fun to use Rewards user for giving more informa1on Interac1on appropriate for type of task Limit visual noise / op1mize data- ink ra1o Minimizes scrolling D. E. Rose and S. Raju, Encouraging Explora1on with Elroy: A New User Experience for 15 Web August Search, 2012 SIGIR 2007 workshop D. on Rose, Exploratory CloudSearch, Search SIGIR 2012 and HCI 31

32 Op1mizing for Other Proper1es 15 August 2012 D. Rose, CloudSearch, SIGIR

33 What does this have to do with CloudSearch? Unprecedented opportunity to build new search applica1ons We re not constrained by how web search works. Not all search is web search. 15 August 2012 D. Rose, CloudSearch, SIGIR

34 Simple Illustra1ons with CloudSearch 15 August 2012 D. Rose, CloudSearch, SIGIR

35 A Typical Search Interface 15 August 2012 D. Rose, CloudSearch, SIGIR

36 Results Can Be Interac1ve (and Contain Lots of Informa1on) 15 August 2012 D. Rose, CloudSearch, SIGIR

37 Different Interface Controls in Different Situa1ons 15 August 2012 D. Rose, CloudSearch, SIGIR

38 Results Don t Have to Be a List 15 August 2012 D. Rose, CloudSearch, SIGIR

39 Conclusions CloudSearch represents the next stage in the democra1za1on of search. You no longer need to be a search expert to be a search provider. As the number and variety of search applica1ons increases, we should see an increase in the variety of search interfaces. 15 August 2012 D. Rose, CloudSearch, SIGIR

40 Ques1ons? To learn more about CloudSearch: hvps://aws.amazon.com/cloudsearch/ Thanks to Mav Amacker, Puneet Gupta, Asif Makhani, Brian Pinkerton, Joel Tesler 15 August 2012 D. Rose, CloudSearch, SIGIR

TPP On The Cloud. Joe Slagel

TPP On The Cloud. Joe Slagel TPP On The Cloud Joe Slagel Lecture topics Introduc5on to Cloud Compu5ng and Amazon Web Services Overview of TPP Cloud components Setup trial AWS and use of the new TPP Web Launcher for Amazon (TWA) Future

More information

An Overview of Search Engine. Hai-Yang Xu Dev Lead of Search Technology Center Microsoft Research Asia

An Overview of Search Engine. Hai-Yang Xu Dev Lead of Search Technology Center Microsoft Research Asia An Overview of Search Engine Hai-Yang Xu Dev Lead of Search Technology Center Microsoft Research Asia haixu@microsoft.com July 24, 2007 1 Outline History of Search Engine Difference Between Software and

More information

Real Time Monitoring Of A Cloud Based Micro Service Architecture Using Splunkcloud And The HTTP Eventcollector

Real Time Monitoring Of A Cloud Based Micro Service Architecture Using Splunkcloud And The HTTP Eventcollector Copyright 2016 Splunk Inc. Real Time Monitoring Of A Cloud Based Micro Service Architecture Using Splunkcloud And The HTTP Eventcollector Mike Sclimen; Experian Consumer Services, Splunk Inc. MaB Poland

More information

Introduc)on to Compu)ng. Heng Sovannarith

Introduc)on to Compu)ng. Heng Sovannarith Introduc)on to Compu)ng Heng Sovannarith heng_sovannarith@yahoo.com Introduc)on Computers play an increasingly important and nearly indispensable role in everyday life. Computers are used all over the

More information

h7ps://bit.ly/citustutorial

h7ps://bit.ly/citustutorial Before We Start Setup a Citus Cloud account for the exercises: h7ps://bit.ly/citustutorial Designing a Mul

More information

CS6200 Informa.on Retrieval. David Smith College of Computer and Informa.on Science Northeastern University

CS6200 Informa.on Retrieval. David Smith College of Computer and Informa.on Science Northeastern University CS6200 Informa.on Retrieval David Smith College of Computer and Informa.on Science Northeastern University Course Goals To help you to understand search engines, evaluate and compare them, and

More information

How to Get Your Website Listed on Major Search Engines

How to Get Your Website Listed on Major Search Engines Contents Introduction 1 Submitting via Global Forms 1 Preparing to Submit 2 Submitting to the Top 3 Search Engines 3 Paid Listings 4 Understanding META Tags 5 Adding META Tags to Your Web Site 5 Introduction

More information

CS6200 Informa.on Retrieval. David Smith College of Computer and Informa.on Science Northeastern University

CS6200 Informa.on Retrieval. David Smith College of Computer and Informa.on Science Northeastern University CS6200 Informa.on Retrieval David Smith College of Computer and Informa.on Science Northeastern University Course Goals To help you to understand search engines, evaluate and compare them, and

More information

Straight Talk on Business Critical Applications in the Cloud

Straight Talk on Business Critical Applications in the Cloud Straight Talk on Business Critical Applications in the Cloud INFOTEC March 27, 2018 Speaker Jim Hannan Principal Architect House of Brick Technologies Jim Hannan is one of the industry s leading architects

More information

Transform Your Enterprise Search and ediscovery on the AWS Cloud.

Transform Your Enterprise Search and ediscovery on the AWS Cloud. Transform Your Enterprise Search and ediscovery on the AWS Cloud. Welcome Sheri Sullivan Senior Partner Marketing Manager Amazon Web Services Webinar Overview Submit Your Questions using the Q&A tool.

More information

Open-Source Based Solutions for Processing, Preserving, and Presenting Oral Histories

Open-Source Based Solutions for Processing, Preserving, and Presenting Oral Histories Western Washington University From the SelectedWorks of Mark I. Greenberg April 2, 2011 Open-Source Based Solutions for Processing, Preserving, and Presenting Oral Histories Mark I. Greenberg, University

More information

Oracle Applica7on Express (APEX) For E- Business Suite Repor7ng. Your friend in the business.

Oracle Applica7on Express (APEX) For E- Business Suite Repor7ng. Your friend in the business. Oracle Applica7on Express (APEX) For E- Business Suite Repor7ng Your friend in the business. 1 Presenter Jamie Stokes Senior Director Oracle Technology Services Email: jstokes@smartdogservices.com LinkedIn:

More information

Web Search Basics Introduction to Information Retrieval INF 141/ CS 121 Donald J. Patterson

Web Search Basics Introduction to Information Retrieval INF 141/ CS 121 Donald J. Patterson Web Search Basics Introduction to Information Retrieval INF 141/ CS 121 Donald J. Patterson Content adapted from Hinrich Schütze http://www.informationretrieval.org Overview Overview Introduction Classic

More information

Amazon Web Services Cloud Computing in Action. Jeff Barr

Amazon Web Services Cloud Computing in Action. Jeff Barr Amazon Web Services Cloud Computing in Action Jeff Barr jbarr@amazon.com Who am I? Software development background Programmable applications and sites Microsoft Visual Basic and.net Teams Startup / venture

More information

Building High Performance Apps using NoSQL. Swami Sivasubramanian General Manager, AWS NoSQL

Building High Performance Apps using NoSQL. Swami Sivasubramanian General Manager, AWS NoSQL Building High Performance Apps using NoSQL Swami Sivasubramanian General Manager, AWS NoSQL Building high performance apps There is a lot to building high performance apps Scalability Performance at high

More information

Contents Overview of the Compression Server White Paper... 5 Business Problem... 7

Contents Overview of the Compression Server White Paper... 5 Business Problem... 7 P6 Professional Compression Server White Paper for On-Premises Version 17 July 2017 Contents Overview of the Compression Server White Paper... 5 Business Problem... 7 P6 Compression Server vs. Citrix...

More information

A Distributed Data- Parallel Execu3on Framework in the Kepler Scien3fic Workflow System

A Distributed Data- Parallel Execu3on Framework in the Kepler Scien3fic Workflow System A Distributed Data- Parallel Execu3on Framework in the Kepler Scien3fic Workflow System Ilkay Al(ntas and Daniel Crawl San Diego Supercomputer Center UC San Diego Jianwu Wang UMBC WorDS.sdsc.edu Computa3onal

More information

StartupEDU. Introduction. Get Connected. Our Objective 5/13/ A Platform for university officials to find startups

StartupEDU. Introduction. Get Connected. Our Objective 5/13/ A Platform for university officials to find startups StartupEDU Get Connected. 1 5/5/2014 @StartupEDU Team Introduction A new university network to find startups and share with the campus! Our Objective 1 A Platform for university officials to find startups

More information

RAD, Rules, and Compatibility: What's Coming in Kuali Rice 2.0

RAD, Rules, and Compatibility: What's Coming in Kuali Rice 2.0 software development simplified RAD, Rules, and Compatibility: What's Coming in Kuali Rice 2.0 Eric Westfall - Indiana University JASIG 2011 For those who don t know Kuali Rice consists of mul8ple sub-

More information

Web Search Basics. Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University

Web Search Basics. Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University Web Search Basics Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University References: 1. Christopher D. Manning, Prabhakar Raghavan and Hinrich Schütze, Introduction

More information

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER

QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER QLIKVIEW SCALABILITY BENCHMARK WHITE PAPER Hardware Sizing Using Amazon EC2 A QlikView Scalability Center Technical White Paper June 2013 qlikview.com Table of Contents Executive Summary 3 A Challenge

More information

What s New for Cloud at Customer What's New for the Cloud Services on Oracle Cloud at Customer New Documentation for Oracle Cloud at Customer

What s New for Cloud at Customer What's New for the Cloud Services on Oracle Cloud at Customer New Documentation for Oracle Cloud at Customer Oracle Cloud at What's New for Oracle Cloud at Release 18.1.4 E93578-04 October 2018 What s New for Oracle Cloud at This document lists the new features and enhancements added to the Oracle Cloud at and

More information

UNIT-V WEB MINING. 3/18/2012 Prof. Asha Ambhaikar, RCET Bhilai.

UNIT-V WEB MINING. 3/18/2012 Prof. Asha Ambhaikar, RCET Bhilai. UNIT-V WEB MINING 1 Mining the World-Wide Web 2 What is Web Mining? Discovering useful information from the World-Wide Web and its usage patterns. 3 Web search engines Index-based: search the Web, index

More information

Lecture 29 11/4/15. CMPSC431W: Database Management Systems. Instructor: Yu- San Lin

Lecture 29 11/4/15. CMPSC431W: Database Management Systems. Instructor: Yu- San Lin CMPSC431W: Database Management Systems Lecture 29 11/4/15 Instructor: Yu- San Lin yusan@psu.edu Course Website: hcp://www.cse.psu.edu/~yul189/cmpsc431w Slides based on McGraw- Hill & Dr. Wang- Chien Lee

More information

Best Prac:ces + New Feature Overview for the Latest Version of Splunk Deployment Server

Best Prac:ces + New Feature Overview for the Latest Version of Splunk Deployment Server Copyright 2013 Splunk Inc. Best Prac:ces + New Feature Overview for the Latest Version of Splunk Deployment Server Gen: Zaimi Professional Services #splunkconf Legal No:ces During the course of this presenta:on,

More information

Online Research Methodology. Dr. David R. Fletcher

Online Research Methodology. Dr. David R. Fletcher Online Research Methodology Dr. David R. Fletcher drf@xpastor.org www.xpastor.org Areas of Discussion Archived Databases DTS Library Databases Search Engines Footnotes & Bibliographies Archived Databases

More information

CS 378 Big Data Programming

CS 378 Big Data Programming CS 378 Big Data Programming Fall 2015 Lecture 1 Introduc?on Class Logis?cs Class meets MW, 9:30 AM 11:00 AM Office Hours GDC 4.706 MTh 11:00 12:00 AM By appointment Email: dfranke@cs.utexas.edu Web page:

More information

Op#mizing MapReduce for Highly- Distributed Environments

Op#mizing MapReduce for Highly- Distributed Environments Op#mizing MapReduce for Highly- Distributed Environments Abhishek Chandra Associate Professor Department of Computer Science and Engineering University of Minnesota hep://www.cs.umn.edu/~chandra 1 Big

More information

Search Engines. Informa1on Retrieval in Prac1ce. Annotations by Michael L. Nelson

Search Engines. Informa1on Retrieval in Prac1ce. Annotations by Michael L. Nelson Search Engines Informa1on Retrieval in Prac1ce Annotations by Michael L. Nelson All slides Addison Wesley, 2008 Indexes Indexes are data structures designed to make search faster Text search has unique

More information

A CONFUSED TESTER IN AGILE WORLD

A CONFUSED TESTER IN AGILE WORLD A CONFUSED TESTER IN AGILE WORLD QA A LIABILITY OR AN ASSET THIS IS A WORK OF FACTS & FINDINGS BASED ON TRUE STORIES OF ONE & MANY TESTERS!! J Presented By Ashish Kumar, A STORY OF TESTING. WHAT S AHEAD

More information

Digital Marke,ng 101 Digital Marke,ng Strategies, Big and Small. Amy Starnes & Kate Moore

Digital Marke,ng 101 Digital Marke,ng Strategies, Big and Small. Amy Starnes & Kate Moore Digital Marke,ng 101 Digital Marke,ng Strategies, Big and Small Amy Starnes & Kate Moore Hi! We like the internet Amy Starnes Director, Digital Fundraising Kate Moore Manager, Digital Campaigns and Email

More information

Annual Reviews: A Nonprofit Scien.fic Publisher. Bringing the Best Review Literature to the Worldwide Scien9fic Community for over 75 Years

Annual Reviews: A Nonprofit Scien.fic Publisher. Bringing the Best Review Literature to the Worldwide Scien9fic Community for over 75 Years Annual Reviews: A Nonprofit Scien.fic Publisher Bringing the Best Review Literature to the Worldwide Scien9fic Community for over 75 Years In this brief presenta9on, you will learn how to: 1) Navigate

More information

DATA SHEET AlienVault USM Anywhere Powerful Threat Detection and Incident Response for All Your Critical Infrastructure

DATA SHEET AlienVault USM Anywhere Powerful Threat Detection and Incident Response for All Your Critical Infrastructure DATA SHEET AlienVault USM Anywhere Powerful Threat Detection and Incident Response for All Your Critical Infrastructure AlienVault USM Anywhere accelerates and centralizes threat detection, incident response,

More information

Set Up Salesforce Files Sync

Set Up Salesforce Files Sync Set Up Salesforce Files Sync Salesforce, Spring 18 @salesforcedocs Last updated: April 25, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

A website is essen*al when serving the public. A significant por*on of your clients may not ever enter your building, or live in your neighborhood.

A website is essen*al when serving the public. A significant por*on of your clients may not ever enter your building, or live in your neighborhood. A website is essen*al when serving the public. A significant por*on of your clients may not ever enter your building, or live in your neighborhood. Therefore, it is important that your website be: Accessible

More information

Kaseya Fundamentals Workshop DAY FOUR. Developed by Kaseya University. Powered by IT Scholars

Kaseya Fundamentals Workshop DAY FOUR. Developed by Kaseya University. Powered by IT Scholars Kaseya Fundamentals Workshop DAY FOUR Developed by Kaseya University Powered by IT Scholars Kaseya Version 6.5 Last updated March, 2014 Day Three Review State Based Monitoring Event Based Monitoring Monitoring

More information

Education Software Installer 2012 SP1

Education Software Installer 2012 SP1 Education Software Installer 2012 SP1 Mac OS X operating system software Installation guide Trademark notice SMART Notebook, SMART Ink, SMART Response, SMART Vantage, SMART Board, smarttech, the SMART

More information

User Guide for Webcast Viewers. Live Webcast Video/Audio Only. For assistance visit:

User Guide for Webcast Viewers. Live Webcast Video/Audio Only. For assistance visit: User Guide for Webcast Viewers Live Webcast Video/Audio Only For assistance visit: www.vvc.ca/webhelp Updated November 2015 Version 1.0 Page 1 of 10 TABLE OF CONTENTS Online Viewer Tips 03 Volume Controls

More information

Open Source Search. Andreas Pesenhofer. max.recall information systems GmbH Künstlergasse 11/1 A-1150 Wien Austria

Open Source Search. Andreas Pesenhofer. max.recall information systems GmbH Künstlergasse 11/1 A-1150 Wien Austria Open Source Search Andreas Pesenhofer max.recall information systems GmbH Künstlergasse 11/1 A-1150 Wien Austria max.recall information systems max.recall is a software and consulting company enabling

More information

Release Notes for Cisco Insight Reporter, v3.1

Release Notes for Cisco Insight Reporter, v3.1 November 2011 This document describes the operating environment and the defects and caveats that were identified as part of internal testing and during the live trials. It assumes the reader has a good

More information

Intro to Software as a Service (SaaS) and Cloud Computing

Intro to Software as a Service (SaaS) and Cloud Computing UC Berkeley Intro to Software as a Service (SaaS) and Cloud Computing Armando Fox, UC Berkeley Reliable Adaptive Distributed Systems Lab 2009-2012 Image: John Curley http://www.flickr.com/photos/jay_que/1834540/

More information

Use JSL to Scrape Data from the Web and Predict Football Wins! William Baum Graduate Sta/s/cs Student University of New Hampshire

Use JSL to Scrape Data from the Web and Predict Football Wins! William Baum Graduate Sta/s/cs Student University of New Hampshire Use JSL to Scrape Data from the Web and Predict Football Wins! William Baum Graduate Sta/s/cs Student University of New Hampshire Just for Fun! I m an avid American football fan Sports sta/s/cs are easily

More information

hashfs Applying Hashing to Op2mize File Systems for Small File Reads

hashfs Applying Hashing to Op2mize File Systems for Small File Reads hashfs Applying Hashing to Op2mize File Systems for Small File Reads Paul Lensing, Dirk Meister, André Brinkmann Paderborn Center for Parallel Compu2ng University of Paderborn Mo2va2on and Problem Design

More information

P6 Compression Server White Paper Release 8.2 December 2011 Copyright Oracle Primavera P6 Compression Server White Paper Copyright 2005, 2011, Oracle and/or its affiliates. All rights reserved. Oracle

More information

CS506/606 - Topics in Information Retrieval

CS506/606 - Topics in Information Retrieval CS506/606 - Topics in Information Retrieval Instructors: Class time: Steven Bedrick, Brian Roark, Emily Prud hommeaux Tu/Th 11:00 a.m. - 12:30 p.m. September 25 - December 6, 2012 Class location: WCC 403

More information

Developing an Analy.cs Dashboard for Coursera MOOC Discussion Forums CNI Fall 2014 Membership Mee.ng

Developing an Analy.cs Dashboard for Coursera MOOC Discussion Forums CNI Fall 2014 Membership Mee.ng Developing an Analy.cs Dashboard for Coursera MOOC Discussion Forums CNI Fall 2014 Membership Mee.ng Bill Parod Northwestern University Informa7on Technology Northwestern University Private / Big Ten Campuses

More information

Amazon Web Services 101 April 17 th, 2014 Joel Williams Solutions Architect. Amazon.com, Inc. and its affiliates. All rights reserved.

Amazon Web Services 101 April 17 th, 2014 Joel Williams Solutions Architect. Amazon.com, Inc. and its affiliates. All rights reserved. Amazon Web Services 101 April 17 th, 2014 Joel Williams Solutions Architect Amazon.com, Inc. and its affiliates. All rights reserved. Learning about Cloud Computing with AWS What is Cloud Computing and

More information

Distributed Systems INF Michael Welzl

Distributed Systems INF Michael Welzl Distributed Systems INF 3190 Michael Welzl What is a distributed system (DS)? Many defini8ons [Coulouris & Emmerich] A distributed system consists of hardware and sodware components located in a network

More information

Containers and the Evolution of Computing

Containers and the Evolution of Computing Containers and the Evolution of Computing Matt Nowina Solutions Architect 2016, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Scaling Applications Order UI User UI Shipping UI Order

More information

AWS: Basic Architecture Session SUNEY SHARMA Solutions Architect: AWS

AWS: Basic Architecture Session SUNEY SHARMA Solutions Architect: AWS AWS: Basic Architecture Session SUNEY SHARMA Solutions Architect: AWS suneys@amazon.com AWS Core Infrastructure and Services Traditional Infrastructure Amazon Web Services Security Security Firewalls ACLs

More information

Developing with Google App Engine

Developing with Google App Engine Developing with Google App Engine Dan Morrill, Developer Advocate Dan Morrill Google App Engine Slide 1 Developing with Google App Engine Introduction Dan Morrill Google App Engine Slide 2 Google App Engine

More information

Garlik are the online personal iden2ty experts Set up to give individuals and their families real power over the use of their informa2on in the

Garlik are the online personal iden2ty experts Set up to give individuals and their families real power over the use of their informa2on in the 1 2 Garlik are the online personal iden2ty experts Set up to give individuals and their families real power over the use of their informa2on in the digital world Garlik have assembled a world class Leadership

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Oracle Cloud. Using the Google Calendar Adapter Release 16.3 E

Oracle Cloud. Using the Google Calendar Adapter Release 16.3 E Oracle Cloud Using the Google Calendar Adapter Release 16.3 E68599-05 September 2016 Oracle Cloud Using the Google Calendar Adapter, Release 16.3 E68599-05 Copyright 2015, 2016, Oracle and/or its affiliates.

More information

Informa/on Retrieval. Text Search. CISC437/637, Lecture #23 Ben CartereAe. Consider a database consis/ng of long textual informa/on fields

Informa/on Retrieval. Text Search. CISC437/637, Lecture #23 Ben CartereAe. Consider a database consis/ng of long textual informa/on fields Informa/on Retrieval CISC437/637, Lecture #23 Ben CartereAe Copyright Ben CartereAe 1 Text Search Consider a database consis/ng of long textual informa/on fields News ar/cles, patents, web pages, books,

More information

Introduc6on to Android / ios Apps Programming

Introduc6on to Android / ios Apps Programming 2013-10- 03 Tamkang University Social Media Apps Programming Introduc6on to Android / ios Apps Programming 1021SMAP02 TLMXM1A (8687) (M2143) (Fall 2013) (MIS MBA) (2 Credits, Elec9ve) [Full English Course]

More information

PBXact UC. March

PBXact UC. March PBXact UC March 24 2016 PBXACT UC Launch - Agenda Introduc2on PBXACT Key Features Logis2cs, Pricing, Timing Support Reseller Program Summary 2016 Sangoma Technologies 2 INTRODUCTION 2016 Sangoma Technologies

More information

CCW Workshop Technical Session on Mobile Cloud Compu<ng

CCW Workshop Technical Session on Mobile Cloud Compu<ng CCW Workshop Technical Session on Mobile Cloud Compu

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Summer 18 @salesforcedocs Last updated: July 26, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

User Guide. Issued July DocAve Backup for Salesforce User Guide

User Guide. Issued July DocAve Backup for Salesforce User Guide DocAve Backup for Salesforce User Guide Issued July 2017 1 Table of Contents What s New in this Guide...4 About DocAve Backup for Salesforce...5 Supported Browsers...6 Submitting Documentation Feedback

More information

MAC CHECKING MINDTAP SYSTEM REQUIREMENTS

MAC CHECKING MINDTAP SYSTEM REQUIREMENTS MAC CHECKING MINDTAP SYSTEM REQUIREMENTS Contents Introduction 3 Platforms 4 Hardware 5 Screen Resolution 6 Using System Check 9 Browsers 10 Chrome 11 Firefox 13 Safari 15 Enabling Cookies on your Browser

More information

Embracing Failure. Fault Injec,on and Service Resilience at Ne6lix. Josh Evans Director of Opera,ons Engineering, Ne6lix

Embracing Failure. Fault Injec,on and Service Resilience at Ne6lix. Josh Evans Director of Opera,ons Engineering, Ne6lix Embracing Failure Fault Injec,on and Service Resilience at Ne6lix Josh Evans Director of Opera,ons Engineering, Ne6lix Josh Evans 24 years in technology Tech support, Tools, Test Automa,on, IT & QA Management

More information

Enhanced Threat Detection, Investigation, and Response

Enhanced Threat Detection, Investigation, and Response Enhanced Threat Detection, Investigation, and Response What s new in Cisco Stealthwatch Enterprise Release 6.10.2 Cisco Stealthwatch Enterprise is a comprehensive visibility and security analytics solution

More information

Anonymity on the Internet. Cunsheng Ding HKUST Hong Kong

Anonymity on the Internet. Cunsheng Ding HKUST Hong Kong Anonymity on the Internet Cunsheng Ding HKUST Hong Kong Part I: Introduc

More information

A Compiler and Run- 1me System for Network Programming Languages

A Compiler and Run- 1me System for Network Programming Languages A Compiler and Run- 1me System for Network Programming Languages Christopher Monsanto, Princeton Nate Foster, Cornell Rob Harrison, West Point David Walker, Princeton 1 SoFware- Defined Networks Controller

More information

McAfee Network Security Platform 9.1

McAfee Network Security Platform 9.1 Revision A McAfee Network Security Platform 9.1 (9.1.7.73-9.1.3.11 Manager-M-series, Mxx30-series, and XC Cluster Release Notes) Contents About the release New features Enhancements Resolved Issues Installation

More information

Ubiquitous and Mobile Computing CS 525M: Virtually Unifying Personal Storage for Fast and Pervasive Data Accesses

Ubiquitous and Mobile Computing CS 525M: Virtually Unifying Personal Storage for Fast and Pervasive Data Accesses Ubiquitous and Mobile Computing CS 525M: Virtually Unifying Personal Storage for Fast and Pervasive Data Accesses Pengfei Tang Computer Science Dept. Worcester Polytechnic Institute (WPI) Introduction:

More information

Elastic Compute Service. Quick Start for Windows

Elastic Compute Service. Quick Start for Windows Overview Purpose of this document This document describes how to quickly create an instance running Windows, connect to an instance remotely, and deploy the environment. It is designed to walk you through

More information

7/10/13. Visual Communica-on: Presenta-ons. Visual Communica-on. Making a Good Presenta-on. Visual Aids. Visual Aids

7/10/13. Visual Communica-on: Presenta-ons. Visual Communica-on. Making a Good Presenta-on. Visual Aids. Visual Aids Visual Communica-on: Presenta-ons List reasons visual aids are used. Visual Communica-on Presenta-ons Iden6fy examples of visual aids. List principles of visual communica6on design. Design common visual

More information

Suppor/ng IT Service Informa/on Management with Knowledge Graph

Suppor/ng IT Service Informa/on Management with Knowledge Graph Suppor/ng IT Service Informa/on Management with Knowledge Graph Mu Qiao 1, Taiga Nakamura 1, Monika Gupta 2, Costel Crihana 3, Shachi Sharma 2 IBM Almaden Research Center 1 IBM Indian Research Lab 2 IBM

More information

VMware vcloud Air User's Guide

VMware vcloud Air User's Guide vcloud Air This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

WebAdmin IceWarp WebAdmin Manual

WebAdmin IceWarp WebAdmin Manual WebAdmin IceWarp WebAdmin Manual WWW.ICEWARP.COM 1 WebClient WebAdmin User Manual Guide Contents About IceWarp WebAdmin Manual 3 1/ Login Page 4 2/ 4 Control bar 5 User Account Menu 5 Main Windows 6 Dashboard

More information

FIREFLY ARCHITECTURE: CO-BROWSING AT SCALE FOR THE ENTERPRISE

FIREFLY ARCHITECTURE: CO-BROWSING AT SCALE FOR THE ENTERPRISE FIREFLY ARCHITECTURE: CO-BROWSING AT SCALE FOR THE ENTERPRISE Table of Contents Introduction... 2 Architecture Overview... 2 Supported Browser Versions and Technologies... 3 Firewalls and Login Sessions...

More information

System Requirements. SuccessMaker 8

System Requirements. SuccessMaker 8 System Requirements SuccessMaker 8 Copyright 2015 Pearson Education, Inc. or one or more of its direct or indirect affiliates. All rights reserved. Pearson and SuccessMaker are registered trademarks, in

More information

McAfee Network Security Platform 9.1

McAfee Network Security Platform 9.1 9.1.7.15-9.1.3.4 Manager-M-series, Mxx30-series, XC Cluster Release Notes McAfee Network Security Platform 9.1 Revision A Contents About this release New features Enhancements Resolved issues Installation

More information

Tangible Visualiza.on. Andy Wu Synaesthe.c Media Lab GVU Center Georgia Ins.tute of Technology

Tangible Visualiza.on. Andy Wu Synaesthe.c Media Lab GVU Center Georgia Ins.tute of Technology Tangible Visualiza.on Andy Wu Synaesthe.c Media Lab GVU Center Georgia Ins.tute of Technology Introduc.on Informa.on Visualiza.on (Infovis) is the study of the visual representa.on of complex informa.on,

More information

SECURE, FLEXIBLE ON-PREMISE STORAGE WITH EMC SYNCPLICITY AND EMC ISILON

SECURE, FLEXIBLE ON-PREMISE STORAGE WITH EMC SYNCPLICITY AND EMC ISILON White Paper SECURE, FLEXIBLE ON-PREMISE STORAGE WITH EMC SYNCPLICITY AND EMC ISILON Abstract This white paper explains the benefits to the extended enterprise of the on-premise, online file sharing storage

More information

Amazon Search Services. Christoph Schmitter

Amazon Search Services. Christoph Schmitter Amazon Search Services Christoph Schmitter csc@amazon.de What we'll cover Overview of Amazon Search Services Understand the difference between Cloudsearch and Amazon ElasticSearch Service Q&A Amazon Search

More information

WHAT S NEW IN QLIKVIEW 11

WHAT S NEW IN QLIKVIEW 11 WHAT S NEW IN QLIKVIEW 11 QlikView 11 takes Business Discovery to a whole new level by enabling users to more easily share information with coworkers, supporting larger enterprise deployments through enhanced

More information

Solution Sheet. The Acano solution. March 2016

Solution Sheet. The Acano solution. March 2016 Solution Sheet The Acano solution March 2016 Imagine having all of the tools your team needs to work in one place and always accessible. That s Acano. 1. What Acano can do for your team Acano joins video,

More information

Getting Started With Intellicus. Version: 7.3

Getting Started With Intellicus. Version: 7.3 Getting Started With Intellicus Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

SIMPLE, FLEXIBLE CONNECTIONS FOR TODAY S BUSINESS. Ethernet Services from Verizon

SIMPLE, FLEXIBLE CONNECTIONS FOR TODAY S BUSINESS. Ethernet Services from Verizon SIMPLE, FLEXIBLE CONNECTIONS FOR TODAY S BUSINESS Ethernet Services from Verizon For growing businesses, the network is more important than ever. It s the foundation for all of the technology that helps

More information

Clinical Profiles Dashboard

Clinical Profiles Dashboard Dashboard User Guide Version 3.0 (August 2013) Contents Introduction... 3 REQUIREMENTS... 3 Software Requirements... 3 System Requirements for Adobe Flash... 3 Software Permissions... 4 Screen resolution...

More information

Report Exec Enterprise System Specifications

Report Exec Enterprise System Specifications Report Exec Enterprise System Specifications Contents Overview... 2 Technical Support... 2 At a Glance... 2 Report Exec Systems Diagram... 4 Hardware Specifications... 6 SQL Server... 6 RAM... 6 Processor...

More information

CS6200 Informa.on Retrieval. David Smith College of Computer and Informa.on Science Northeastern University

CS6200 Informa.on Retrieval. David Smith College of Computer and Informa.on Science Northeastern University CS6200 Informa.on Retrieval David Smith College of Computer and Informa.on Science Northeastern University Indexing Process Indexes Indexes are data structures designed to make search faster Text search

More information

Introduction. Architecture Overview

Introduction. Architecture Overview Performance and Sizing Guide Version 17 November 2017 Contents Introduction... 5 Architecture Overview... 5 Performance and Scalability Considerations... 6 Vertical Scaling... 7 JVM Heap Sizes... 7 Hardware

More information

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps

WebSphere Puts Business In Motion. Put People In Motion With Mobile Apps WebSphere Puts Business In Motion Put People In Motion With Mobile Apps Use Mobile Apps To Create New Revenue Opportunities A clothing store increases sales through personalized offers Customers can scan

More information

SQL Injec*on. By Robin Gonzalez

SQL Injec*on. By Robin Gonzalez SQL Injec*on By Robin Gonzalez Some things that can go wrong Excessive and Unused Privileges Privilege Abuse Input Injec>on Malware Week Audit Trail Other things that can go wrong Storage Media Exposure

More information

Scalable Tools - Part I Introduction to Scalable Tools

Scalable Tools - Part I Introduction to Scalable Tools Scalable Tools - Part I Introduction to Scalable Tools Adisak Sukul, Ph.D., Lecturer, Department of Computer Science, adisak@iastate.edu http://web.cs.iastate.edu/~adisak/mbds2018/ Scalable Tools session

More information

Oracle Cloud Using the Google Calendar Adapter. Release 17.3

Oracle Cloud Using the Google Calendar Adapter. Release 17.3 Oracle Cloud Using the Google Calendar Adapter Release 17.3 E68599-09 October 2017 Oracle Cloud Using the Google Calendar Adapter, Release 17.3 E68599-09 Copyright 2015, 2017, Oracle and/or its affiliates.

More information

Sophos Mobile. server deployment guide. Product Version: 8.1

Sophos Mobile. server deployment guide. Product Version: 8.1 Sophos Mobile server deployment guide Product Version: 8.1 Contents About this guide... 1 Sizing considerations... 2 Architecture examples...6 Ports and protocols... 9 Usage scenarios for the standalone

More information

Outline. Spanner Mo/va/on. Tom Anderson

Outline. Spanner Mo/va/on. Tom Anderson Spanner Mo/va/on Tom Anderson Outline Last week: Chubby: coordina/on service BigTable: scalable storage of structured data GFS: large- scale storage for bulk data Today/Friday: Lessons from GFS/BigTable

More information

Analyze Big Data Faster and Store it Cheaper. Dominick Huang CenterPoint Energy Henry Le - Utegra8on Russell Hull - SAP

Analyze Big Data Faster and Store it Cheaper. Dominick Huang CenterPoint Energy Henry Le - Utegra8on Russell Hull - SAP Analyze Big Data Faster and Store it Cheaper Dominick Huang CenterPoint Energy Henry Le - Utegra8on Russell Hull - SAP ABOUT CENTERPOINT ENERGY, INC. Ø Ø Ø Ø Ø Ø Publicly traded on New York Stock Exchange

More information

THE ALL-IN-ONE CLOUD BASED STREAMING AND VIDEO-ON- DEMAND PORTAL

THE ALL-IN-ONE CLOUD BASED STREAMING AND VIDEO-ON- DEMAND PORTAL THE ALL-IN-ONE CLOUD BASED STREAMING AND VIDEO-ON- DEMAND PORTAL LIVE STREAMING AND VIDEO SHARING ConnectedViews Conference is the all-in-one cloud based live streaming and video sharing content platform.

More information

Brian Leffler The Ajax Experience July 26 th, 2007

Brian Leffler The Ajax Experience July 26 th, 2007 Brian Leffler The Ajax Experience July 26 th, 2007 Who is Amazon.com? 26-July-2007 2 26-July-2007 3 Amazon.com Revenue: $11.45B Employees: 13,900 Market Cap.: $27.99B Ticker symbol: AMZN 26-July-2007 4

More information

Website Audit & Report August 21 st, 2018 FOR intrigueme.ca

Website Audit & Report August 21 st, 2018 FOR intrigueme.ca Website Audit & Report August 21 st, 2018 FOR vs General - Backend What Content Management System is being used? Wix WordPress Your Content Management System (CMS) is the platform that you use to run your

More information

January 2011 Joint ISACA/IIA Mee5ng

January 2011 Joint ISACA/IIA Mee5ng January 2011 Joint ISACA/IIA Mee5ng Panel Discussion - Cloud Compu5ng January 13, 2011 Agenda Learning Objec5ves Introduc5ons Defini5ons Discussion Resource Links Note: Electronic copies of this presenta2on

More information

icreate Editor Tech spec

icreate Editor Tech spec icreate Editor Tech spec Creating a landing page? A website? Creating, designing, and building professional landing pages and websites has never been easier. Introducing icreate's drag & drop editor: Our

More information

CORPORATE PRESENTATION

CORPORATE PRESENTATION CORPORATE PRESENTATION Background on device detec/on (1/2) Identifying the capabilities of a device accessing web contents has been an extensively explored issue in the past years, in particular in the

More information