Last active
February 27, 2017 16:54
-
-
Save cddr/275bd8b32b9e3126409aa151f0453f7d to your computer and use it in GitHub Desktop.
silly schema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tweet-published | |
id | |
user-id | |
msg | |
unique-key: id | |
partition-key: id | |
record-key: ? | |
user-mentioned | |
id | |
user-id | |
tweet-id | |
unique-key: id | |
partition-key: tweet-id | |
record-key: ? | |
users | |
id | |
name | |
tweets | |
mentions | |
unique-key: id | |
partition-key: id | |
record-key: ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment