The aggregates tables have not grown as big as the external links table, but a couple already have millions of rows. To improve the performance of Wikilink, we should export the aggregate tables to static files. This way, the table sizes remain manageable.
Acceptance Criteria
- The export should be similar to https://github.com/WikipediaLibrary/externallinks/pull/266 (though not necessarily compressed)
- The public data is statically served from an object store instead of serving it from the database.