Inhoudsopgave:
\u003cp\u003e\u003cb\u003eThe common patterns and practices of the microservice architecture and their application using the Clojure programming language.\u003c/b\u003e\u003c/p\u003e\u003ch2\u003eAbout This Book\u003c/h2\u003e\u003cul\u003e\u003cli\u003eRelevance of the microservice architecture and benefits of Clojure's functional and simple features to implement it.\u003c/li\u003e\u003cli\u003eLearn best practices and common principles to avoid common pitfalls while developing microservices.\u003c/li\u003e\u003cli\u003eLearn how to use Pedestal to build your next microservices, secure them using JWT, and monitor them using the ELK stack\u003c/li\u003e\u003c/ul\u003e\u003ch2\u003eWho This Book Is For\u003c/h2\u003e\u003cp\u003eYou should have a working knowledge of programming in Clojure. However, no knowledge of RESTful architecture, microservices, or web services is expected. If you are looking to apply techniques to your own projects, taking your first steps into microservice architecture, this book is for you.\u003c/p\u003e\u003ch2\u003eWhat You Will Learn\u003c/h2\u003e\u003cul\u003e\u003cli\u003eExplore the pros and cons of monolithic and microservice architectures\u003c/li\u003e\u003cli\u003eUse Clojure to effectively build a reallife application using Microservices\u003c/li\u003e\u003cli\u003eGain practical knowledge of the Clojure Pedestal framework and how to use it to build Microservices\u003c/li\u003e\u003cli\u003eExplore various persistence patterns and learn how to use Apache Kafka to build event-driven microservice architectures\u003c/li\u003e\u003cli\u003eSecure your Microservices using JWT\u003c/li\u003e\u003cli\u003eMonitor Microservices at scale using the ELK stack\u003c/li\u003e\u003cli\u003eDeploy Microservices at scale using container orchestration platforms such as Kubernetes\u003c/li\u003e\u003c/ul\u003e\u003ch2\u003eIn Detail\u003c/h2\u003e\u003cp\u003eThe microservice architecture is sweeping the world as the de facto pattern with which to design and build scalable, easy-tomaintain web applications. This book will teach you common patterns and practices, and will show you how to apply these using the Clojure programming language.\u003c/p\u003e\u003cp\u003eThis book will teach you the fundamental concepts of architectural design and RESTful communication, and show you patterns that provide manageable code that is supportable in development and at scale in production. We will provide you with examples of how to put these concepts and patterns into practice with Clojure. This book will explain and illustrate, with practical examples, how teams of all sizes can start solving problems with microservices.\u003c/p\u003e\u003cp\u003eYou will learn the importance of writing code that is asynchronous and non-blocking and how Pedestal helps us do this. Later, the book explains how to build Reactive microservices in Clojure that adhere to the principles underlying the Reactive Manifesto. We finish off by showing you various ways to monitor, test, and secure your microservices. By the end, you will be fully capable of setting up, modifying, and deploying a microservice with Clojure and Pedestal.\u003c/p\u003e\u003ch2\u003eStyle and approach\u003c/h2\u003e\u003cp\u003eThis book highlights the merits of the microservice architecture and its implementation with Clojure. Learn to implement microservices by migrating a monolithic application to a microservice-based architecture.\u003c/p\u003e |