Y
Hacker News
new
|
ask
|
show
|
jobs
by
chenster
734 days ago
What did you mean traditional crud as oppose to event-driven arch? How is it relevant to the subject in dicussion?
1 comments
blowski
734 days ago
Event-driven: At runtime, the client tells the system what has happened, the system stores the event and is configured in advance for how to react to it.
CRUD: Imperative. Client tells us to create/update a specific entity with some data.
link
CRUD: Imperative. Client tells us to create/update a specific entity with some data.