Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate formats from location with relocate #135

Open
mrocklin opened this issue Mar 12, 2015 · 0 comments
Open

Separate formats from location with relocate #135

mrocklin opened this issue Mar 12, 2015 · 0 comments
Assignees
Milestone

Comments

@mrocklin
Copy link
Member

We have file formats

CSV, JSON, HDF5, ...

and locations

SSH, HFDS, S3, ...

Currently we handle both file conversions and file transfers through convert. This ends up blowing up the graph a bit because we have to manage all pairs of format+location.

I wonder if there is some way to orthogonalize these two ideas and have a separate convert graph for formats and some other system for relocation / file transfers.

I don't have a clear idea of how to do this yet but it seems worth thinking about.

@cpcloud cpcloud modified the milestone: 0.3.2 Mar 13, 2015
@cpcloud cpcloud added this to the 0.4.0 milestone Jun 27, 2015
@cpcloud cpcloud self-assigned this Jun 27, 2015
@cpcloud cpcloud modified the milestones: 0.4.0, 0.3.5 Oct 5, 2015
@cpcloud cpcloud modified the milestones: 0.4.0, 0.4.1 Dec 4, 2015
@kwmsmith kwmsmith modified the milestones: 0.4.1, 0.4.2, 0.5.0 Feb 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants