Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 617c8c7

Browse files
author
twitter-team
committedApr 14, 2023
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.
1 parent f1b5c32 commit 617c8c7

File tree

250 files changed

+25277
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+25277
-0
lines changed
 

‎unified_user_actions/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.DS_Store
2+
CONFIG.ini
3+
PROJECT
4+
docs

‎unified_user_actions/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# This prevents SQ query from grabbing //:all since it traverses up once to find a BUILD

0 commit comments

Comments
 (0)
Please sign in to comment.