Per related discussions at T301428: Security API Storage Needs and T305114: Set up MariaDB for iPoid. Basic assumptions for this effort:
- Dealing with a single API endpoint providing a real-time (5-minute, ~30 Mb) data feed.
- Data will be appended to either a single, flat table or small group of normalized tables
- Don't need to worry about data duplication or existing data invalidation for now (may become a later concern though)
- Keep dynamic config in app.conf layer