Expand description
Official gRPC client for the Rerun Data Protocol.
Structs§
- ApiError
- Connection
Registry - Connection
Registry Handle - Registry of all tokens and connections to the redap servers.
- Generic
Connection Client - Expose an ergonomic API over the gRPC redap client.
- Tonic
Status Error - Wrapper with a nicer error message
Enums§
Functions§
- channel
- fetch_
chunks_ response_ to_ chunk_ and_ partition_ id - Converts a
FetchChunksStreamstream into a stream ofChunks. - stream_
blueprint_ and_ partition_ from_ server - Canonical way to ingest partition data from a Rerun data platform server, dealing with server-stored blueprints if any.
Type Aliases§
- Connection
Client - This is the type of
ConnectionClientused throughout the viewer, where theConnectionRegistryis used. - Redap
Client