You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/10/10 06:42:49 UTC

[GitHub] [shardingsphere] galaxylqx opened a new issue, #14061: shardingSphere For HBase

galaxylqx opened a new issue, #14061:
URL: https://github.com/apache/shardingsphere/issues/14061

   ## Feature Request
   
   It is hoped that proxy is the only SQL entry. Businesses only need to access proxy and deal with various databases later. For example, HBase is supported. In the process of use, there is no need to use HBase protocol to operate the back-end database
   ### Describe the feature you would like.
   Support SQL statements
   
   SQL                                                                                                    HBase
   show /*+ hbase */ databases                                                         ->  cluster
   show /*+ hbase */ tables                                                                ->  list
   show /*+ hbase */ create table t_test                                           ->  describe "t_test"
   select /*+ hbase */ * from t_test                                                    ->  scan "t_test"
   select /*+ hbase */ count(*) from t_test                                        ->  count "t_test" 
   update /*+ hbase */ t_test set age = 18 where rowKey = 1          ->  put "t_test" 
   delete /*+ hbase */ from t_test                                                       ->  deleteall "t_test"
   insert /*+ hbase */ into t_test (rowKey, v1, v2) values(1, 2, 3)     ->  put "t_test",1,'rowKey:v1', 3
   ...


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] terrymanu closed issue #14061: shardingSphere For HBase

Posted by "terrymanu (via GitHub)" <gi...@apache.org>.
terrymanu closed issue #14061: shardingSphere For HBase
URL: https://github.com/apache/shardingsphere/issues/14061


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] closed issue #14061: shardingSphere For HBase

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #14061: shardingSphere For HBase
URL: https://github.com/apache/shardingsphere/issues/14061


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] commented on issue #14061: shardingSphere For HBase

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #14061:
URL: https://github.com/apache/shardingsphere/issues/14061#issuecomment-1272350595

   Hello , this issue has not received a reply for several days.
   This issue is supposed to be closed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org