Tech IndustryDec 31, 2018
VerizonzoBr70

Resources for API design and management.

Any API experts here who can help? Looking for advice on best resources for API design and management. Thx TC - 200 K

Add a comment
Bank of America blacKnight Dec 31, 2018

What kind of help you need ?

Verizon zoBr70 OP Dec 31, 2018

As to best practices, tradeoffs, security, suitability based on underlying return data type, latency, maintainability, naming etc. I am not sure what else but these are the kind of things that are of interest to me. So, I want to make sure I refer best resources when investing time. Hope that makes sense..

Amazon WPRK21 Dec 31, 2018

Following

Adobe adobebest Dec 31, 2018

Following

Microsoft Tier 1 Dec 31, 2018

Read docs for existing APIs. Such as AWS, Azure, Twitter, Twilio.

Amazon trailin Jan 1, 2019

You can read the book - "building microservices" It gives a broad view on the available models and their respective tradeoffs

Verizon zoBr70 OP Jan 1, 2019

Tier 1, trailin - Thanks for the pointers.

Nielsen iota2018 May 31, 2019

Traditionally we build APIs for data syndication - that is customers download everything into a data store at their end and build applications there on. Have you seen such APIs from other players in the industry? Looking for some references. And also when would you choose API vs File for data syndication use-cases. What pointers should be considered?

Verizon kurious1 Jun 1, 2019

Based on your description, it sounds like data warehouse kind of arrangement - where data for querying and analysis is offloaded on to a separate database (or database like structure that can be queried) that is read-heavy. And, there is less to worry about write performance or affecting performance in prod. If above sounds right, what area are you looking to optimize or simplify...