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

Update api-server to load a large point-cloud dataset for the pip viewport culling demo. #438

Open
4 tasks done
thomcom opened this issue Oct 5, 2022 · 0 comments · May be fixed by #427
Open
4 tasks done

Update api-server to load a large point-cloud dataset for the pip viewport culling demo. #438

thomcom opened this issue Oct 5, 2022 · 0 comments · May be fixed by #427

Comments

@thomcom
Copy link
Contributor

thomcom commented Oct 5, 2022

api-server needs to provide one or more endpoints that enable a user, via the HTTP api, to specify a datafile, load it with GPU I/O into a column, and then serialize the column over arrow to a caller. I'd prefer to use a generic API that lets any @rapidsai/cudf API call to be used.

  • Find a good dataset for the particles demo.
  • Create an api-server endpoint that loads the file using one or more @rapidsai/cudf commands, all visible on the HTTP api.
  • Create an api-server endpoint that lets the user reflect on data that has been loaded onto the GPU process.
  • Create an api-server endpoint that streams the loaded data specified by the user to a client via arrow.
@thomcom thomcom linked a pull request Jan 3, 2023 that will close this issue
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 a pull request may close this issue.

1 participant