Understanding Quarkus
Author | : Antonio Goncalves |
Publisher | : Independently Published |
Total Pages | : 432 |
Release | : 2021-05-04 |
ISBN-10 | : 9798689410418 |
ISBN-13 | : |
Rating | : 4/5 ( Downloads) |
Download or read book Understanding Quarkus written by Antonio Goncalves and published by Independently Published. This book was released on 2021-05-04 with total page 432 pages. Available in PDF, EPUB and Kindle. Book excerpt: Microservices is an architectural style that structures an application as a collection of distributed services. Microservices are certainly appealing but there are many questions that should be asked prior to diving into this architectural style: How do I deal with an unreliable network in a distributed architecture? How do I test my services? How do I monitor them? How do I package and execute them?That's when Quarkus comes into play.In this fascicle, you will learn Quarkus but also its ecosystem. You will discover Quarkus internals and how you can use it to build REST and reactive microservices, bind and process JSON or access datastores in a transactional way. With Cloud Native and GraalVM in mind, Quarkus makes packaging and orchestrating your microservices with Docker and Kubernetes easy.This fascicle has a good mix of theory and practical examples. It is the companion book of Practising Quarkus 1.x where you learn how to develop an entire microservice architecture.