cryogenian / quasar-plugin-googlebigtable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quasar-plugin-googlebigtble Discord

Usage

libraryDependencies += "com.precog" %% "quasar-plugin-googlebigtable" % <version>

Configuration

The configuration of the Google BigTable datasource has the following JSON format

{
  "auth": JSON,
  "instance": String,
  "table": String,
  "rowPrefix": String
}
  • auth - the Service Account key that has permission to read the configured table.
  • instance - the name of the instance the table resides in.
  • table - the name of the table (called 'table ID' in the console of Google Cloud Platform).
  • rowPrefix - the prefix to filter on. The empty string means no filtering.

About


Languages

Language:Scala 65.1%Language:Shell 33.8%Language:Batchfile 1.1%