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 new endpoints to api-server #427

Open
wants to merge 47 commits into
base: main
Choose a base branch
from

Conversation

thomcom
Copy link
Contributor

@thomcom thomcom commented Sep 2, 2022

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.

modules/cudf/src/series.ts Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@thomcom thomcom changed the title Draft of feature/api server abstraction Add new endpoints to api-server Nov 30, 2022
@thomcom thomcom marked this pull request as ready for review November 30, 2022 23:00
@thomcom
Copy link
Contributor Author

thomcom commented Jan 4, 2023

This is ready for review.

@thomcom
Copy link
Contributor Author

thomcom commented Jan 4, 2023

@trxcllnt

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.

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