- หน้าแรก /
- หนังสือ /
- คอมพิวเตอร์และเทคโนโลยี /
- Networking & Cloud Computing /
- Cloud Computing /
- Building Event-Driven Microservices: Leveragi...
Building Event-Driven Microservices: Leveraging Organizational Data at Scale 1st Edition
THB 2636
รายละเอียดราคา
ไม่รวมค่าจัดส่งและภาษีศุลกากร ( ค่าจัดส่งและภาษีศุลกากรจะคำนวณในขั้นตอนการชำระเงิน )
*สินค้าทั้งหมดนำเข้าจากสหรัฐอเมริกา
Ubuy ทำงานอย่างหนักเพื่อปกป้องความปลอดภัยและความเป็นส่วนตัวของคุณ ระบบรักษาความปลอดภัยการชำระเงินขั้นสูงของเราช่วยให้ข้อมูลของคุณเป็นความลับ โดยการเข้ารหัสข้อมูลระหว่างการส่งโดยใช้โปรโตคอล AES (Advanced Encryption Standards) และ SSL (Secure Socket Layer) รายละเอียดการชำระเงินของคุณปลอดภัย 100% เนื่องจากเราไม่แบ่งปันข้อมูลการชำระเงินของคุณกับผู้ขายบุคคลที่สาม
Unlock near-real-time access to data at scale by leveraging event-driven microservices
Fast
Shipping
คืนสินค้าฟรี*
แพ็คสินค้าอย่างปลอดภัย
สินค้าแท้ 100%
ผ่านมาตรฐาน PCI DSS
ได้รับการรับรอง ISO 27001
จุดเด่น
รายละเอียดสินค้า
- 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
| Publisher | O'Reilly Media |
| Publication date | August 11, 2020 |
| Edition | 1st |
| Language | English |
| Print length | 324 pages |
| ISBN-10 | 1492057894 |
| ISBN-13 | 978-1492057895 |
| Item Weight | 2.31 pounds (1.05 kg) |
| Dimensions | 7 x 0.75 x 9 inches (17.8 x 1.9 x 22.9 cm) |
เหมาะสำหรับใคร?
-
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.
-
Beginners
Individuals with no prior knowledge of microservices or event-driven architecture may struggle with the complex concepts presented.
ข้อมูลผลิตภัณฑ์
Building Event-Driven Microservices: Leveraging Organizational Data at Scale 1st Edition
คำถามและคำตอบของลูกค้า
-
คำถาม:
What are event-driven microservices?
คำตอบ: 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. -
คำถาม:
How does Building Event-Driven Microservices help organizations scale their data?
คำตอบ: 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. -
คำถาม:
What are the benefits of using microservices architecture in event-driven systems?
คำตอบ: 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. -
คำถาม:
Who is the target audience for Building Event-Driven Microservices?
คำตอบ: 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. -
คำถาม:
What technological stacks are recommended in the book for event-driven microservices?
คำตอบ: 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. -
คำถาม:
Can event-driven microservices improve system performance?
คำตอบ: 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. -
คำถาม:
What patterns and practices does the book cover for implementing event-driven architecture?
คำตอบ: 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. -
คำถาม:
How do I get started with event-driven microservices?
คำตอบ: 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. -
คำถาม:
What challenges might I face when adopting event-driven microservices?
คำตอบ: 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. -
คำถาม:
Where can I buy Building Event-Driven Microservices: Leveraging Organizational Data at Scale 1st Edition in Thailand?
คำตอบ: 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.
ความคิดเห็นและคะแนนจากลูกค้า
-
5 ดาว
100%
-
4 ดาว
0%
-
3 ดาว
0%
-
2 ดาว
0%
-
1 ดาว
0%
แบ่งปันความคิดของคุณกับลูกค้าท่านอื่น
แชร์ความคิดของคุณกับลูกค้ารายอื่น
ข้อดี
- 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
ข้อเสีย
- Falls short in addressing important pain points and providing detailed guidance on topics like correct sequencing of events and error handling strategies
ความน่าเชื่อถือของแพลตฟอร์ม
“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.”
ประวัติราคาสินค้า
ข้อมูลสำคัญ
- ข้อจำกัด: สำหรับสินค้าที่จัดส่งระหว่างประเทศ โปรดทราบว่าการรับประกันจากผู้ผลิตอาจไม่มีผลบังคับใช้ บริการหลังการขายจากผู้ผลิตอาจไม่สามารถใช้งานได้ คู่มือผลิตภัณฑ์ คำแนะนำการใช้งาน และคำเตือนด้านความปลอดภัยอาจไม่ได้จัดทำเป็นภาษาของประเทศปลายทาง สินค้า (รวมถึงเอกสารประกอบ) อาจไม่ได้ออกแบบให้สอดคล้องกับมาตรฐาน ข้อกำหนด และข้อบังคับด้านฉลากของประเทศปลายทาง และสินค้าอาจไม่สอดคล้องกับแรงดันไฟฟ้าและมาตรฐานทางไฟฟ้าอื่น ๆ ของประเทศปลายทาง (ซึ่งอาจต้องใช้ปลั๊กแปลงไฟหรือเครื่องแปลงแรงดันไฟฟ้าตามความเหมาะสม) ผู้รับสินค้ามีหน้าที่รับผิดชอบในการตรวจสอบว่าสินค้าดังกล่าวสามารถนำเข้าประเทศปลายทางได้อย่างถูกต้องตามกฎหมาย เมื่อสั่งซื้อสินค้าจาก Ubuy หรือบริษัทในเครือ ผู้รับสินค้าจะถือเป็นผู้นำเข้าตามกฎหมาย (Importer of Record) และต้องปฏิบัติตามกฎหมายและข้อบังคับทั้งหมดของประเทศปลายทาง
- ผลิตภัณฑ์บางรายการใน Ubuy ไม่ได้มีไว้เพื่อขาย เนื่องจาก Ubuy เป็นเครื่องมือค้นหาระดับโลก ผลิตภัณฑ์อยู่ภายใต้กฎระเบียบด้าน การส่งออก/การค้า
THB 2636
สั่งซื้อตอนนี้และรับสินค้าประมาณ วันอังคาร, สิงหาคม 25
สินค้านี้ไม่ถูกจำกัดในประเทศของฉัน (หากสินค้านี้ไม่ถูกจำกัดในประเทศของคุณ กรุณาคลิกลิงก์ด้านบน ทีมงานของเราจะตรวจสอบและเปิดให้สั่งซื้อ)
จำนวน:
ได้รับการรับรอง PCI DSS และ ISO 27001:2022 พร้อมการชำระเงินแบบเข้ารหัสและการคุ้มครองผู้ซื้อเต็มรูปแบบทุกคำสั่งซื้อ
คุณสมบัติและประโยชน์
- 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
การรับประกันจาก Ubuy
ช้อปสบายใจไร้กังวล ด้วยสินค้าของแท้ 100% ระบบชำระเงินปลอดภัยได้มาตรฐาน PCI DSS การปกป้องข้อมูลด้วยมาตรฐาน ISO 27001 การจัดส่งข้ามพรมแดนที่รวดเร็วที่สุด คืนสินค้าฟรี และบรรจุภัณฑ์ที่ปลอดภัยในทุกคำสั่งซื้อ*