content/flux/v0/stdlib/experimental/bigtable/from.md
bigtable.from() retrieves data from a Google Cloud Bigtable data source.
(instance: string, project: string, table: string, token: string) => stream[A] where A: Record
{{% caption %}} For more information, see Function type signatures. {{% /caption %}}
({{< req >}}) Google Cloud IAM token to use to access the Cloud Bigtable database.
For more information, see the following:
({{< req >}}) Cloud Bigtable project ID.
({{< req >}}) Cloud Bigtable instance ID.
({{< req >}}) Cloud Bigtable table name.
import "experimental/bigtable"
bigtable.from(
token: "example-token",
project: "example-project",
instance: "example-instance",
table: "example-table",
)