6 ms·
What did you mean traditional crud as oppose to event-driven arch? How is it relevant to the subject in dicussion?
by chenster 2y ago
What did you mean traditional crud as oppose to event-driven arch? How is it relevant to the subject in dicussion?
- blowski 2y agoEvent-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.