PubSubHubbub Real-time RSS for the Decentralized Web. Brett Slatkin Google Inc. 18 November 2009

Size: px
Start display at page:

Download "PubSubHubbub Real-time RSS for the Decentralized Web. Brett Slatkin Google Inc. 18 November 2009"

Transcription

1 PubSubHubbub Real-time RSS for the Decentralized Web Brett Slatkin Google Inc. 18 November 2009

2 Motivation

3 Motivation Want server-to-server, interoperable messaging - Decentralized social networks - Federated messages ( ++) - Instant syndication - Data for mashups

4 Motivation Requirements - Easy to deploy - Topic-oriented - High-throughput - Enables new use-cases Not trying to solve client/server

5 Motivation Many protocols out there - Improved polling -- changes.xml, weblogs.com, Ping-o-Matic, rsscloud, SUP - Publish/Subscribe -- Jabber/XMPP pubsub, AMQP, RestMS, WS-Notification,... Good ideas, but - Not the right tool for topic-based messaging... or - More complex than most people need... or - Hard or unfamiliar to deploy... or - Not scalable in the long term

6 Motivation Goal compared to Wave - Wave is a reinvention of collaboration on the web - PubSubHubbub bootstraps the web for real-time Meet in the middle

7 Introduction

8 Polling Publisher Subscriber

9 Polling Publisher Subscriber Feed

10 Polling Please give me your feed. Publisher Subscriber Feed

11 Polling Please give me your feed. Publisher Subscriber Feed

12 Polling No!!! Are we there yet!? Publisher Subscriber

13 ... Publisher Hub Subscriber

14 PubSubHubbub Publisher Hub Subscriber

15 PubSubHubbub Publisher Hub Subscriber Feed Please give me your feed. I use this hub for real-time delivery

16 PubSubHubbub Subscribe me to Are the feed you at this sure? Yes! URL Publisher Hub Subscriber

17 PubSubHubbub Please My feed give at this me URL your has updated feed Publisher Hub Subscriber Add new content Feed

18 PubSubHubbub Find what s new Here s new content! Publisher Feed Hub Subscriber Okay!

19 PubSubHubbub Publisher Hub

20 PubSubHubbub Here s new content, everyone! Publisher Hub Sub Sub Sub Sub Sub Sub Sub Sub Sub Sub

21 Demo

22 PubSubHubbub benefits Bootstraps existing feeds to be real-time Simple for publishers and subscribers Hub provides reliability, scalability Easy security model

23 Scale

24 Scaling work with feeds How much does a single feed update cost? Very important as update frequency increases! Total Cost = Frequency x Marginal Cost

25 Scenario: Managing a library Collection of books for borrowing Need to tell the central office which books were borrowed

26 Doing work late War & Peace A Tale of Two Cities Don Quixote Romeo & Juliet.-~.~.~.-~.~.~.-~.~.~ 1984

27 Doing work late Date Title Borrower 11/9 Tale of two... Bob War & Peace Romeo & Juliet.-~.~.~.-~.~.~.-~.~.~ 11/10 Don Quixote Marsha 11/ Sally

28 Doing work late

29 Doing work late

30 Doing work late Date Title Borrower

31 Doing work late Date Title Borrower 11/9 Walden Sally 11/10 Cat in the Hat Bob /12 Huck Finn Coco

32 Doing work late Problem: Generating a list of borrowers is slow - Need to do full inventory each time the list asked for - Incremental cost is high Duh! Who would ever run a library this way?

33 Doing work late with feeds Today with polling and ping/polling - Must completely regenerate the feed on each update - Similar to our library Problems - Database load producing the feed - Bandwidth of the full feed document (to all subscribers) - Invalidation of cached feeds

34 Doing work late with feeds Total Cost = Frequency x Marginal Cost

35 Doing work early Date Title Borrower

36 Doing work early Date Title Borrower 11/9 Walden Sally 11/10 Cat in the Hat Bob /12 Huck Finn Coco

37 Doing work early Date Title Borrower 11/9 Walden Sally 11/10 Cat in the Hat Bob /12 Huck Finn Coco 11/18 War & Peace John

38 Doing work early Bookkeeping saves time - Before: Linearly increasing cost - After: Constant marginal cost Incremental, immediate picture of book status

39 Doing work early with feeds Publisher Publisher/ Hub combined Hub

40 Doing work early with feeds Hub pushes content directly - Only generate the piece of the feed that has changed - Do all work at write time! Benefits - No extra database load (beyond update cost) - Bandwidth of the partial feed document - No need for cache invalidation

41 Doing work early with feeds Total Cost = Frequency x Marginal Cost

42 Scale: Conclusion PubSubHubbub provides the best of both - Delegate to one or more Hubs to be real-time today - Run your own hub for peer-to-peer, high-throughput A migration path for new use-cases!

43 Progress

44 Progress Over 100 million feeds are PubSubHubbub enabled Companies - Google, FriendFeed (Facebook), livedoor, Six Apart, LiveJournal, Posterous, Pheedo, TwitterFeed, Superfeedr, LazyFeed,...

45 Progress Open-source libraries - Perl, PHP, Python, Ruby, Java, Haskell, C#, MovableType, WordPress, Django, Zend, Drupal,... Open-source hubs - App Engine, Erlang, Python, Ruby, Perl,...

46 Progress Will be licensed under Open Web Foundation - No Patents, Royalty-free, etc

47 Getting involved Active mailing list, 250+ members - Join! Review the specification yourself - Open process for feedback and peer review Write some sample code; contribute to open source Write on your blog why we need push for the future

48 Conclusion

49 Conclusion Make your feeds real-time with PubSubHubbub Enable new use-cases in the future Push it to the limit!

50 More info pubsubhubbub.googlecode.com

51 Questions?

Make your application real-time with PubSubHubbub. Brett Slatkin May 19th, 2010

Make your application real-time with PubSubHubbub. Brett Slatkin May 19th, 2010 Make your application real-time with PubSubHubbub Brett Slatkin May 19th, 2010 View live notes and ask questions about this session on Google Wave http://tinyurl.com/push-io2010 Me http://onebigfluke.com

More information

Open Federated Social Networks Oscar Rodríguez Rocha

Open Federated Social Networks Oscar Rodríguez Rocha Open Federated Social Networks Oscar Rodríguez Rocha 178691 Federated document database Documents are stored on different servers Access through browsers Any individual, company, or organization can own

More information

FeedTree: Sharing Web micronews with peer-topeer event notification

FeedTree: Sharing Web micronews with peer-topeer event notification FeedTree: Sharing Web micronews with peer-topeer event notification Mike Helmick, M.S. Ph.D. Student - University of Cincinnati Computer Science & Engineering The Paper: International Workshop on Peer-to-peer

More information

Distributing LIXI Data as a Newscast"

Distributing LIXI Data as a Newscast LIXI Visible Loans Reference Architecture and Implementation: Distributing LIXI Data as a Newscast" An Approach using RESTful Services and ATOM Publishing Protocol Liming Zhu, Barry Thomas 1 National ICT

More information

Project JXTA Technology Overview.

Project JXTA Technology Overview. Project JXTA Technology Overview www.jxta.org The Time Is Right for P2P and Project JXTA Peer-to-Peer (P2P) is not new. However, the time is now right for the broad P2P applications deployment. The Project

More information

Database Driven Web 2.0 for the Enterprise

Database Driven Web 2.0 for the Enterprise May 19, 2008 1:30 p.m. 2:30 p.m. Platform: Linux, UNIX, Windows Session: H03 Database Driven Web 2.0 for the Enterprise Rav Ahuja IBM Agenda What is Web 2.0 Web 2.0 in the Enterprise Web 2.0 Examples and

More information

DECENTRALIZED SOCIAL NETWORKING WITH WORDPRESS. November 7, 2018 WordPress Meetup Vienna Alex Kirk

DECENTRALIZED SOCIAL NETWORKING WITH WORDPRESS. November 7, 2018 WordPress Meetup Vienna Alex Kirk DECENTRALIZED SOCIAL NETWORKING WITH WORDPRESS DECENTRALIZED? Centralized = control is with a single entity If you use Facebook, the servers are all controlled by Facebook Inc. Facebook can draw conclusions

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

% of developers working on mobile applications

% of developers working on mobile applications Graph 1 % of developers working on mobile applications 10 91% 8 66% 6 4 2 2012 2013 Base: 3,335 (in 2012) and 4,809 (in 2013) enterprise, SMB and independent developers worlwide Source: Zend Technologies,

More information

Website Design and Development CSCI 311

Website Design and Development CSCI 311 Website Design and Development CSCI 311 Learning Objectives Understand good practices in designing and developing web sites Learn some of the challenges web design Activity In pairs: describe how you d

More information

FROM VSTS TO AZURE DEVOPS

FROM VSTS TO AZURE DEVOPS #DOH18 FROM VSTS TO AZURE DEVOPS People. Process. Products. Gaetano Paternò @tanopaterno info@gaetanopaterno.it 2 VSTS #DOH18 3 Azure DevOps Azure Boards (ex Work) Deliver value to your users faster using

More information

Content Management Systems

Content Management Systems Content Management Systems By multiple authors, see citation for each section Overview This reading includes two documents that explain the concept behind content management (CMS) systems and why you would

More information

Scaling Web Apps With RabbitMQ

Scaling Web Apps With RabbitMQ Scaling Web Apps With RabbitMQ Álvaro Videla The NetCircle Erlang Factory Lite 2010 Who? About Me Development Manager at TheNetCircle.com Writing RabbitMQ in Action for Manning Blog: http://videlalvaro.github.com/

More information

Porting Social Media Contributions with SIOC

Porting Social Media Contributions with SIOC Porting Social Media Contributions with SIOC Uldis Bojars, John G. Breslin, and Stefan Decker DERI, National University of Ireland, Galway, Ireland firstname.lastname@deri.org Abstract. Social media sites,

More information

Databases suck for Messaging

Databases suck for Messaging Databases suck for Messaging Alexis Richardson Oxford Geek Night May 2009 1 Computers were meant to get rid of this 2 A new kind of fail? 3 Solution - use a database? 4 Databases were meant to get rid

More information

ALL content should be created with findability in mind.

ALL content should be created with findability in mind. Agenda Harnessing the Power of RSS Harnessing the Power of RSS Amy Greer & Roger Gilliam Closed Loop Marketing Web Builder 2.0 Las Vegas December 4, 2007 Build the Foundation What is RSS? RSS Feed Elements

More information

TABLE OF CONTENTS Click link to go to information

TABLE OF CONTENTS Click link to go to information Tips for Users TABLE OF CONTENTS Click link to go to information TIPS showing screen shots (pp. 2-7) Show events in your time zone Select month to display Change appearance of the display Get event information

More information

IERG 4080 Building Scalable Internet-based Services

IERG 4080 Building Scalable Internet-based Services Department of Information Engineering, CUHK Term 1, 2016/17 IERG 4080 Building Scalable Internet-based Services Lecture 7 Asynchronous Tasks and Message Queues Lecturer: Albert C. M. Au Yeung 20 th & 21

More information

Practical. David Recordon Brian Ellin

Practical. David Recordon Brian Ellin Practical David Recordon drecordon@verisign.com Brian Ellin brian@janrain.com OSCON 2006 What was OpenID 1.1? An identity authentication system A protocol gratis, libre Not a service or company not Passport

More information

Which application/messaging protocol is right for me?

Which application/messaging protocol is right for me? Which application/messaging protocol is right for me? Building a connected device solution calls for several design and architectural decisions. Which protocol(s) should you use to connect your devices

More information

Etanova Enterprise Solutions

Etanova Enterprise Solutions Etanova Enterprise Solutions Server Side Development» 2018-06-28 http://www.etanova.com/technologies/server-side-development Contents.NET Framework... 6 C# and Visual Basic Programming... 6 ASP.NET 5.0...

More information

Nick Terkay CSCI 7818 Web Services 11/16/2006

Nick Terkay CSCI 7818 Web Services 11/16/2006 Nick Terkay CSCI 7818 Web Services 11/16/2006 Ning? Start-up co-founded by Marc Andreeson, the co- founder of Netscape. October 2005 Ning is an online platform for painlessly creating web apps in a jiffy.

More information

CSCI 1320 Creating Modern Web Applications. Content Management Systems

CSCI 1320 Creating Modern Web Applications. Content Management Systems CSCI 1320 Creating Modern Web Applications Content Management Systems Brown CS Website 2 Static Brown CS Website Up since 1994 5.9 M files (inodes) 1.6 TB of filesystem space 3 Static HTML Generators Convert

More information

Page 1 AideRSS

Page 1 AideRSS http://blog.larkin.net.au/ Page 1 Introduction AideRSS What is AideRSS? This is an online tool or service that allows you to identify the most popular posts or items in a RSS feed. What is a RSS feed?

More information

introduction to using the connect community website november 16, 2010

introduction to using the connect community website november 16, 2010 introduction to using the connect community website november 16, 2010 getting started t How GoToWebinar works Use earbuds or speakers to hear the presentation audio Note that t webinar staff cannot hear

More information

IEMS 5722 Mobile Network Programming and Distributed Server Architecture

IEMS 5722 Mobile Network Programming and Distributed Server Architecture Department of Information Engineering, CUHK MScIE 2 nd Semester, 2016/17 IEMS 5722 Mobile Network Programming and Distributed Server Architecture Lecture 9 Asynchronous Tasks & Message Queues Lecturer:

More information

Introduction to AMQP Business messaging without lock-in

Introduction to AMQP Business messaging without lock-in Introduction to AMQP Business messaging without lock-in Alexis Richardson September 2008 1 You might need messaging if... you need to scale 2 You might need messaging if... you need to monitor data feeds

More information

Dugan's Travels. Agent Website. User Guide

Dugan's Travels. Agent Website. User Guide Dugan's Travels Agent Website User Guide Lundy Innovations Ken Lundy, Sr. v1.2 1 v1.6 Table of Content Website Overview.................................................................... 3 Home Page -

More information

There And Back Again

There And Back Again There And Back Again Databases At Uber Evan Klitzke October 4, 2016 Outline Background MySQL To Postgres Connection Scalability Write Amplification/Replication Miscellaneous Other Things Databases at Uber

More information

Building an Internet-Scale Publish/Subscribe System

Building an Internet-Scale Publish/Subscribe System Building an Internet-Scale Publish/Subscribe System Ian Rose Mema Roussopoulos Peter Pietzuch Rohan Murty Matt Welsh Jonathan Ledlie Imperial College London Peter R. Pietzuch prp@doc.ic.ac.uk Harvard University

More information

Media-Ready Network Transcript

Media-Ready Network Transcript Media-Ready Network Transcript Hello and welcome to this Cisco on Cisco Seminar. I m Bob Scarbrough, Cisco IT manager on the Cisco on Cisco team. With me today are Sheila Jordan, Vice President of the

More information

Facebook Fan Pages + Apps. And lots more Mike Richwalsky Allegheny College

Facebook Fan Pages + Apps. And lots more Mike Richwalsky Allegheny College Facebook Fan Pages + Apps And lots more Mike Richwalsky Allegheny College A li=le about me Assistant Director of Public Affairs, Allegheny College Technology Fellow, NaEonal InsEtute of Technology in Liberal

More information

Social Networking for Business. Kathryn McCauley MidYork Library System

Social Networking for Business. Kathryn McCauley MidYork Library System Social Networking for Business Kathryn McCauley MidYork Library System WHERE SHOULD I START? 1. What kinds of content do you want to post? Lengthy stories Links Multimedia (video, pictures) Short updates

More information

Social Networking Applied

Social Networking Applied Social Networking Applied 1 I. Facebook Social Networking Applied Uses: An address book: Facebook users can share their current city, e-mail address, phone number, screen name, street address, and birthday

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

GETTING STARTED WITH THE SDLAP NING

GETTING STARTED WITH THE SDLAP NING GETTING STARTED WITH THE SDLAP NING A resource for the participants in Richmond s Self-Directed Language Acquisition Program is The SDLAP Ning (http://sdlapur.ning.com). Participants use the blogging function

More information

Time and Space. Indirect communication. Time and space uncoupling. indirect communication

Time and Space. Indirect communication. Time and space uncoupling. indirect communication Time and Space Indirect communication Johan Montelius In direct communication sender and receivers exist in the same time and know of each other. KTH In indirect communication we relax these requirements.

More information

The Soccer Box Coaches & Managers

The Soccer Box Coaches & Managers The Soccer Box Coaches & Managers Quick Start - Building Your Team STEP 1 Register your team STEP 2 Receive Invitation for Bonzi Team Add your players to send invitation link for the team. STEP 3 Your

More information

Distributed Systems. 29. Distributed Caching Paul Krzyzanowski. Rutgers University. Fall 2014

Distributed Systems. 29. Distributed Caching Paul Krzyzanowski. Rutgers University. Fall 2014 Distributed Systems 29. Distributed Caching Paul Krzyzanowski Rutgers University Fall 2014 December 5, 2014 2013 Paul Krzyzanowski 1 Caching Purpose of a cache Temporary storage to increase data access

More information

MySQL. The Right Database for GIS Sometimes

MySQL. The Right Database for GIS Sometimes MySQL The Right Database for GIS Sometimes Who am I? Web/GIS Software Engineer with Cimbura.com BS in IT, MGIS Michael Moore I like making and using tools (digital or physical) GIS Web Services I m most

More information

AWS Mobile Hub. Build, Test, and Monitor Your Mobile Apps. Daniel Geske, Solutions Architect 31 May 2017

AWS Mobile Hub. Build, Test, and Monitor Your Mobile Apps. Daniel Geske, Solutions Architect 31 May 2017 AWS Mobile Hub Build, Test, and Monitor Your Mobile Apps Daniel Geske, Solutions Architect 31 May 2017 2017, Amazon Web Services, Inc. or its Affiliates. All rights reserved. What to Expect from the Session

More information

Developing Enterprise Cloud Solutions with Azure

Developing Enterprise Cloud Solutions with Azure Developing Enterprise Cloud Solutions with Azure Java Focused 5 Day Course AUDIENCE FORMAT Developers and Software Architects Instructor-led with hands-on labs LEVEL 300 COURSE DESCRIPTION This course

More information

GreenICN Overview GreenICN: Architecture and Applications of Green Information Centric Networking

GreenICN Overview GreenICN: Architecture and Applications of Green Information Centric Networking GreenICN Overview GreenICN: Architecture and Applications of Green Information Centric Networking Mayutan Arumaithurai University of Goettingen Research Activities and Future of EU/US/JP ICN projects Workshop

More information

Enhancing cloud applications by using messaging services IBM Corporation

Enhancing cloud applications by using messaging services IBM Corporation Enhancing cloud applications by using messaging services After you complete this section, you should understand: Messaging use cases, benefits, and available APIs in the Message Hub service Message Hub

More information

15-411/ Compiler Design

15-411/ Compiler Design 15-411/15-611 Compiler Design Jan Hoffmann Fall 2016 http://www.cs.cmu.edu/~janh/courses/411/16 Teaching Staff Instructor: Jan Hoffmann Office hours: Tue 10:30am-noon Thu 1:00pm-2:30pm at GHC 9105 Teaching

More information

Chris Schalk Ryan Boyd

Chris Schalk Ryan Boyd Creating Server-Side and Mobile Mashups with OpenSocial's JavaTM Client Libraries Chris Schalk Ryan Boyd Google JavaOne 2009 Agenda OpenSocial Background/Overview OpenSocial REST support Introducing the

More information

E-LEARNING MASHUPS IN THE OPENSOURCE WAY. A presentation for BCS, Thursday 30 th July

E-LEARNING MASHUPS IN THE OPENSOURCE WAY. A presentation for BCS, Thursday 30 th July E-LEARNING MASHUPS IN THE OPENSOURCE WAY A presentation for BCS, Thursday 30 th July Hello and welcome IT Manager for over 15 years, in both private industry and academic fields Currently Head of Department

More information

Thursday, 26 January, 12. Web Site Design

Thursday, 26 January, 12. Web Site Design Web Site Design Not Just a Pretty Face Easy to update Responsive (mobile, tablet and web-friendly) Fast loading RSS enabled Connect to social channels Easy to update To me, that means one platform, WordPress.

More information

Kepware Whitepaper. IIoT Protocols to Watch. Aron Semle, R&D Lead. Introduction

Kepware Whitepaper. IIoT Protocols to Watch. Aron Semle, R&D Lead. Introduction Kepware Whitepaper IIoT Protocols to Watch Aron Semle, R&D Lead Introduction IoT is alphabet soup. IIoT, IoE, HTTP, REST, JSON, MQTT, OPC UA, DDS, and the list goes on. Conceptually, we ve discussed IoT

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

WebCenter Interaction 10gR3 Overview

WebCenter Interaction 10gR3 Overview WebCenter Interaction 10gR3 Overview Brian C. Harrison Product Management WebCenter Interaction and Related Products Summary of Key Points AquaLogic Interaction portal has been renamed

More information

Everything you need in one interface. Content, Widgets, Promotions

Everything you need in one interface. Content, Widgets, Promotions Everything you need in one interface Content, Widgets, Promotions What is BookLetters? BookLetters is a digital marketing toolkit that enables your library to project a more meaningful, interactive web

More information

Assignment Tutorial.

Assignment Tutorial. Assignment Tutorial rudolf.lam@mail.mcgill.ca What we are looking at today Overview Demo Why Motivation for this lecture on assignment How The way the assignment is run What The components of the assignment

More information

NACCHO Virtual Communities Guide

NACCHO Virtual Communities Guide NACCHO Virtual Communities Guide NACCHO Membership Team What are NACCHO s Virtual Communities? NACCHO s Virtual Communities (VC) grows out of NACCHO s desire create a community based platform that helps

More information

The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times.

The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times. 12 Menu, Modules and Setting of Wordpress.com Collapse, Hide, Icons, Menu, Menus The left menu is very flexible, allowing you to get to administrations screens with fewer clicks and faster load times.

More information

Backend Web Frameworks

Backend Web Frameworks Backend Web Frameworks How do we: inspect the requested URL and return the appropriate page? deal with POST requests? handle more advanced concepts like sessions and cookies? scale the application to

More information

Science-as-a-Service

Science-as-a-Service Science-as-a-Service The iplant Foundation Rion Dooley Edwin Skidmore Dan Stanzione Steve Terry Matthew Vaughn Outline Why, why, why! When duct tape isn t enough Building an API for the web Core services

More information

Cloud Computing. Chapter 7 Collaboration in the Cloud

Cloud Computing. Chapter 7 Collaboration in the Cloud Cloud Computing Chapter 7 Collaboration in the Cloud Learning Objectives Define and describe collaboration. Define and describe cloud-based collaboration. List the benefits of cloud-based collaboration.

More information

CI-1 Using Social Media to Protect Critical Infrastructure

CI-1 Using Social Media to Protect Critical Infrastructure CI-1 Using Social Media to Protect Critical Infrastructure Bob Janusaitis, CISA, CISM, CRISC, CBCP, CHLS President, InfraGard Members Alliance Houston president@infragardhouston.org Introduction InfraGard

More information

How to set up SQL Source Control The short guide for evaluators

How to set up SQL Source Control The short guide for evaluators GUIDE How to set up SQL Source Control The short guide for evaluators 1 Contents Introduction Team Foundation Server & Subversion setup Git setup Setup without a source control system Making your first

More information

Indirect Communication

Indirect Communication Indirect Communication Vladimir Vlassov and Johan Montelius KTH ROYAL INSTITUTE OF TECHNOLOGY Time and Space In direct communication sender and receivers exist in the same time and know of each other.

More information

Facilitating the Open Source Community Transition to Cloud Storage Giorgio Regni & Brad King

Facilitating the Open Source Community Transition to Cloud Storage Giorgio Regni & Brad King Facilitating the Open Source Community Transition to Cloud Storage Giorgio Regni & Brad King gr@scality.com, bk@scality.com Who is Scality? Infrastructure Software Experienced Team ex Bizanga Service Provider

More information

Content Type Syndication

Content Type Syndication Content Type Syndication May 5, 2017 Webinar Tom Robbins / ASPE Training Tom Robbins ASPE Training MCT, MCSE, MCITP Course Developer and Instructor at ASPE SharePoint SME & Evangelist Enterprise Social

More information

10 Step Checklist For Your Website Redesign. Adrianne Machina Tornado Marketing, Inc.

10 Step Checklist For Your Website Redesign. Adrianne Machina Tornado Marketing, Inc. 10 Step Checklist For Your Website Redesign Adrianne Machina Tornado Marketing, Inc. Quick Intro Yo Adrianne! Been in the channel since 1999 Started Tornado Marketing in 2005 Focus on Inbound Marketing

More information

TAXII 1.0 (DRAFT) Capabilities and Services. Charles Schmidt & Mark Davidson

TAXII 1.0 (DRAFT) Capabilities and Services. Charles Schmidt & Mark Davidson TAXII 1.0 (DRAFT) Capabilities and Services Charles Schmidt & Mark Davidson 2 About This Talk Look at the use scenarios we want to support and how we have designed TAXII to support them TAXII supports

More information

How does it work? Typically, a content provider publishes a feed link on its site, which end users subscribe to using a news feed

How does it work? Typically, a content provider publishes a feed link on its site, which end users subscribe to using a news feed ATA Oct07-SF.qxd 10/18/07 7:41 PM Page 32 RSS Feeds: Your Information on Your Terms By Michael Wahlster If you are like most people, you visit several websites regularly. You might seek out professional

More information

Distribution and Publication With Atom Web Services

Distribution and Publication With Atom Web Services Distribution and Publication With Atom Web Services Software Architect at Schematic Atlanta PHP Leader Co-author of Zend PHP 5 Certification Study Guide Chatter on #phpc The name Atom applies to a pair

More information

Pinterest MONDAY, APRIL 22, Basics PAGE 2. How-tos PAGE 3. Advanced PAGE 4

Pinterest MONDAY, APRIL 22, Basics PAGE 2. How-tos PAGE 3. Advanced PAGE 4 Pinterest MONDAY, APRIL 22, 2013 Basics PAGE 2 How-tos PAGE 3 Advanced PAGE 4 What is Pinterest? Pinterest is a virtual pin board used for sharing and organizing images. Use Pinterest to share your own

More information

Slide 1 Hello, I m Jason Borgen, Program Coordinator for the TICAL project and a Google Certified Teacher. This Quick Take will show you a variety of ways to search Google to maximize your research and

More information

JXTA TM Technology for XML Messaging

JXTA TM Technology for XML Messaging JXTA TM Technology for XML Messaging OASIS Symposium New Orleans, LA 27-April-2004 Richard Manning Senior Software Architect Advanced Technology & Edge Computing Center Sun Microsystems Inc. www.jxta.org

More information

Instant Integration into the AMQP Cloud with Apache Qpid Messenger. Rafael Schloming Principle Software Red Hat

Instant Integration into the AMQP Cloud with Apache Qpid Messenger. Rafael Schloming Principle Software Red Hat Instant Integration into the AMQP Cloud with Apache Qpid Messenger Rafael Schloming Principle Software Engineer @ Red Hat rhs@apache.org Overview Introduction Messaging AMQP Proton Demo Summary Introduction

More information

Developing Microsoft Azure Solutions (70-532) Syllabus

Developing Microsoft Azure Solutions (70-532) Syllabus Developing Microsoft Azure Solutions (70-532) Syllabus Cloud Computing Introduction What is Cloud Computing Cloud Characteristics Cloud Computing Service Models Deployment Models in Cloud Computing Advantages

More information

Erlang and Thrift for Web Development

Erlang and Thrift for Web Development Erlang and Thrift for Web Development Todd Lipcon (@tlipcon) Cloudera June 25, 2009 Introduction Erlang vs PHP Thrift A Case Study About Me Who s this dude who looks like he s 14? Built web sites in Perl,

More information

The Internet and World Wide Web. Chapter4

The Internet and World Wide Web. Chapter4 The Internet and World Wide Web Chapter4 ITBIS105 IS-IT-UOB 2016 The Internet What is the Internet? Worldwide collection of millions of computers networks that connects ITBIS105 IS-IT-UOB 2016 2 History

More information

Monitoring a spacecraft from your smartphone using MQTT with Joram

Monitoring a spacecraft from your smartphone using MQTT with Joram Monitoring a spacecraft from your smartphone using with Joram joram.ow2.org mqtt.jorammq.com www.scalagent.com David Féliot Use case #1: on-call operators On-call operators (working outside the control

More information

Real Life Web Development. Joseph Paul Cohen

Real Life Web Development. Joseph Paul Cohen Real Life Web Development Joseph Paul Cohen joecohen@cs.umb.edu Index 201 - The code 404 - How to run it? 500 - Your code is broken? 200 - Someone broke into your server? 400 - How are people using your

More information

Developing a Web Site. For Your Model Railroad. John Sing, Tues 7/5/11 8am

Developing a Web Site. For Your Model Railroad. John Sing,   Tues 7/5/11 8am Developing a Web Site For Your Model Railroad John Sing, singj@us.ibm.com http://home.comcast.net/~j.sing Tues 7/5/11 8am 1 Today s Agenda Objective: easy to follow methods for building a web site for

More information

Unit 8 Peer-to-Peer Networking

Unit 8 Peer-to-Peer Networking Unit 8 Peer-to-Peer Networking P2P Systems Use the vast resources of machines at the edge of the Internet to build a network that allows resource sharing without any central authority. Client/Server System

More information

packaging the free so ware web for the end user Antonio Terceiro

packaging the free so ware web for the end user Antonio Terceiro packaging the free so ware web for the end user Antonio Terceiro terceiro@debian.org thoughts on debconf15 the venue is really nice kids + families = late night hacking means no morning briefings for

More information

Getting Started with Memcached. Ahmed Soliman

Getting Started with Memcached. Ahmed Soliman Getting Started with Memcached Ahmed Soliman In this package, you will find: A Biography of the author of the book A synopsis of the book s content Information on where to buy this book About the Author

More information

Jenkins: A complete solution. From Continuous Integration to Continuous Delivery For HSBC

Jenkins: A complete solution. From Continuous Integration to Continuous Delivery For HSBC Jenkins: A complete solution From Integration to Delivery For HSBC Rajesh Kumar DevOps Architect @RajeshKumarIN www.rajeshkumar.xyz Agenda Why Jenkins? Introduction and some facts about Jenkins Supported

More information

Seminar report Google App Engine Submitted in partial fulfillment of the requirement for the award of degree Of CSE

Seminar report Google App Engine Submitted in partial fulfillment of the requirement for the award of degree Of CSE A Seminar report On Google App Engine Submitted in partial fulfillment of the requirement for the award of degree Of CSE SUBMITTED TO: SUBMITTED BY: www.studymafia.org www.studymafia.org Acknowledgement

More information

Internet Client-Server Systems 4020 A

Internet Client-Server Systems 4020 A Internet Client-Server Systems 4020 A Instructor: Jimmy Huang jhuang@yorku.ca http://www.yorku.ca/jhuang/4020a.html Motivation Web-based Knowledge & Data Management A huge amount of Web data how to organize,

More information

Reach Your Congregation

Reach Your Congregation Reach Your Congregation WITH AURORA AND THE POWERFUL ICON SYSTEMS SOFTWARE INTEGRATION What Can Aurora Do For You? A lot. We've built everything you need into a single, finely tuned outreach machine. A

More information

Ignite Visibility Consulting. How to Blog. Prepared by John Lincoln. Copyright 2013 Ignite Visibility Page 1

Ignite Visibility Consulting. How to Blog. Prepared by John Lincoln. Copyright 2013 Ignite Visibility Page 1 Ignite Visibility Consulting How to Blog Prepared by John Lincoln Copyright 2013 Ignite Visibility Page 1 Introduction... 3 What is a Blog?... 3 Technical Checklist... 3 Important Promotional Notes...

More information

OSEP Collaboration Spaces Maximize Your Time with the OSEP Collaboration Spaces User Guide

OSEP Collaboration Spaces Maximize Your Time with the OSEP Collaboration Spaces User Guide OSEP Collaboration Spaces Maximize Your Time with the OSEP Collaboration Spaces User Guide The OSEP Collaboration Spaces site allows stakeholders and grantees to interact, connect, and learn about their

More information

David Werth IDEAS Design & Grayout Aerosports Albuquerque, q NM & Indianapolis, IN

David Werth IDEAS Design & Grayout Aerosports Albuquerque, q NM & Indianapolis, IN 1 David Werth IDEAS Design & Grayout Aerosports Albuquerque, q NM & Indianapolis, IN Dave@IDEASDesigninc.com Dave@GrayOut.com Moderator: (Jacquie Warda) (Jacquie B Airshows) 2 Founder and CEO of IDEAS

More information

WebSphere MQ Update. Paul Dennis WMQ Development 2007 IBM Corporation

WebSphere MQ Update. Paul Dennis WMQ Development 2007 IBM Corporation WebSphere MQ Update Paul Dennis WMQ Development dennisps@uk.ibm.com Corporation SOA Entry Points Help Customers Get Started People What is it? Deliver role-based interaction and collaboration through services

More information

Managing Data at Scale: Microservices and Events. Randy linkedin.com/in/randyshoup

Managing Data at Scale: Microservices and Events. Randy linkedin.com/in/randyshoup Managing Data at Scale: Microservices and Events Randy Shoup @randyshoup linkedin.com/in/randyshoup Background VP Engineering at Stitch Fix o Combining Art and Science to revolutionize apparel retail Consulting

More information

ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Lecture 4. Prof. James She

ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Lecture 4. Prof. James She ELEC6910Q Analytics and Systems for Social Media and Big Data Applications Lecture 4 Prof. James She james.she@ust.hk 1 Selected Works of Activity 4 2 Selected Works of Activity 4 3 Last lecture 4 Mid-term

More information

A platform to build real-time social applications. Daniel Appelquist props to Laurent Eschenauer, Alard Weisscher and Diana Cheng

A platform to build real-time social applications. Daniel Appelquist props to Laurent Eschenauer, Alard Weisscher and Diana Cheng A platform to build real-time social applications Daniel Appelquist props to Laurent Eschenauer, Alard Weisscher and Diana Cheng Federated Social Web Summit - July 18, 2010 Daniel Appelquist Web & Internet

More information

Website Optimizer. Before we start building a website, it s good practice to think about the purpose, your target

Website Optimizer. Before we start building a website, it s good practice to think about the purpose, your target Website Optimizer Before we start building a website, it s good practice to think about the purpose, your target audience, what you want to have on the website, and your expectations. For this purpose

More information

django-push Documentation

django-push Documentation django-push Documentation Release 1.1 Bruno Renié Jun 06, 2018 Contents 1 Installation 3 2 Manual 5 2.1 Being a publisher............................................. 5 2.2 Being a subscriber............................................

More information

An Overview of WebSphere MQ Telemetry and How to Utilize MQTT for Practical Solutions

An Overview of WebSphere MQ Telemetry and How to Utilize MQTT for Practical Solutions IBM Software Group An Overview of WebSphere MQ Telemetry and How to Utilize MQTT for Practical Solutions Valerie Lampkin vlampkin@us.ibm.com WebSphere MQ Technical Resolution Support May 15, 2012 WebSphere

More information

Running Effective Meetings

Running Effective Meetings Running Effective Meetings www.clickmeeting.com In this guide... You ll learn how organize your online meeting space, set up camera and voice, share your presentation and manage attendees. Contents Launch

More information

Startups and Mobile Apps on AWS. Dave Schappell, Startup Business Development Manager, AWS September 11, 2013

Startups and Mobile Apps on AWS. Dave Schappell, Startup Business Development Manager, AWS September 11, 2013 Startups and Mobile Apps on AWS Dave Schappell, Startup Business Development Manager, AWS September 11, 2013 The most radical and transformative of inventions are those that empower others to unleash their

More information

Foundation Drupal 7: Learn How To Use The Drupal Framework To Quickly Build Feature-rich Websites By RJ Townsend

Foundation Drupal 7: Learn How To Use The Drupal Framework To Quickly Build Feature-rich Websites By RJ Townsend Foundation Drupal 7: Learn How To Use The Drupal Framework To Quickly Build Feature-rich Websites By RJ Townsend Foundation Drupal 7: Learn How to Use the Drupal Framework to - (1430228083), 1430228083,

More information

EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP

EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP! 1 of! 26 HOW TO GET STARTED WITH MAILCHIMP Want to play a fun game? Every time you hear the phrase email list take a drink. You ll be passed out in no time.

More information

Getting Started with Yammer Nicolas Kanaris July 2016 Cyprus Pedagogical Institute #ATS2020

Getting Started with Yammer Nicolas Kanaris July 2016 Cyprus Pedagogical Institute #ATS2020 Getting Started with Yammer Nicolas Kanaris July 2016 Cyprus Pedagogical Institute Contents 1. About Yammer network 2. Connect to Yammer Home and External networks 3. Yammer portal user interface 4. Configure

More information

Scaling Instagram. AirBnB Tech Talk 2012 Mike Krieger Instagram

Scaling Instagram. AirBnB Tech Talk 2012 Mike Krieger Instagram Scaling Instagram AirBnB Tech Talk 2012 Mike Krieger Instagram me - Co-founder, Instagram - Previously: UX & Front-end @ Meebo - Stanford HCI BS/MS - @mikeyk on everything communicating and sharing

More information