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
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