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

feature: using fairly as part of software development workflows with python #41

Open
jurra opened this issue Jul 20, 2023 · 0 comments
Open

Comments

@jurra
Copy link
Collaborator

jurra commented Jul 20, 2023

Here I document an interesting feature/use case for fairly discussed with @girgink

STORY: Researchers often write code that depend on data, and very often distribute some data next to the code within a git repository. This is not desirable, alternatively fairly could be use within the repo to point to the data and use fairly to download the data from the specific data repository.

ACCEPTANCE CRITERIA NOTES:

  • The user ignores data in the .gitignore file
  • The user should be able to publish, upload their data easily from the development environment
  • The user should be able to clone the data after cloning the code repository with a simple command from the command line.

WHAT WOULD NEED TO BE DONE TO ACHIEVE THE ABOVE?

  • More on this later....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant