Breaking down data silos with OData

36
{ Breaking down Data Silos The Open Data Protocol AKA OData Chris Woodruff Semantic Technology Conference San Francisco, CA June 8, 2011

description

The Open Data Protocol (OData) is an open protocol for sharing data. It provides a way to break down data silos and increase the shared value of data by creating an ecosystem in which data consumers can interoperate with data producers in a way that is far more powerful than currently possible, enabling more applications to make sense of a broader set of data. Every producer and consumer of data that participates in this ecosystem increases its overall value. OData is consistent with the way the Web works – it makes a deep commitment to URIs for resource identification and commits to an HTTP-based, uniform interface for interacting with those resources (just like the Web). This commitment to core Web principles allows OData to enable a new level of data integration and interoperability across a broad range of clients, servers, services, and tools.

Transcript of Breaking down data silos with OData

Page 1: Breaking down data silos with OData

{

Breaking down Data Silos

The Open Data Protocol AKA OData

Chris WoodruffSemantic Technology ConferenceSan Francisco, CAJune 8, 2011

Page 2: Breaking down data silos with OData

Who am I?

Chris [email protected] – http://chriswoodruff.comTechnical Architect – Perficient, Inc.

Page 3: Breaking down data silos with OData

Goals

What is it?Why do we care?How do we use it?

Page 4: Breaking down data silos with OData

Why is OData Needed?

Page 5: Breaking down data silos with OData

Quote – Jim Gray

Today, the tools for capturing data both at the mega-scale and at the milli-scale are just dreadful. After you have captured the data, you need to curate it before you can start doing any kind of data analysis, and we lack good tools for both data curation and data analysis.

Page 6: Breaking down data silos with OData

What is OData?

Page 7: Breaking down data silos with OData

Web Friendly, just plain HTTPUniform PatternsFocus on Data, not on Formats

Stay High-Level, Abstract the Store

Requirements

Page 8: Breaking down data silos with OData

“Self-service business intelligence” Let people find and use their own data …but where’s the data?

Broad direct database access is impractical OData feeds expose data over application logic

Reports often represent the best data sources All reports in Reporting Services are now OData

feeds

Insight from data

Page 9: Breaking down data silos with OData

Government data, e.g. OGDIScientific data, e.g. OSDISocial dataCommercial public data, e.g. Netflix

Premium data, DataMarkets

Data Sharing at Large

Page 10: Breaking down data silos with OData

Consistent, Up to Date

Page 11: Breaking down data silos with OData

Scale to Large Datasets

Page 12: Breaking down data silos with OData

Create Web API to be Consumed with Ease

Page 13: Breaking down data silos with OData

maximize reach, focus investmentsshare libraries, browsers, applications

Page 14: Breaking down data silos with OData

Monetize Data

Page 15: Breaking down data silos with OData

data in modern web applications

Page 16: Breaking down data silos with OData

Where did OData come from?

Page 17: Breaking down data silos with OData

Is OData RESTful?

Page 18: Breaking down data silos with OData

OData

Uniform way of representing structured data Atom, JSON formats

Uniform URL conventions Navigation, filtering, sorting, paging, etc.

Uniform operations Addressability GET, POST, PUT, DELETE always mean the

same

Page 19: Breaking down data silos with OData

The name Atom applies to a pair of related standards. The Atom Syndication Format is an XML language used for web feeds, while the Atom Publishing Protocol (AtomPub) is a simple HTTP-based protocol for creating and updating web resources.

AtomPub

Page 20: Breaking down data silos with OData

JSON

Page 21: Breaking down data silos with OData

The Meta of OData

Page 22: Breaking down data silos with OData

Lets dig into OData Protocol

Page 23: Breaking down data silos with OData

Feeds, which are Collections of typed Entries

OData services can expose Service Operations

OData services expose all these constructs via URIs

OData service may also expose a Service Metadata Document

OData has the ability for validation and server side security

The Basics

Page 24: Breaking down data silos with OData

BinaryBooleanByteDateTimeDateTimeOffset

TimeDecimal

Datatypes

DoubleSingleGuidInt16Int32Int64String

Page 25: Breaking down data silos with OData

HTTP Verb SQL Command

GET SELECT

PUT UPDATE

POST INSERT

DELETE DELETE

MERGE

Full SQL like Query “Language”

Page 26: Breaking down data silos with OData

Query Navigation

Page 27: Breaking down data silos with OData

http://services.odata.org/OData.svc/GetProductsByRating?rating=5

Identifies the "GetProductsByRating" Service Operation and specifies a value of 5 for the "rating" input parameter.

Service Operations (Example)

Page 28: Breaking down data silos with OData

Where is OData Used?

Page 29: Breaking down data silos with OData
Page 30: Breaking down data silos with OData

Who is using OData?

Page 31: Breaking down data silos with OData
Page 32: Breaking down data silos with OData

Where can you consume it?

Page 33: Breaking down data silos with OData

LINQ

Page 34: Breaking down data silos with OData

OData.orgODataPrimer.com

Wrap Up

Page 35: Breaking down data silos with OData

The Fourth Paradigm: Data-Intensive Scientific Discovery

Page 36: Breaking down data silos with OData

http://deepfriedbytes.com