all about open & sharing - wordpress.com · 2013-03-28 · open social a set of common...

18
All About Open & Sharing 차세대 웹기술과 컨버전스 Lecture 3 수업블로그: http://itmedia.kaist.ac.kr 2008. 2. 28 한재선 ([email protected]) NexR 대표이사 KAIST 정보미디어 경영대학원 대우교수 http://www.web2hub.com

Upload: others

Post on 02-Jun-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

All About Open & Sharing

차세대 웹기술과 컨버전스Lecture 3

수업블로그: http://itmedia.kaist.ac.kr

2008. 2. 28

한 재 선 ([email protected])

NexR 대표이사

KAIST 정보미디어 경영대학원 대우교수

http://www.web2hub.com

Page 2: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Open & Sharing

Open &

Sharing

Open

Data

Open

Service

RSS, AtomOPML

Open API,REST, SOAP

Mashup

OpenID

Open Social

Microformats

Data

Portability

CCL

S2

Page 3: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

RSS: Open Data

Really Simple SyndicationA family of Web feed formats used to publish frequently updated content

(Definition from Wikipedia)

RSS Reader

Web Services

S3

Page 4: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Standardizing Web Data Format

Channel Info.

Item Info.

RSS 2.0 Data Format

S4

Page 5: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

RSS Business

RSS Management & Advertizing

Meta BlogRSS Reader

S5

Page 6: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Open API: Open Service

Open APISets of technologies that enable websites to interact with each other

by using SOAP, Javascript any other web technology(Definition from Wikipedia)

Users

Developers

Affiliate Sites

Services

NewServices

(includingMashup)

S6

Page 7: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Examples of Open API

API Scorecard (http://www.programmableweb.com/)

S7

Page 8: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Open API Technologies

SOAP

Protocol for exchanging XML-based message, normally using HTTP

Much more robust way to make requests, but more robust than most APIs need

More complicated to use

REST

Software architectural style for distributed hypermedia systems like WWW

Quickly gained popularity through its simplicity

XML-RPC

RPC protocol with XML as a encoding and HTTP as a transport

More complex than REST but simpler than SOAP

JavaScript

The newest trend in APIs

Offering a free JavaScript library that is the only way to access data

Limited integration with other services

JSON-RPC

RPC protocol encoded in JSON instead of XML

Very simple protocol (and very similar to XML-RPC)

S8

Page 9: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Mashup

MashupA web application that combines data from more than one source

into a single integrated tool(Definition from Wikipedia)

Chicago Crime Maphttp://www.everyblock.com/

Crime Data from the Chicago

Police Department

S9

Page 10: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Types of Mashup

Mapping mashups

Photo mashups

Shopping mashups

Search mashups

Video mashups

News mashups

Social mashups

Mobile mashups

Enterprise mashups

http://www.programmableweb.com/popular

S10

Page 11: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Mashup Architecture

Open Data

Open Services

Other Web Sites

API/Content Providers

RSS, Atom

REST, SOAPJavascript,XML-RPC

Screen Scraping

MashupSites

ClientBrowsers

S11

Page 12: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Mashup Editors

MS Popflyhttp://www.popfly.ms/

Google Mashup Editorhttp://code.google.com/gme/

Yahoo Pipeshttp://pipes.yahoo.com/

Editing / Hosting / Sharing

Platformize mashup process!(development & operation)

S12

Page 13: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Recent Issues About Open

OpenID

Open Social

Microformats

Data Portability

CCL

S13

Page 14: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

웹 2.0과 ID관리기술 전망-KISA 기술정책 07-06

• URL-style Single ID• Single-Sign-On

A decentralized single sign-on system

S14

Page 15: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Open Social

A set of common application programming interfaces (APIs) for web-based social network applications, developed by Google

• People: information about individual people and their relationships to each other • Activities: ability to post and view updates on what people are doing • Persistence: a simple key-value data store to allow server-free stateful applications

Open Social APIs

http://code.google.com/apis/opensocial/

write once, distribute broadly

S15

Page 16: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

TypicalContact Info

MicroformatsContact Info

(hCard)

A web-based data formatting approach that seeks to re-use existing content as metadata, using only XHTML and HTML classes and attributes.

S16

Page 17: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Data Portability

http://www.dataportability.org/

An effort by a group of Internet application vendors to promote the capability to control, share, and move data from one system to another.

http://flvs.daum.net/flvPlayer.swf?vid=22ZKUGXTNSI$

S17

Page 18: All About Open & Sharing - WordPress.com · 2013-03-28 · Open Social A set of common application programming interfaces (APIs) for web-based social network applications, developed

Creative Commons Licenses (CCL)

Attribution (by)

Noncommercial or NonCommercial (nc)

No Derivative Works or NoDerivs (nd)

ShareAlike (sa)

Licenses granting the right to distribute the copyrighted workunder some specified condition

http://creativecommons.org/license/

S18