clarin-eric / switchboard

The Switchboard: a web application serving as a broker between data sets and data processing/analysis tools.
Other
6 stars 2 forks source link

Avoid downloading data to Switchboard server #138

Open emanueldima opened 3 years ago

emanueldima commented 3 years ago

Currently Switchboard creates a local copy of the data and sends a url of it to the tools, to avoid possible CORS problems (see https://github.com/clarin-eric/switchboard/issues/2).

If we can solve the CORS issues (can we?), we should profile the data using a small header (should work with most data types) and send the original url to the tools.

twagoo commented 3 years ago

Proxying could be an alternative to downloading