Expand description
Communications with an Rerun Data Platform gRPC server.
Modules§
Structs§
- 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
- get_
chunks_ response_ to_ chunk_ and_ partition_ id - Converts a
FetchPartitionResponse
stream into a stream ofChunk
s. - 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.
- stream_
dataset_ from_ redap - Stream an rrd file or metadata catalog over gRPC from a Rerun Data Platform server.
Type Aliases§
- Connection
Client - This is the type of
ConnectionClient
used throughout the viewer, where theConnectionRegistry
is used. - Redap
Client