As a proof of concept and to unblock work on the init container and deployment of the triplestore nodes, we should provide a Qlever index to our S3 bucket.
In the long term, this index will be routinely generated by the data reload pipeline. As a short-term solution, we should have a script to generate such an index from the output of the current import_wikidata_ttl DAGs and push it to S3.
AC:
- A Qlever index is in S3 and ready to be pulled by the init container
- The metadata file with timestamp info is either in S3 too or we have a solution for finding the timestamp without firing up Qlever (possibly just by grepping all the files)
A script exists to reproduce this process and get an index in S3, given import_wikidata_ttl output -> was originally part of the AC but moving that to its own task for better tracking