Skip to content

Add new endpoints to api-server - #427

Open
thomcom wants to merge 47 commits into
rapidsai:mainfrom
thomcom:feature/api-server-abstraction
Open

Add new endpoints to api-server#427
thomcom wants to merge 47 commits into
rapidsai:mainfrom
thomcom:feature/api-server-abstraction

Conversation

@thomcom

@thomcomthomcom commented Sep 2, 2022

Copy link
Copy Markdown
Contributor

Closes#438

This branch adds two new endpoint families: /particles and /quadtree.

The particles endpoint returns a striped buffer that is used to display coordinates in the particles UI client.

The quadtree endpoint exposes the API endpoints for quadtree creation, setting a polygon for the quadtree, and querying points contained within the polygon.

Comment threadmodules/cudf/src/series.ts Outdated
Comment threadmodules/cudf/src/node_cudf/column.hpp Outdated
Comment threadmodules/demo/api-server/package.json Outdated
Comment threadmodules/demo/api-server/util/gpu_cache.js
Comment threadpackage.json Outdated
@thomcomthomcom changed the title Draft of feature/api server abstractionAdd new endpoints to api-serverNov 30, 2022
@thomcom
thomcom marked this pull request as ready for review November 30, 2022 23:00
Comment threadmodules/demo/api-server/routes/gpu/index.js Outdated
Comment threadmodules/demo/api-server/test/routes/graphology.test.js Outdated
Comment threadmodules/demo/api-server/test/routes/graphology.test.js Outdated
@thomcom

Copy link
Copy Markdown
ContributorAuthor

This is ready for review.

@thomcom

Copy link
Copy Markdown
ContributorAuthor

@trxcllnt

Sign up for freeto 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.

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

2 participants

@thomcom@trxcllnt