- Pagina iniziale /
- Libri /
- Computer e tecnologia /
- Networking & Cloud Computing /
- Cloud Computing /
- Building Event-Driven Microservices: Leveragi...
Building Event-Driven Microservices: Leveraging Organizational Data at Scale 1st Edition
€ 67
Dettagli del prezzo
Excluding Shipping & Custom charges ( Shipping and custom charges will be calculated on checkout )
*All items will import from Stati Uniti
Ubuy works hard to protect your security and privacy. Our advanced payment security system ensures confidentiality by encrypting your information during transmission using AES (Advanced Encryption Standards) and SSL (Secure Socket Layer) protocols. Your payment details are 100% secure as we do not share your payment details with third party sellers.
Unlock near-real-time access to data at scale by leveraging event-driven microservices
Compra ora, paga dopo
Consegna
veloce
Reso
gratuito*
Imballaggio sicuro
Prodotti originali al 100%
Conformità PCI DSS
Certificazione ISO 27001
Cosa salta all'occhio
Dettagli del prodotto
- Learn to leverage event-driven architectures for exceptional business value
- Understand the role of microservices in supporting event-driven designs
- Explore architectural patterns for success within and between teams
- Discover application patterns for developing powerful event-driven microservices
- Understand the components and tooling required to establish a microservice ecosystem
- Rethink how your organization delivers value by unlocking near-real-time access to data at scale
| Editor | O'Reilly Media |
| Fecha de publicación | August 11, 2020 |
| Édition | 1st |
| Language | Inglés |
| Imprimir longitud | 324 pages |
| ISBN-10 | 1492057894 |
| ISBN-13 | 978-1492057895 |
| Peso del artículo | 2.31 libras (1.05 kg) |
| Dimensiones | 7 x 0.75 x 9 inches (17.8 x 1.9 x 22.9 cm) |
A chi è consigliato?
-
Software Developers
Developers looking to implement microservices architecture and leverage organizational data for scalable applications will benefit significantly.
-
Data Architects
Data architects aiming to design systems that efficiently utilize organizational data in a microservices framework will find valuable insights.
-
Tech Leaders
Tech leaders managing teams that require understanding of event-driven microservices to improve system responsiveness and agility.
-
Principiantes
Individuals with no prior knowledge of microservices or event-driven architecture may struggle with the complex concepts presented.
DESCRIZIONE DEL PRODOTTO
Building Event-Driven Microservices: Leveraging Organizational Data at Scale 1st Edition
Domande e risposte dei clienti
-
Domanda:
What are event-driven microservices?
Risposta: Event-driven microservices are a software architectural style that uses events to trigger the interactions between independent services. This approach allows for better scalability, flexibility, and resilience in system design. By decoupling services, organizations can respond faster to changes in business needs and leverage real-time data. For example, in a retail environment, an event-driven architecture can enable inventory updates to propagate instantaneously, ensuring that customers have the latest information on product availability. -
Domanda:
How does Building Event-Driven Microservices help organizations scale their data?
Risposta: The book emphasizes leveraging organizational data at scale by focusing on reactive architectures that respond to data events efficiently. It teaches how to design microservices that can analyze and process large volumes of data in real time, leading to more informed decision-making. For instance, a financial institution could implement these principles to monitor transactions as they occur, reducing fraud risk while enhancing customer service and experience. -
Domanda:
What are the benefits of using microservices architecture in event-driven systems?
Risposta: Microservices architecture in event-driven systems promotes autonomy, allowing different teams to work on various services independently. This setup reduces the risk of system-wide failures and supports continuous deployment. Additionally, it fosters innovation since teams can experiment with different technologies without impacting the entire application. For example, an e-commerce company could scale its checkout process separately from its product catalog, improving performance and customer satisfaction. -
Domanda:
Who is the target audience for Building Event-Driven Microservices?
Risposta: The book is primarily aimed at software architects, developers, and technical leads interested in building scalable applications using event-driven microservices. It also serves IT managers and business analysts who want to understand the implications of this architecture on organizational performance. For instance, a tech startup looking to create a robust application for rapid customer growth will find practical strategies to implement event-driven solutions efficiently. -
Domanda:
What technological stacks are recommended in the book for event-driven microservices?
Risposta: Building Event-Driven Microservices discusses various technological stacks including Kafka for messaging, Docker for containerization, and Kubernetes for orchestration. These tools collectively facilitate the development and deployment of microservices. By adopting such technologies, organizations can enhance operational efficiency. For example, a SaaS company could deploy its services in isolated containers to better manage resources, leading to improved uptime and performance under increased loads. -
Domanda:
Can event-driven microservices improve system performance?
Risposta: Yes, event-driven microservices can significantly improve system performance by reducing response times and optimizing resource usage. By processing events asynchronously, systems can handle more requests simultaneously, leading to enhanced user experiences. For instance, during peak shopping seasons, an online retailer can maintain high availability and fast response times for customers browsing or purchasing, even under heavy traffic conditions. -
Domanda:
What patterns and practices does the book cover for implementing event-driven architecture?
Risposta: The book covers essential patterns such as event sourcing, CQRS (Command Query Responsibility Segregation), and sagas for managing distributed transactions. Understanding these practices is vital for building resilient systems. For example, a health tech application could implement CQRS to differentiate between reading and writing data, enhancing performance and making the application more responsive to user queries. -
Domanda:
How do I get started with event-driven microservices?
Risposta: Getting started with event-driven microservices involves educating yourself on fundamental concepts, selecting the right technology stack, and experimenting with small projects. Setting up a test environment to practice is crucial. For instance, a developer might begin by creating a simple application that publishes and subscribes to events, allowing them to grasp real-world applications of the theoretical concepts presented in the book. -
Domanda:
What challenges might I face when adopting event-driven microservices?
Risposta: Adopting event-driven microservices can introduce complexities such as ensuring data consistency, managing distributed systems, and debugging issues effectively. Emphasizing a strong monitoring and logging strategy from the start is critical. For instance, a logistics company might find it challenging to trace errors across multiple services but can mitigate this by implementing observability tools that track events across the microservices architecture. -
Domanda:
Where can I buy Building Event-Driven Microservices: Leveraging Organizational Data at Scale 1st Edition in Italy?
Risposta: You can purchase 'Building Event-Driven Microservices: Leveraging Organizational Data at Scale 1st Edition' on Ubuy, which is an authorized platform for this title. Ubuy offers a wide range of books along with user-friendly navigation and comprehensive customer support to assist you in making an informed purchase.
Cloud Computing Editorial Review
"Building Event-Driven Microservices: Leveraging Organizational Data at Scale" is an introductory book that provides a good overview of event-driven microservices. However, it falls short in addressing key pain points and fails to provide detailed guidance on important topics such as correct sequencing of events and error handling strategies. The book does offer valuable insights into the mindset shift required for successful implementation of event-driven architectures and provides some practical examples of communication flows. It is also praised for being more advanced and less abstract than similar books by Sam Newman. One critique of the book is that the writing style can be confusing, requiring readers to re-read sentences multiple times to understand them. Additionally, the book includes references to technologies like Kafka streams, which may be difficult for readers unfamiliar with these technologies to grasp. Another point to note is that the book assumes familiarity with domain-driven design (DDD), and it is recommended to read books by Eric Evans and Vernon Vaughn on DDD before diving into this book. The author also takes a Kafka-centric approach, which may not make sense for those using different technologies to implement event-driven services. Overall, while the book provides a high-level overview of event-driven microservices and is beneficial for decision-makers and architects, it lacks the depth and practical guidance needed for practitioners in the field.
Recensioni e valutazioni dei clienti
-
5 stella
100%
-
4 stella
0%
-
3 stella
0%
-
2 stella
0%
-
1 stella
0%
Recensisci questo prodotto
Condividi le tue impressioni con altri clienti
Vantaggi
- Provides a good introduction to event-driven microservices and the required mindset shift
- Offers some practical examples of communication flows
- More advanced and less abstract than similar books by Sam Newman
Contro
- Falls short in addressing important pain points and providing detailed guidance on topics like correct sequencing of events and error handling strategies
Affidabilità della piattaforma e fiducia degli acquirenti
“Excellent quality and original too,when ubuy send original things I will appreciate that ,I very satisfied thank you”
“The order and delivery progress was communicated very well. Package arrived within the estimated time. Products arrived as expected in good condition.”
“Good supply of products. Safe payment methods, and shipment worldwide! Genuine products.”
“Was my first time buying a product from Ubuy, but I found it so helpful. This is reliable. Gonna place a new order!”
“Ubuy is a great online platform to buy stuff. Reliable, fast delivery time and great value for money. I've been using Ubuy online shopping platform for three years now and will continue to do so.”
Cronologia dei prezzi del prodotto
Informazioni importanti
- Limitazioni: per i prodotti spediti a livello internazionale, si prega di notare che ogni garanzia del produttore potrebbe non essere valida, le opzioni di assistenza del produttore potrebbero non essere disponibili, i manuali del prodotto, le istruzioni e gli avvisi di sicurezza potrebbero non essere nella lingua del paese di destinazione. I prodotti (e i materiali di accompagnamento) potrebbero non essere progettati in conformità con gli standard, le specifiche e i requisiti di etichettatura del paese di destinazione e i prodotti potrebbero non essere conformi alla tensione di rete del paese di destinazione e ad altri standard elettrici (richiedendo l'uso di un adattatore o di un trasformatore, se necessario). Il destinatario è responsabile di assicurare che il prodotto possa essere legalmente importato nel paese di destinazione. Quando si ordina da Ubuy o dai suoi affiliati, il destinatario è l'importatore registrato ed è tenuto a rispettare tutte le leggi e i regolamenti del paese di destinazione.
- Non tutti i prodotti elencati su Ubuy sono in vendita, poiché Ubuy è un motore di ricerca globale. I prodotti sono soggetti a regolamenti di esportazione/commercio.
€ 67
Ordina subito e ricevilo entro Martedì, Agosto 25
Questo articolo non è vietato nel mio Paese. (Se l'articolo non è vietato nel tuo Paese, fai clic sul link: il nostro team verificherà l'autorizzazione.)
Qtà:
Conforme allo standard PCI DSS e certificato ISO 27001:2022, con pagamenti crittografati e piena protezione dell'acquirente su ogni ordine.
Caratteristiche e benefici
- Learn how to leverage event-driven architectures for business value
- Understand the role of microservices in supporting event-driven designs
- Discover architectural patterns for success within and between teams
- Develop powerful event-driven microservices with application patterns
- Get started with the necessary components and tooling for a microservice ecosystem
Garanzia Ubuy
Vivi un'esperienza di shopping senza pensieri con prodotti 100% originali, sicurezza dei pagamenti conforme allo standard PCI DSS, protezione dei dati certificata ISO 27001, la consegna internazionale più rapida, resi gratuiti, e imballaggio sicuro su ogni ordine.*