Saga pattern

Распределенные транзакции / Что выбрать? Saga или 2pc? / Как подружить микросервисы
Просмотров 24 тыс.3 года назад
Когда мы работаем в рамках одной базы данных - все просто. Но как быть, если партия велела перейти на микросервисы, ...
Филипп Вагнер "Распределенные транзакции в условиях микросервисной архитектуры"/M2_TECH Scala Meetup
Просмотров 33 тыс.Год назад
... github.com/VladKopanev/cats-saga - transaction-outbox: github.com/gruelbox/transaction-outbox - Saga pattern: ...
Что сказать на собеседовании про паттерн Saga?
Просмотров 8 тыс.Год назад
Автор курса: Андрей Суховицкий Действующий разработчик ПО, работает над проектированием и разработкой ...
Применение паттерна saga в system design - Антон Цитульский, Тинькофф
Просмотров 1,9 тыс.11 месяцев назад
А кто не слышал про паттерн Сага И хочет узнать отлично этот доклад для вас супер Итак немножко познакомимся а меня ...
Паттерн «Saga» в бронировании отелей · Антон Цитульский
Просмотров 3,6 тыс.Год назад
Разберём паттерн «Saga» на примере бронирования номеров в отеле, начиная с базового функционала и переходя к ...
The SAGA Design Pattern Explained in 6 MINUTES | Orchestration vs Choreography
Просмотров 24 тыс.Год назад
In traditional monolithic applications, transactions are managed by a single database, ensuring the ACID properties. Atomicity ...
Saga Pattern | Distributed Transactions | Microservices
Просмотров 9 тыс.4 месяца назад
Sagas are an essential concept in microservices and distributed systems design, and they often come up in system design ...
Saga Pattern For Microservice Architecture With Rebus And RabbitMQ
Просмотров 29 тыс.Год назад
A well-known pattern for solving distributed transactions is the Saga pattern. The Saga is a sequence of local transactions, where ...
Паттерн Saga
Просмотров 4518 месяцев назад
Всех приветствую тема моего сегодняшнего доклада - Это паттерн сага паттерн проектирования очень интересный ...
SAGA - Самый важный Python паттерн в микросервисах.
Просмотров 2,5 тыс.10 месяцев назад
SAGA - Самый важный Python паттерн в микросервисах. Андрей Иванов | Python Код и файлы из видео в моем боте: ...
Back to Basics: Implementing a Serverless Saga Pattern by Using AWS Step Functions
Просмотров 7 тыс.Год назад
Many companies have adopted microservice and distributed architectures. One of the challenges in a distributed environment is ...
Шаблоны проектирования для микросервисов
Просмотров 30 тыс.Год назад
На ранних этапах разработки микросервисных решений обычно не задумываешься о том, с какими сложностями ...
Descomplicando "Sagas"
Просмотров 14 тыс.4 года назад
Nesse vídeo, descomplicamos "Sagas"! Um padrão de design para garantir consistência em sistemas distribuídos com múltiplas ...
Creating a State Machine Saga With MassTransit (Orchestrated Saga)
Просмотров 14 тыс.5 месяцев назад
A well-known pattern for solving distributed transactions is the Saga pattern. A saga is a sequence of local transactions, where ...
Compensating Transactions For Saga Pattern Error Handling
Просмотров 9 тыс.Год назад
If you're using the Saga pattern, you need to prepare for things going wrong. What will you do in that case? The standard ...
[TR] Orchestrator Based Saga Pattern for Microservices
Просмотров 2,2 тыс.2 года назад
[TR] Orchestrator Based Saga Pattern for Microservices Watch live at www.twitch.tv/huseyinbabal.
Saga Design Pattern for managing Distributed Transactions (An Introduction)
Просмотров 28 тыс.3 года назад
In my last few videos, I have been talking about microservices and how to build reactive microservices. One of the aspects of ...
20. Handle Distributed Transactions | Two-Phase Commit (2PC), Three-Phase Commit (3PC), SAGA Pattern
Просмотров 40 тыс.Год назад
Notes link: Shared in the Member Community Post (If you are Member of this channel, then pls check the Member community post, ...
Microservices with Databases can be challenging...
Просмотров 75 тыс.5 месяцев назад
Here are 5 microservice patterns that can facilitate working with databases. Among them: Saga patter, CQRS, Even Sourcing, ...
SAGA | Microservices Architecture Patterns | Tech Primers
Просмотров 190 тыс.5 лет назад
This video covers 2 different SAGA patterns - Choreography and Orchestration Join this channel by contributing to the community: ...
4. HLD SAGA Pattern | Strangler Pattern | CQRS | Microservices Design Patterns | System Design
Просмотров 68 тыс.2 года назад
Hi, This is the PART-2 video of Microservices Architecture and its Design patterns. Its a very important Hight level design topic ...
Retries and Saga pattern in Workflows
Просмотров 4,5 тыс.Год назад
It can be difficult to write code for retries and failures in distributed systems, but Workflows is here to help! In this episode of ...
Saga Pattern Design - Hiểu Về Luồng Thực Hiện Trong User Case Đặt Hàng
Просмотров 3,3 тыс.Год назад
Facebook Group: groups/342670156801353Khóa Học: github.com/Sieupham3057.
Saga Design pattern Spring Boot Microservices Interview Questions and Answers | Code Decode
Просмотров 97 тыс.Год назад
In this video of code decode we have explained saga design pattern in Spring boot microservices. Udemy Course of Code ...
Saga Pattern: Mastering Distributed Transactions
Просмотров 1,8 тыс.Год назад
The Saga Pattern is a design pattern that provides a solution for implementing distributed transactions in the form of sagas that ...
Designing Workflows in Microservices - Orchestration vs Choreography
Просмотров 33 тыс.2 года назад
In the video, I discussed implementing workflows in a microservices architecture using orchestration and choreography.
Saga Orchestration Pattern (Managing Distributed Transaction in ASP.NET Core Microservices)
Просмотров 21 тыс.3 года назад
In this video, I will walk through implementing the Saga Orchestration pattern for managing distributed transactions in ASP.
Microservices Architecture Patterns | SAGA Orchestration Design Pattern | Distributed Transaction
Просмотров 18 тыс.Год назад
In this tutorial we will discuss what is saga orchestration design pattern and its internal work flow with a business use case also we ...
Data Consistency in Microservices Architecture (Grygoriy Gonchar)
Просмотров 115 тыс.5 лет назад
While we go with microservices we bring one of the consequence which is using multiple datastores. With single data source, ...
Saga Pattern Simplified: Building Sagas with Temporal
Просмотров 3,3 тыс.4 месяца назад
In this webinar, we go over the challenges with Sagas and introduce Temporal, a Durable Execution platform that lets you ...
Introducing Saga Pattern in Microservices with Spring Statemachine
Просмотров 17 тыс.4 года назад
There are several well-known challenges with managing data in microservice architectures, including transaction management.