rapidsai / node

GPU-accelerated data science and visualization in node
https://rapidsai.github.io/node/
Apache License 2.0
187 stars 20 forks source link

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

Open thomcom opened 2 years ago

thomcom commented 2 years ago

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.