mirror of
https://github.com/twitter/the-algorithm.git
synced 2025-06-10 22:58:17 -05:00
Open-sourcing Unified User Actions
Unified User Action (UUA) is a centralized, real-time stream of user actions on Twitter, consumed by various product, ML, and marketing teams. UUA makes sure all internal teams consume the uniformed user actions data in an accurate and fast way.
This commit is contained in:
24
unified_user_actions/enricher/README.md
Normal file
24
unified_user_actions/enricher/README.md
Normal file
@ -0,0 +1,24 @@
|
||||
## Aurora deploy
|
||||
|
||||
## From master branch
|
||||
|
||||
```
|
||||
aurora workflow build unified_user_actions/service/deploy/uua-partitioner-staging.workflow
|
||||
```
|
||||
|
||||
## From your own branch
|
||||
|
||||
```
|
||||
git push origin <LDAP>/<BRANCH>
|
||||
aurora workflow build --build-branch=<LDAP>/<BRANCH> unified_user_actions/service/deploy/uua-partitioner-staging.workflow
|
||||
```
|
||||
|
||||
* Check build status:
|
||||
* Dev
|
||||
* https://workflows.twitter.biz/workflow/discode/uua-partitioner-staging/
|
||||
|
||||
## Monitor output topic EPS
|
||||
* Prod
|
||||
* unified_user_actions: https://monitoring.twitter.biz/tiny/2942881
|
||||
* Dev
|
||||
* unified_user_action_sample1: https://monitoring.twitter.biz/tiny/2942879
|
Reference in New Issue
Block a user