Skip to content

Instantly share code, notes, and snippets.

@mksh
Created October 7, 2016 03:35
Show Gist options
  • Save mksh/d685c130d1baf6b711b7e05e6979d1c5 to your computer and use it in GitHub Desktop.
Save mksh/d685c130d1baf6b711b7e05e6979d1c5 to your computer and use it in GitHub Desktop.
## Milestone 1 (YT PoC)
- define schema for YT, high-level:
Account:
yt_acc:
- uid
- next_scan_time
Video:
yt_vid:
- uid
- next_scan_time
Pagination offsets:
yt_offsets_<offset_name>:
- uid
- offsets
yt_metric_<metric_name>:
- uid
- value
- write aiomysql-based component which does:
1. Consul-based service discovery for RDS
2. Resolves the properties of RemoteEntity to table names.
- implement business logic for trends strategy based on that schema
- deploy the trends strategy flow for YT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment