Skip to content

Instantly share code, notes, and snippets.

@Frando
Last active February 8, 2019 00:26
Show Gist options
  • Save Frando/6838a7140e6755f008a9607ca08003f9 to your computer and use it in GitHub Desktop.
Save Frando/6838a7140e6755f008a9607ca08003f9 to your computer and use it in GitHub Desktop.
"hyperclock" schema proposal
message Entry {
message Feed {
required bytes key = 1;
}
message Feeds {
repeated Feed feeds = 1;
optional Feed contentFeed = 2;
}
repeated uint64 clock = 1;
optional uint64 feeds_seq = 2;
optional Feeds feeds = 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment