11
Connecting your In-Premise Database to Mobile Apps Lohith G N

Connecting Your In-Premise Database To Mobile Apps

Embed Size (px)

DESCRIPTION

Slide deck from my webinar titled "Connecting your In-Premise Database to Mobile Apps" which was held on Sep 4 2014.

Citation preview

Page 1: Connecting Your In-Premise Database To Mobile Apps

Connecting your In-PremiseDatabase to Mobile Apps

Lohith G N

Page 2: Connecting Your In-Premise Database To Mobile Apps

About Me

Technical Evangelist, Telerik

Microsoft MVP (ASP.NET/IIS)

Author

[email protected]

@kashyapa

http://www.Telerik.com

http://www.kashyapas.com

http://www.telerikhelper.net

Lohith G N

Page 3: Connecting Your In-Premise Database To Mobile Apps

Problem to Solve

Database

Your Organization

etInternet

In-Premise Database Mobile Apps

Page 4: Connecting Your In-Premise Database To Mobile Apps

Solutions

• Solution 1• ASP.NET WebAPI

• Solution 2• Telerik Backend

• Others• Azure Related Services

We look at Solution 1 & 2 today

Page 5: Connecting Your In-Premise Database To Mobile Apps

Solution 1 – Web API

• Build a ASP.NET WebAPI Application

• Host the Web App on Application Server (IIS)

• Expose the App Server as Public IP behind a fire wall

• Connect to WebAPI using HTTP

Page 6: Connecting Your In-Premise Database To Mobile Apps

Solution 1

Database

Your Organization

Internet

AppServer

FIREWALLWebAPI

Page 7: Connecting Your In-Premise Database To Mobile Apps

Demo

Page 8: Connecting Your In-Premise Database To Mobile Apps

Solution 2 – Telerik Backend Data Connectors

• Telerik Backend is a mBaaS Service

• Provides Data Connectors for SQL, Oracle, MySQL, PostgresSQL

• Install DataLink Server on your Application Server close to Database

• Create DataConnector Types on Telerik BackEnd

• Telerik BackEnd creates REST Endpoints

• Consume data through REST API

Page 9: Connecting Your In-Premise Database To Mobile Apps

Solution 2

Database

Your Organization

Telerik Backend

DataLink

Server

FIREWALL

Page 10: Connecting Your In-Premise Database To Mobile Apps

Demo

Page 11: Connecting Your In-Premise Database To Mobile Apps

Thank You [email protected]