Top Banner
Gold-Partner: Veranstalter: BI-System mit OData und SharePoint Online Martina Grom & Toni Pohl
36

BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Jul 17, 2015

Download

Software

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Gold-Partner: Veranstalter:

BI-System mit OData und

SharePoint Online

Martina Grom & Toni Pohl

Page 2: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Über unsMartina Grom

Working on:

The Cloud

Office 365 Deployments

Enterprise Social Engagements

Kontakt:

Twitter: @magrom

E-Mail: [email protected]

Blog: http://blog.atwork.at

Facebook: https://www.facebook.com/groups/cloudusergroup/

Page 3: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Über unsToni Pohl

Working on:

The Cloud

Azure

Kontakt:

Twitter: @atwork

E-Mail: [email protected]

Blog: http://blog.atwork.at

Facebook: https://www.facebook.com/groups/cloudusergroup/

Page 4: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Agenda

Szenario & Database

OData Interface

Excel & PowerBI

SPO App mit WebAPI

Page 5: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Gold-Partner: Veranstalter:

Szenario:

„Daten lesen, bereitstellen und verwenden“

Page 6: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

SQL

Azure

DB

OData

WebAPI

D

a

t

aExcel PowerBI

SPO App

Security…

Page 7: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Gold-Partner: Veranstalter:

Die Basis: Daten…

…zentral in SQL Azure

Page 8: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)
Page 9: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)
Page 10: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)
Page 11: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Tipp für SQL Azure:

http://sqlazuremw.codeplex.com

Page 12: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)
Page 13: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)
Page 14: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Gold-Partner: Veranstalter:

OData

?

Page 15: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

OData

The Protocol for REST APIs

An open protocol to allow the creation and consumption

of queryable and interoperable RESTful APIs in a

simple and standard way.

http://www.odata.org/

Page 16: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

OData auf einen Blick

Ein OData service liefert per Default Atom XML

Für JSON muss im HTTP Header JSON angegeben werden

OData für Abfragen und auch für CRUD Operationen

(HTTP verbs: GET for reading, PUT for creating, POST for

updating and DELETE for deleting)

OData ist case-sensitive für Properties, filters…

Page 17: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Get started with the SharePoint 2013 REST service

https://msdn.microsoft.com/en-

us/library/office/fp142380.aspx

Grafik: https://msdn.microsoft.com/en-us/library/office/fp142380.aspx

Page 18: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

OData in SharePoint 2013:

_api ist das neue _vti_bin/client.svc

Grafik: http://blog.concentra.co.uk/2013/02/06/odata/diagram1/

Page 19: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

OData in SharePoint 2013: Service Access Points

Site http://server/site/_api/site

Web http://server/site/_api/web

User Profile

http://server/site/_api/SP.UserProfiles.PeopleManager

Search http:// server/site/_api/search

Publishing http:// server/site/_api/publishing

Page 20: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

OData in SharePoint: Query-Beispiele

https://spkonf.sharepoint.com/sites/dev/_api/web

/lists/getbytitle('ratings')/items?$select=Title,RatingSpeaker

/lists/GETbytitle('ratings')/items?$filter=Title eq 'SESSion2‘

/lists/getbytitle('ratings')/items?$top=2&$select=Title

/lists(guid'852d5762-6032-4150-a550-ff01db0c5517')/Items(2)

siehe auch:

https://msdn.microsoft.com/en-us/library/office/fp142385.aspx

Use OData query operations in SharePoint REST requests

https://msdn.microsoft.com/en-us/library/office/fp142385.aspx

Die „Methoden“ GetByTitle(),

lists() etc. sind OData Extensions

um das Service einfacher zu

verwenden

Page 21: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

https://msdn.microsoft.com/en-us/data/ff478141.aspx

Page 22: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

OData Beispiele für SP

https://github.com/OfficeDev/OData-BCS-SharePoint-Hosted-

App-Code-Sample

http://tomresing.com/2014/05/19/odata-bcs-code-sample-from-

teched-2014/

OData in SharePoint 2013 with jQuery

http://blog.concentra.co.uk/2013/02/06/odata/

OData mit BCS? Ja!

Using OData sources with Business Connectivity Services in

SharePoint 2013

https://msdn.microsoft.com/en-us/library/office/jj163802.aspx

Page 23: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Gold-Partner: Veranstalter:

WebAPI Interface + Verwenden

Demo

Page 24: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)
Page 25: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Das Ergebnis

Page 26: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Gold-Partner: Veranstalter:

PowerBI

Page 27: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)
Page 28: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)
Page 29: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)
Page 30: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Gold-Partner: Veranstalter:

Securing…

Page 31: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Sicherheit mit Basic Authentication Beispiel:

https://github.com/jjabney/Lucid.Web.Portal/blob/master/L

ucid.Web.Portal/HttpModules/BasicAuthHttpModule.cs

Page 32: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Gold-Partner: Veranstalter:

SharePoint App

Page 33: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Zusammenfassung

OData und OData in SP

WebAPI Interface

Excel & PowerBI

SPO App mit WebAPI

Slides & Demos: http://blog.atwork.at

Page 34: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

FRAGEN?

Page 35: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Wir freuen uns auf Ihr Feedback!

Page 36: BI-System with OData and SharePoint Online App (SharePoint Konferenz ppEDV Erding, March 2015)

Gold-Partner: Veranstalter:

Vielen Dank!Martina Grom & Toni Pohl