Actions
Idea #6257
openAdd public facing database dump, cron job and Arvados upload
Start date:
06/29/2015
Due date:
Story points:
-
Description
There is code to do a dump of the public facing data. Merge it into Tapestry, create a cron job to automatically run on a daily basis and have it upload to an Arvados project.
Subtasks
Updated by Abram Connelly over 9 years ago
- Status changed from New to In Progress
Updated by Abram Connelly over 9 years ago
After speaking with Tom, the first step in this is to create a RESTful API interface for access points to the various tables for download. For example, something like:
my.pgp-hms.org/download/user.tsv
my.pgp-hms.org/download/user_files.tsv
my.pgp-hms.org/download/medications.tsv
Once that API is in place, a script can remotely download the relevant tables, collect results and create a stand alone SQLite database, say.
Actions