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

Ray state handler #6

Closed
wants to merge 2 commits into from
Closed

Conversation

pabloem
Copy link
Collaborator

@pabloem pabloem commented Mar 21, 2022

This implements the sdk_worker.StateHandler interface with Ray to provide a simple, single-actor holder for Beam streaming state. Objects of this StateHandler can then be passed to instances of worker handlers which will run workloads as Ray tasks.

Open questions

  • Maybe I should be adding more docstrings to the classes?
  • Maybe we should remove the license header? What license header do we want?

fyi @pdames @jjyao

@pabloem
Copy link
Collaborator Author

pabloem commented Mar 21, 2022

i guess we don't have to start this way. I'm just trying to start prototyping : )

@pabloem
Copy link
Collaborator Author

pabloem commented Mar 21, 2022

the question also remains open on how we convert PCollections into Datasets.... and also what this means for streaming. Maybe we can chat about this on Wednesday

@jjyao jjyao self-assigned this Mar 22, 2022
@pdames pdames self-assigned this Apr 1, 2022
@iasoon
Copy link
Member

iasoon commented Jun 16, 2022

Can this PR be closed?

@pabloem pabloem closed this Jun 16, 2022
@pabloem
Copy link
Collaborator Author

pabloem commented Jun 16, 2022

yes thanks!

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.

4 participants