You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
Add the mechanism for collecting and reading the following events:
"John Doe registered" (user created)
"John Doe updated the account" (user updated)
"John Doe deleted his account" (user deleted)
"John Doe added a new post" (post created)
These are high-level descriptions that could be displayed by the client application. From the internal system, it needs to be possible to see more details about a given event (for example, which fields of the user were updated or what e-mail address has been used to add a new account).
All events need to be persistent. Also, they have to be stored in the separate data store from the main database.
Summary:
Use a separate data store for events (it can be any engine - there is no need to worry about the performance)
Events need to be persistent
Collect events listed at the beginning
Expose API for reading events
The text was updated successfully, but these errors were encountered:
Add the mechanism for collecting and reading the following events:
These are high-level descriptions that could be displayed by the client application. From the internal system, it needs to be possible to see more details about a given event (for example, which fields of the user were updated or what e-mail address has been used to add a new account).
All events need to be persistent. Also, they have to be stored in the separate data store from the main database.
Summary:
The text was updated successfully, but these errors were encountered: