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

[DS] Model iterators #12

Closed
ajnavarro opened this issue Aug 30, 2017 · 3 comments
Closed

[DS] Model iterators #12

ajnavarro opened this issue Aug 30, 2017 · 3 comments
Assignees

Comments

@ajnavarro
Copy link
Contributor

ajnavarro commented Aug 30, 2017

We need a way to transform model (repository,reference,commit,blob) -> Iterator[Row]
It should be an abstract class with all the generic code for all the models, and specific code to generate rows per each model.

This iterator should be able to process more than one repository in a lazy way.

@ajnavarro ajnavarro changed the title [DS] model iterators [DS] Model iterators Aug 30, 2017
@ajnavarro
Copy link
Contributor Author

ajnavarro commented Aug 31, 2017

Assign to @ajnavarro . Create the first one to be able to split tasks.

@ajnavarro
Copy link
Contributor Author

@bzz
Copy link
Contributor

bzz commented Sep 19, 2017

CommitIterator #21
BlobIterator #25

@bzz bzz closed this as completed Sep 19, 2017
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

3 participants