Module bigtable

Source

StructsΒ§

BigtableParameters
Represents configuration of BigtablePathInfoService. This currently conflates both connect parameters and data model/client behaviour parameters.
BigtablePathInfoService
Provides a PathInfoService implementation using Bigtable as an underlying K/V store.

ConstantsΒ§

CELL_SIZE_LIMIT πŸ”’
There should not be more than 10 MiB in a single cell. https://cloud.google.com/bigtable/docs/schema-design#cells

FunctionsΒ§

default_app_profile_id πŸ”’
default_channel_size πŸ”’
default_timeout πŸ”’
derive_pathinfo_key πŸ”’
Derives the row/column key for a given output path. We use hexlower encoding, also because it can’t be misinterpreted as RE2.