adaltas / node-hbase

Asynchronous HBase client for NodeJs using REST

Home Page:https://hbase.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud BigTable

ashbrener opened this issue · comments

Is node-hbase suitable for Cloud BigTable?

If so does it communicate with the Cloud BigTable HBase Client (Java).
As it reads on the BigTable website "The Cloud Bigtable HBase client enables your application to connect to Cloud Bigtable through the Apache HBase API."

If so, is there a (recommended) way to bypass such a client and connect directly to the DB with node-hbase.

Thanks.

I'm not familiar with the BigTable API. This module communicate with the HBast REST server (aka stargate), check if BigTable provide a compatible HTTP/REST interface (and let me know if this is the case, i'll update the documentation in such a case)

Was this ever confirmed? I have this listed on my "awesome-bigtable" list... but wanted to confirm (I just removed it but can add back)