Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vscode-bigtableNew to Visual Studio Code? Get it now.
vscode-bigtable

vscode-bigtable

a7ul

|
755 installs
| (0) | Free
A VSCode extension for Google Bigtable
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft