+ All Categories
Home > Technology > API - Designing & Supporting Business Critical with REST/HATEOAS

API - Designing & Supporting Business Critical with REST/HATEOAS

Date post: 16-Apr-2017
Category:
Upload: anant-corporation
View: 74 times
Download: 3 times
Share this document with a friend
17
Anant Corporation Research & Development API - Designing & Supporting Business Critical with REST/HATEOAS
Transcript
Page 1: API - Designing & Supporting Business Critical with REST/HATEOAS

Anant Corporation

Research & DevelopmentAPI - Designing & Supporting Business Criticalwith REST/HATEOAS

Page 2: API - Designing & Supporting Business Critical with REST/HATEOAS

What do we do?

Streamline, Organize and Unify Business InformationPortals | Integration | Search

Page 3: API - Designing & Supporting Business Critical with REST/HATEOAS

Agenda

•Overview of REST/HATEOAS•Delivering Powerful Software as a SPA•Challenge : Fast AND Furious•Solution - Pragmatic Design at Each Layer

Page 4: API - Designing & Supporting Business Critical with REST/HATEOAS

REST / HATEOAS• REST - Client / Server, Stateless,

Cacheable, etc.. • HATEOAS - Engine of Application

State How do we do this , really?

CollectionsPatentsUsersCasesQueriesTags

Page 5: API - Designing & Supporting Business Critical with REST/HATEOAS

Usual “Search” / Consumer Apps• Interface - Frontend Layer (UI) is

Deployed as Static Files from CDN• Software - Business Logic (API) is

Deployed as Stateless Services • Database - Persistent information (Data)

is any of SQL/NoSQL/Graph/Index/*• Systems - Different Applications

(Systems) are hosted in private/public/* clouds

Page 6: API - Designing & Supporting Business Critical with REST/HATEOAS

Usual “Search” / Consumer Apps

Page 7: API - Designing & Supporting Business Critical with REST/HATEOAS

• Interface 10,000 Users, 1,000 Simultaneous Searches

• Software 200-200,000 Results, Highlights, HQ Images

• Database8,000,000 Objects, 20-50 Related Docs

• Systems 40-50 Servers, 5 Apps, 2 Databases, Several Frameworks

Challenge - Fast AND Furious

Page 8: API - Designing & Supporting Business Critical with REST/HATEOAS

Patent Office - PATFT

Page 9: API - Designing & Supporting Business Critical with REST/HATEOAS

EST – Crazy Queries

(method OR process OR steps) AND ( (nodes ADJ4 rank$) SAME (database or graph or index) )

Page 10: API - Designing & Supporting Business Critical with REST/HATEOAS

EST – Exploring Search Technologies

Page 11: API - Designing & Supporting Business Critical with REST/HATEOAS

EST – Exploring Search Technologies

Page 12: API - Designing & Supporting Business Critical with REST/HATEOAS

• Dojo! Angular! Knockout! Ember! Oh My!End Users Don’t Care - Really They

Don’t. • Dictated by a balance of Team / Customer /

RealityDevelopers Need to be Okay Maintainers Need to be Happy

• Serving up the UI/API/Images Properly Special Web Servers for JS/HTML/CSSSpecial App Servers for to serve up

Images Special App Servers for APIs

Interface - What Framework?

Page 13: API - Designing & Supporting Business Critical with REST/HATEOAS

• Data Update Frequency dictates Caching/Concurrency

• Data Security dictates Authentication • Data Relevancy dictates Linkage• Data Need dictates Size

Software - Serving API

Page 14: API - Designing & Supporting Business Critical with REST/HATEOAS

• Relational is still relevant. It's fast. It's reliable. It's related.

• NoSQL works, choose wisely. *** (Consistency vs. Reliability)

• Index is an index. Don't use it as NoSQL. (SolR/ElasticSearch)

• Some data changes, while other data doesn't. (Transactions vs. Records)

Database - The Middle Path

Page 15: API - Designing & Supporting Business Critical with REST/HATEOAS

• Criticality Influences Everything Mission / Business / Health Critical?

• SLA / OLACustomers have “Service Level Agreement” Functional Groups have “Operational Level Agreements”

• Commercial support means you can blame people and get them to fix it.If it breaks, you better own it, or get someone else to fix it, and pay them.

Systems - Tying it All Together

Page 16: API - Designing & Supporting Business Critical with REST/HATEOAS

Anant - D.C. Office

Page 17: API - Designing & Supporting Business Critical with REST/HATEOAS

ContactRahul Singh

• Web: http://anant.us• Email: [email protected]• Phone: 1.855.ANANTCO• 1010 Wisconsin Ave. NW,

Suite 250Washington, D.C. 20007


Recommended