adridadou / cubefriendly-server

Main application. It brings together the engine and third party applications.
http://cubefriendly.github.io/cubefriendly-server/
2 stars 1 forks source link

cube URI instead of cube name #21

Open adridadou opened 9 years ago

adridadou commented 9 years ago

Right now, the only way to get a cube is by giving its name. It means that the cube needs to be in cubefriendly's cube folder.

What I want here is to be able to load any cube from anywhere with its URI. Other tasks should be written for every URI protocol. The ones I see right now are: local: simply load locally s3: load the cube from s3 http(s): load from an http endpoint (s)ftp: load from an ftp server