Three-layered Connectivity Architecture Explained | Lightboard Series

preview_player
Показать описание
Want to learn how to build your first API in under 10 minutes. Click the link below to get started with MuleSoft:
Рекомендации по теме
Комментарии
Автор

Thank you. I loved it. Cleared most of my confusions.

frankallan
Автор

I really liked the way you described it . I have two questions. I would really appreciate your insights Nathan. Here are the questions : 1. How do we get past the multi hope in the layering which adds latency ? 2. Does process api do what joins do in SQL ?

tirthankarkundu
Автор

this illustration assumes we want our clients (aka consumer) to pull the info out of our systems (producers)...but what if we want it to be pushed to clients. The event messages for orders are published down in the DEF & ABC systems and we want App Y and App X to receiving something from their experience layer based on those publishing. Do you have a similar illustrations for that?

chrisdamour
Автор

What does using XML vs JSON have anything to do with schemas? There is XSD and JSON Schema, but neither of these are obligatory. Sounds like you are conflating some things here.

djd
Автор

I'd love to see a similar video on how to deal with error handling, recovery scenario's, dealing object dependencies, ...
Anyone got an idea on where to get some best practices?

HypaxBE
Автор

Am I right in saying that the Process API Orders essentially replaces the need for source system records to be collated in some sort of centralised datastore? So the experience APIs rely on the Process API to deliver the top-level applications a collation of the information (Orders) from all of the System APIs that get from the Bottom level applications. Sorry to ask the obvious question....

tm-worldwide
Автор

How do these 3 layers translate when it comes to Mulesoft APIs? Does it mean one publically exposed experience API and then multiple unexposed internal process APIs and System APIs?

ParthDaveIn
Автор

The schema as the reason for not using XML? That was the argument for going for JSON?

RamonSmits
Автор

Whats the name of presenter? Do you have your own channel where we can learn more about mule?

ftrujillovelasco
Автор

Experience, process, system.... Really sounds like UI, business, data layers. How is this different and better?

RamonSmits