8000 GitHub - fsfiii/HBase-REST: Perl binding for the HBase Stargate REST service.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fsfiii/HBase-REST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

perl HBase::REST

HBase::REST is a perl client library for the HBase Stargate REST service.

For now, it is very much an early work in progress and it barely implements
list, get, and put functionality.

usage:

use HBase::REST;

my $h = HBase::REST->new
    or die "error: cannot connect to HBase @ $server";

my @rows = $h->get('rest-test', 'row1');
print Dumper(@rows);

Please let me know if you are interested this module!

frank at fejes dot net

About

Perl binding for the HBase Stargate REST service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0