Microservices in SAP Hana Xsa: A Guide to Rest APIs Using Node.Js, Guerrero Sergio
Автор: Newman Sam Название: Building Microservices ISBN: 1491950358 ISBN-13(EAN): 9781491950357 Издательство: Wiley Рейтинг: Цена: 6334.00 р. Наличие на складе: Поставка под заказ.
Описание: With lots of examples and practical advice, this book takes a holistic view of the topics that system architects and administrators must consider when building, managing, and evolving microservice architectures.
Название: Microservices in Action ISBN: 1617294454 ISBN-13(EAN): 9781617294457 Издательство: Неизвестно Рейтинг: Цена: 6896.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Summary
Microservices in Action is a practical book about building and deploying microservice-based applications. Written for developers and architects with a solid grasp of service-oriented development, it tackles the challenge of putting microservices into production.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Invest your time in designing great applications, improving infrastructure, and making the most out of your dev teams. Microservices are easier to write, scale, and maintain than traditional enterprise applications because they're built as a system of independent components. Master a few important new patterns and processes, and you'll be ready to develop, deploy, and run production-quality microservices.
About the Book
Microservices in Action teaches you how to write and maintain microservice-based applications. Created with day-to-day development in mind, this informative guide immerses you in real-world use cases from design to deployment. You'll discover how microservices enable an efficient continuous delivery pipeline, and explore examples using Kubernetes, Docker, and Google Container Engine.
What's inside
An overview of microservice architecture
Building a delivery pipeline
Best practices for designing multi-service transactions and queries
Deploying with containers
Monitoring your microservices
About the Reader
Written for intermediate developers familiar with enterprise architecture and cloud platforms like AWS and GCP.
About the Author
Morgan Bruce and Paulo A. Pereira are experienced engineering leaders. They work daily with microservices in a production environment, using the techniques detailed in this book.
Table of Contents
PART 1 - The lay of the land
Designing and running microservices
Microservices at SimpleBank
PART 2 - Design
Architecture of a microservice application
Designing new features
Transactions and queries in microservices
Designing reliable services
Building a reusable microservice framework
PART 3 - Deployment
Deploying microservices
Deployment with containers and schedulers
Building a delivery pipeline for microservices
PART 4 - Observability and ownership
Building a monitoring system
Using logs and traces to understand behavior
Building microservice teams
Автор: Gonzalez David Название: Developing Microservices with Node.js ISBN: 1785887408 ISBN-13(EAN): 9781785887406 Издательство: Неизвестно Рейтинг: Цена: 5516.00 р. Наличие на складе: Нет в наличии.
Описание: How do you detangle a monolithic system and migrate it to a microservices architecture? As a companion to Sam Newman`s extremely popular Building Microservices, this new book details a proven method for transitioning an existing monolithic system to a microservice architecture.
Описание: This book takes you through tried and tested approaches to building distributed systems and implementing microservices architecture. It follows a single real-world project from start to finish, using Spring Boot, Spring Cloud, and a full suite of related tools and frameworks for development, security, testing, and deployment.
Описание: Microservices is an architectural style that promotes the development of complex applications as a suite of small services based on business capabilities. This book will help you identify the appropriate service boundaries within the business domain to ensure high cohesion and to define the correct service interfaces to promote loose coupling.
Описание: Build Java-based microservices architecture using the Spring Boot framework by evolving an application from a small monolith to an event-driven architecture composed of several services. This revised book follows an incremental approach in teaching the structure of microservices, test-driven development, and common patterns in distributed systems such as service discovery, load balancing, routing, centralized logs, per-environment configuration, and containerization. This updated book now covers what's been added to the latest Spring Boot release, including support for the latest Java SE; more deep-dive knowledge on how Spring Boot works; testing with JUnit 5; changes in the Spring Cloud tools used for service discovery and load balancing; building Docker images using cloud-native buildpacks; a basic centralized logging solution; E2E traceability with Sleuth; centralized configuration with Consul; many dependency upgrades; support for Spring Data Neumann; and more. Author Moises Macero uses a pragmatic approach to explain the benefits of using this type of software architecture, instead of keeping you distracted with theoretical concepts. He covers some of the state-of-the-art techniques in computer programming, from a practical point of view. You'll focus on what's important, starting with the minimum viable product but keeping the flexibility to evolve it. What You Will Learn
Build microservices with Spring Boot
Discover architecture patterns for distributed systems such as asynchronous processing, eventual consistency, resilience, scalability, and more
Use event-driven architecture and messaging with RabbitMQ
Master service discovery with Consul and load balancing with Spring Cloud Load Balancer
Route requests with Spring Cloud Gateway
Keep flexible configurations per environment with Spring Cloud Consul
Trace every request from beginning to end with Sleuth and centralized logging
Deploy your microservices anywhere as Docker containers
Start all the components in the microservice architecture with Docker Compose
Who This Book Is For Those with at least some prior experience with Java programming. Some prior exposure to Spring Boot recommended but not required.
Автор: Baishakhi Banerjee, Mohapatra, Pujarini Название: Microservices by examples using .net core ISBN: 9387284581 ISBN-13(EAN): 9789387284586 Издательство: Неизвестно Рейтинг: Цена: 3440.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: A book with lot of practical and architectural styles for Microservices using .NET Core Book Description This book predominately covers Microservices architecture with real-world example which can help professionals with ease of adoption of this technology. Following the trend of modularity in the real world, the idea behind Microservice by Examples is to allow developers to build their applications from various independent components which can be easily changed, removed or upgraded. Also, it is relevant now because of enterprises are moving towards DevOps/ Modernisation, this book will emphasize on containers and Dockers as well. What will you learn: Understand the Microsoft Azure Service Fabric. Know about Docker and container. Learn the operation and scaling of microservices in .NET Core. Who this book is for: This book is for .NET Core developers who are new to microservices and want to learn, understand the microservices architecture.Contents: An introduction to MicroservicesMicro services Architecture Designing the microservice application layer Hands on Micro services development of Online Hotel Booking App Deployment of Microservices for App- Modernization at Scale with Docker Service Orchestration of Microservices using Azure Service FabricIntegrating various components Hands on Integration with API Management Testing Microservices Extending application with logging What is nex
Discover how a software engineer can leverage Docker in order to expedite development velocity. This book focuses on the fundamental concepts this program is built upon and explores how it can help you get your services up and running inside Docker containers. You'll also review tips on how to debug microservices applications that run inside Docker containers.
Tech companies are now developing complex softwares that are comprised of multiple services running on different platforms, and Docker has become an essential part of coordinating the communication between these services and platforms.
This bookaddresses problems caused by drifting microservices, debugging across services, inconsistent environments across machines, and coordinating development of machine learning systems between a team of developers, etc. Accelerating Development Velocity Using Docker puts you on the path to transforming your complex systems into more efficient ones.
What You'll Learn
Setup Docker and employ quick solutions to road blocks
Review challenges associated with debugging microservices that sit behind a complex application
Leverage Docker features to seamlessly get multiple microservices up and running
Debug inside a Docker container
Review advanced use cases of Docker that can help consistency of development environments-
Who This Book Is For Ideal for new to mid-level infrastructure engineers who want to learn how to make their development environments efficient across their and cross teams, or for students who aspire to learn basics of how to debug distributed systems and how to develop efficient applications.
Автор: R. V. Rajesh Название: Spring 5.0 Microservices ISBN: 1787127680 ISBN-13(EAN): 9781787127685 Издательство: Неизвестно Рейтинг: Цена: 10114.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Antonio Bucchiarone; Nicola Dragoni; Schahram Dust Название: Microservices ISBN: 3030316459 ISBN-13(EAN): 9783030316457 Издательство: Springer Рейтинг: Цена: 20962.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
This book describes in contributions by scientists and practitioners the development of scientific concepts, technologies, engineering techniques and tools for a service-based society. The focus is on microservices, i.e cohesive, independent processes deployed in isolation and equipped with dedicated memory persistence tools, which interact via messages.
The book is structured in six parts. Part 1 “Opening” analyzes the new (and old) challenges including service design and specification, data integrity, and consistency management and provides the introductory information needed to successfully digest the remaining parts. Part 2 “Migration” discusses the issue of migration from monoliths to microservices and their loosely coupled architecture. Part 3 “Modeling” introduces a catalog and a taxonomy of the most common microservices anti-patterns and identifies common problems. It also explains the concept of RESTful conversations and presents insights from studying and developing two further modeling approaches. Next , Part 4 is dedicated to various aspects of “Development and Deployment”. Part 5 then covers “Applications” of microservices, presenting case studies from Industry 4.0, Netflix, and customized SaaS examples. Eventually, Part 6 focuses on “Education” and reports on experiences made in special programs, both at academic level as a master program course and for practitioners in an industrial training.
As only a joint effort between academia and industry can lead to the release of modern paradigm-based programming languages, and subsequently to the deployment of robust and scalable software systems, the book mainly targets researchers in academia and industry who develop tools and applications for microservices.
Автор: Sharma Umesh Ram Название: Practical Microservices ISBN: 1785885081 ISBN-13(EAN): 9781785885082 Издательство: Неизвестно Рейтинг: Цена: 6206.00 р. Наличие на складе: Нет в наличии.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru