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 support for collection enumeration to the remote store protocol #9121

Merged
merged 4 commits into from
Feb 25, 2025

Conversation

drauschenbach
Copy link
Contributor

@drauschenbach drauschenbach commented Feb 25, 2025

What

The remote store protocol is being extended to support enumeration of collections.

This PR also aims to prototype a more scalable organization of proto files:

  • A catalog model is centrally defined for reuse by related request and response messages
  • When a catalog model is provided in a request, it is repeated in the response, providing access to its finalized field values such as an assigned id or created at timestamp

Copy link

github-actions bot commented Feb 25, 2025

Web viewer built successfully. If applicable, you should also test it:

  • I have tested the web viewer
Result Commit Link Manifest
c5cfb5d https://rerun.io/viewer/pr/9121 +nightly +main

Note: This comment is updated whenever you push a commit.

@drauschenbach drauschenbach added include in changelog exclude from changelog PRs with this won't show up in CHANGELOG.md remote-store remote store gRPC API and removed include in changelog labels Feb 25, 2025
@drauschenbach drauschenbach merged commit 16b47a3 into main Feb 25, 2025
70 checks passed
@drauschenbach drauschenbach deleted the david/protos branch February 25, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exclude from changelog PRs with this won't show up in CHANGELOG.md remote-store remote store gRPC API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants