Crate re_grpc_client

Source
Expand description

Communications with an Rerun Data Platform gRPC server.

Modules§

message_proxy

Structs§

ConnectionRegistry
ConnectionRegistryHandle
Registry of all tokens and connections to the redap servers.
GenericConnectionClient
Expose an ergonomic API over the gRPC redap client.
TonicStatusError
Wrapper with a nicer error message

Enums§

Command
ConnectionError
StreamError

Functions§

channel
get_chunks_response_to_chunk_and_partition_id
Converts a FetchPartitionResponse stream into a stream of Chunks.
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§

ConnectionClient
This is the type of ConnectionClient used throughout the viewer, where the ConnectionRegistry is used.
RedapClient