Closed kevinkle closed 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.
Per https://github.com/superphy/backend/issues/187#issuecomment-352147515