Skip to content

a7ul/vscode-bigtable

Repository files navigation

vscode-bigtable

VSCode extension to query and manage Google Bigtable instances.

Features

  • Query bigtable instances

    • by rowkeys
    • by ranges
    • by prefixes
    • Advanced query using a json syntax
  • Supports connecting to local bigtable emulators

Screenshots

Contributing

The extension consists of two parts:

  • The main extension code (aka the backend)
  • The webview ui code (aka the frontend)

Getting things up and running

  • clone this repo.
  • npm i && cd views && npm i
  • make dev - this will start the frontend server for the webview
  • Change the DEV variable to true in src/utils/webview.ts
  • Then open up this repo in vscode and click on Debug > Run Extension