Created
October 7, 2016 03:35
-
-
Save mksh/d685c130d1baf6b711b7e05e6979d1c5 to your computer and use it in GitHub Desktop.
This file contains 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
## 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