superphy / spfy

Spfy: an integrated graph database for real-time prediction of Escherichia coli phenotypes and downstream comparative analyses
https://lfz.corefacility.ca/superphy/grouch/
Apache License 2.0
4 stars 2 forks source link

Use /bigdata/dataloader #259

Closed kevinkle closed 6 years ago

kevinkle commented 6 years ago

Per https://github.com/superphy/backend/issues/187#issuecomment-352147515

kevinkle commented 6 years ago

Looks like the /bigdata/dataloader API only accepts a xml file with paths to the actual rdf graph files https://wiki.blazegraph.com/wiki/index.php/REST_API. This is problematic as it's not a true REST api (the database has to have access to the files on disk, and the files can't be embedded in the POST request). We can work around this by writing some form of a hack, but this would be quite messy.

kevinkle commented 6 years ago

Abandoned at https://github.com/superphy/backend/commit/5fd3ce884983a9c0cfe3fd79d1a9a72fe598aa4f