Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/a7ul/vscode-bigtable
- Owner: a7ul
- License: mit
- Created: 2021-06-15T22:09:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-26T13:09:15.000Z (over 2 years ago)
- Last Synced: 2024-08-04T00:02:37.867Z (5 months ago)
- Topics: bigtable, client, editor, gui, vscode
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=a7ul.vscode-bigtable&ssr=false#review-details
- Size: 727 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-bigtable - vscode-bigtable - VSCode extension that provides an easy to use GUI for querying bigtable instances. (Tools / GUI)
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