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
To achieve the goal of acquiring 5 million MAU for Yorkie Project, it is crucial to implement a mechanism for measuring MAU. I propose to introduce an OLAP stack consisting of Kafka and StarRocks to facilitate this measurement.
Additionally, the current server architecture will need to be augmented with events, stats, messagebroker and warehouse package.
events: Handle event generation and processing
stats: Handle statistical calculations and aggregations
messagebroker: Handle Kafka integration
warehouse: Manage StarRocks data storage and queries
Importantly, when a Client is created, it should be able to receive a UserID through metadata. To address security concerns regarding the direct storage of UserIDs in the database, it is recommended that a hashed version of the UserID be stored instead.
Description:
To achieve the goal of acquiring 5 million MAU for Yorkie Project, it is crucial to implement a mechanism for measuring MAU. I propose to introduce an OLAP stack consisting of Kafka and StarRocks to facilitate this measurement.
Additionally, the current server architecture will need to be augmented with
events
,stats
,messagebroker
andwarehouse
package.Importantly, when a
Client
is created, it should be able to receive aUserID
throughmetadata
. To address security concerns regarding the direct storage of UserIDs in the database, it is recommended that a hashed version of theUserID
be stored instead.Why:
The text was updated successfully, but these errors were encountered: