WPRDC / wprdc-etl

MIT License
8 stars 3 forks source link

Write extractor for remote HTTP resources #32

Closed bsmithgall closed 8 years ago

bsmithgall commented 8 years ago

An interesting question is whether or not this should be related to #17, insofar as it involves a connection and then a separate extraction.

saylorsd commented 8 years ago

I feel like it's a related issue. We'll have various combinations of connection and extraction -- enough to justify not creating an extractor for each possible combo. Do you think mixins would be a solution? If so, would it be taht each extractor just inherit from a connection mixin?

saylorsd commented 8 years ago

@bsmithgall I believe this was fixed a while ago with the creation of HTTPConenctor and RemoteFileConnector I'm going to close this unless you have any objections.