Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/a7ul/vscode-bigtable

A vscode client for bigtable
https://github.com/a7ul/vscode-bigtable

bigtable client editor gui vscode

Last synced: about 2 months ago
JSON representation

A vscode client for bigtable

Awesome Lists containing this project

README

        

# 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