lexman / tuttle

Make for data
MIT License
20 stars 3 forks source link

Auto processor #12

Open lexman opened 9 years ago

lexman commented 9 years ago

An auto processor should be able to understand what to do according to the input and the ouput resources For exemple : insert a csv into a table, extract fils from zip, transfert a file It should replace and extend the download processor, with same easy

Extensions should be able to declare what they can deal to the auto processor and implement a specific behaviour. For example, an extension could register a regexp for inputs and ouputs url to tel what they can do.