Reputation: 471
I have been using Google Bigtable from GCP, but need suggestions in connecting it to a GUI client like Apache Hue. The documentation on BigTable doesn't have much information on visualization. I have been using the cbt tool till now, but it doesn't provide GUI.
Any help is greatly appreciated!
Upvotes: 0
Views: 332
Reputation: 2300
Since I couldnt find a GUI client for Google Bigtable, I decided to build one as a VSCode extension.
You can try this out https://github.com/a7ul/vscode-bigtable
It supports querying bigtable and is basically a VSCode extension wrapper over the official nodejs bigtable client
Upvotes: 0
Reputation: 696
I found this post which discuss the same issue. I suggest you to give it a look.
Additionally I don't suggest you to use Apache HUE with GCP Big Table as this procedure is not well documented.
What are you trying to do exactly? If you want to monitor Big Table I suggest you to use the Cloud Bigtable Monitoring UI
Upvotes: 1