Skip to content

Instantly share code, notes, and snippets.

@cddr
Last active February 27, 2017 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cddr/275bd8b32b9e3126409aa151f0453f7d to your computer and use it in GitHub Desktop.
Save cddr/275bd8b32b9e3126409aa151f0453f7d to your computer and use it in GitHub Desktop.
silly schema
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