Skip to content

Instantly share code, notes, and snippets.

@jonathanmv
Created April 5, 2016 23:02
Show Gist options
  • Save jonathanmv/bd9b5057ee8275c4be5c879fdedfa103 to your computer and use it in GitHub Desktop.
Save jonathanmv/bd9b5057ee8275c4be5c879fdedfa103 to your computer and use it in GitHub Desktop.
A simple Thrift schema
union PersonID {
1: string person_id;
}
struct FriendsEdge {
1: required PersonID one;
2: required PersonID two;
3: required i64 timestamp;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment