Skip to content

Simple NodeJS example of connecting to and running a query against Apache Phoenix tables

Notifications You must be signed in to change notification settings

randerzander/node-phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup:

git clone https://github.com/randerzander/node-phoenix
cd node-phoenix
npm install

#Make sure you've created the web_stat tables- From /usr/lib/phoenix:
./bin/psql.py localhost:2181:/hbase-unsecure /usr/share/doc/phoenix-4.0.0.$version/examples/WEB_STAT.sql /usr/share/doc/phoenix-4.0.0.$version/examples/WEB_STAT.csv /usr/share/doc/phoenix-4.0.0.$version/examples/WEB_STAT_QUERIES.sql

node server.js localhost:2181:/hbase-unsecure

About

Simple NodeJS example of connecting to and running a query against Apache Phoenix tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published