building a scalable, and secure api (without writing any code)

14
Building a scalable, and secure API (without writing any code) Stewart Harper and Don Murray

Upload: safe-software

Post on 15-Apr-2017

2.244 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Building a Scalable, and Secure API (Without Writing Any Code)

Building a scalable, and secure API (without writing any code)

Stewart Harper and Don Murray

Page 2: Building a Scalable, and Secure API (Without Writing Any Code)

Who are we and what are we about?

Page 3: Building a Scalable, and Secure API (Without Writing Any Code)

Why should you care about creating APIs?

1. Provide developers with a stable, clear interface to your core business processes and data.

2. Decouple your data and business logic from your public interface.

3. Providing modern interface on top of legacy applications.

From our last API webinar:

75% of data experts intend to use APIs to access data over the web.

Page 4: Building a Scalable, and Secure API (Without Writing Any Code)

Evolution of the API● API management and security● The interface itself (resources, methods etc).● The business logic that is tied to each resource.

Page 5: Building a Scalable, and Secure API (Without Writing Any Code)

When is the codeless API a good fit?

● You don’t have access to developers to build the API.

● Agility is key and you wish to create an API quickly.

● You are prototyping a new service. Don’t just put a website up for beta users—get an API in front of them.

Page 6: Building a Scalable, and Secure API (Without Writing Any Code)

● If it’s a large complex API with a lot of calls.

● If you are going to be processing millions of requests you will likely need to optimize.

When is the codeless API not a good fit?

Page 7: Building a Scalable, and Secure API (Without Writing Any Code)

Transit API

Page 8: Building a Scalable, and Secure API (Without Writing Any Code)

API Architecture

Page 9: Building a Scalable, and Secure API (Without Writing Any Code)

Review existing PUT request

Page 10: Building a Scalable, and Secure API (Without Writing Any Code)

Add GET bus request

Page 11: Building a Scalable, and Secure API (Without Writing Any Code)

Download Link

https://github.com/safesoftware/codeless-api-demo

Page 12: Building a Scalable, and Secure API (Without Writing Any Code)

Summary

Page 13: Building a Scalable, and Secure API (Without Writing Any Code)

Q&AChat your questions into the GoToWebinar control panel.