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

Add Google Cloud Dataflow docs page #445

Open
Tracked by #444
jacobtomlinson opened this issue Oct 7, 2024 · 0 comments
Open
Tracked by #444

Add Google Cloud Dataflow docs page #445

jacobtomlinson opened this issue Oct 7, 2024 · 0 comments

Comments

@jacobtomlinson
Copy link
Member

jacobtomlinson commented Oct 7, 2024

Add documentation page to the Google Cloud section on using RAPIDS within Dataflow.

Google have a minimal pytorch example in their documentation. It builds a container on the pytorch one and brings in the apache beam dependencies, so we could do the same with RAPIDS. It then has a small code example that invokes pytorch.

They also have a tenforflow landsat example which is just doing some tensor math to convert satellite data to a JPEG. It would be quite straight forward to convert to a cupy example. The input dataset here is a list of filenames, each one containing a single landsat image.

For our page I expect we would want:

  • Build a container from the RAPIDS base and add Apache Beam
  • Write a small example workload that uses RAPIDS
  • Execute this on Dataflow
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