Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does SAGA stand for?

I know that A saga is a sequence of local transactions where each transaction updates data within a single service. The first transaction is initiated by an external request corresponding to the system operation, and then each subsequent step is triggered by the completion of the previous one.

but What does SAGA stand for?

like image 906
Hosein Razaghi Avatar asked Sep 19 '25 09:09

Hosein Razaghi


1 Answers

It isn't an acronym, so it's not capitalized

A Saga is just a story

https://en.m.wikipedia.org/wiki/Saga

When applied to computer science, it's still just a sequence of actions

like image 94
OneCricketeer Avatar answered Sep 21 '25 03:09

OneCricketeer