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

Enrich ReDap Catalog with RecordingUri on the fly #8418

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Enrich ReDap Catalog with RecordingUri on the fly #8418

merged 2 commits into from
Dec 12, 2024

Conversation

zehiko
Copy link
Contributor

@zehiko zehiko commented Dec 11, 2024

What

As of right now, only the viewer is fully aware of Data Platform's endpoint, so we leverage that to enrich Catalog view with RecordingUri for each recording.

Testing done

pixi run rerun rerun://0.0.0.0:51234/catalog
Screenshot 2024-12-11 at 16 25 34

@zehiko zehiko added remote-store remote store gRPC API exclude from changelog PRs with this won't show up in CHANGELOG.md labels Dec 11, 2024
@zehiko zehiko self-assigned this Dec 11, 2024
Copy link

github-actions bot commented Dec 11, 2024

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

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

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

Copy link
Member

@jleibs jleibs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, let's synthesize the ChunkId on this end -- otherwise looks good.

@@ -273,7 +279,7 @@ async fn stream_catalog_async(
let store_id = StoreId::from_string(StoreKind::Recording, "catalog".to_owned());

let store_info = StoreInfo {
application_id: ApplicationId::from("rerun_data_platform"),
application_id: ApplicationId::from("redap_catalog"),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I came here to request that you make this same change -- you must have hit the same issue as me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, same app id -> same blueprint :) Hopefully we soon get that sorted with GetStoreInfo.

@zehiko zehiko merged commit 7b76958 into main Dec 12, 2024
31 checks passed
@zehiko zehiko deleted the zehiko/cvs branch December 12, 2024 10:23
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