mirror of
https://github.com/twitter/the-algorithm.git
synced 2024-11-14 15:45:13 +01:00
617c8c787d
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.
25 lines
636 B
Markdown
25 lines
636 B
Markdown
## 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
|