Skip to content

Chunked Data Processing #68

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Chunked Data Processing #68

wants to merge 4 commits into from

Conversation

ssh-meister
Copy link
Collaborator

The PR is dedicated to creating a processor that integrates other processors into a pipeline, which can process data in batches.

from sdp.utils.chunk_processing import ChunkProcessingPipeline


class GroupProcessors(BaseProcessor):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a docstring describing this class

def get_last_output_manifest_file_in_group(group_processors_cfg):
return group_processors_cfg[-1].get("output_manifest_file", None)

class ChunkedProcessor:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a dosctring what is this class for

self.processor.process()


class СhunkRunner:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a description to this class

processor.append_chunk_to_agg_output()


class ChunkProcessingPipeline:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a description to this class

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

Successfully merging this pull request may close these issues.

2 participants