8.2 Deployment Strategy
Independent from the deployment architecture, a dataflow must be set up from the user to the server. This data is usually transferred based on REST APIs, which are a way for software systems to communicate over the internet using HTTP methods.
This approach enables the interaction between client-side applications, like a user’s web browser or a mobile app, and a server in the backend. On that server, the AI model and everything else required to represent an appealing frontend are running.
You’ll learn what REST APIs are in detail in Section 8.2.1. In the deployment process, you’ll need to balance different priorities that we cover in Section 8.2.2. This chapter on deployment strategies closes with a coding example ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access