The Tao of Microservices
by: Richard Rodger
ISBN-10: 1617293148
ISBN-13: 9781617293146
Edition 版本: 1
Released: 2017-12-31
Pages: 328
Book Description
about the technology
An application,even a complex one,can be designed as a system of independent components,each of which handles a single responsibility. Individual microservices are easy for small teams without extensive knowledge of the entire system design to build and maintain. Microservice applications rely on modern patterns like asynchronous,message-based communication,and they can be optimized to work well in cloud and container-centric environments.
about the book
The Tao of Microservices guides you on the path to understanding and building microservices. Based on the invaluable experience of microservices guru Richard Rodger,this book exposes the thinking behind microservice designs. You’ll master individual concepts like asynchronous messaging,service APIs,and encapsulation as you learn to apply microservices architecture to real-world projects. Along the way,you’ll dig deep into detailed case studies with source code and documentation and explore best practices for team development,planning for change,and tool choice.
what’s inside
Principles of the microservice architecture
Breaking down real-world case studies
Implementing large-scale systems
When not to use microservices
about the reader
This book is for developers and architects. Examples use JavaScript and Node.js.
about the author
Richard Rodger,CEO of voxgig,a social network for the events industry,has many years of experience building microservice-based systems for major global companies.