Hosein Razaghi
Hosein Razaghi

Reputation: 144

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?

Upvotes: 3

Views: 3205

Answers (1)

OneCricketeer
OneCricketeer

Reputation: 191748

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

Upvotes: 9

Related Questions