vscode-bigtable
May 26, 2022 ยท View on GitHub
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 imake dev- this will start the frontend server for the webview- Change the
DEVvariable to true insrc/utils/webview.ts - Then open up this repo in vscode and click on Debug > Run Extension