Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/python-cli-hbase-client
A POC for hbase using thrift server.
https://github.com/bearddan2000/python-cli-hbase-client
cli client happybase hbase python thrift
Last synced: about 2 months ago
JSON representation
A POC for hbase using thrift server.
- Host: GitHub
- URL: https://github.com/bearddan2000/python-cli-hbase-client
- Owner: bearddan2000
- Created: 2023-11-18T15:49:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-18T15:49:43.000Z (about 1 year ago)
- Last Synced: 2024-07-30T17:38:04.086Z (6 months ago)
- Topics: cli, client, happybase, hbase, python, thrift
- Language: Shell
- Homepage: https://github.com/bearddan2000/python-cli-hbase-client
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-cli-hbase-client
## Description
A POC for hbase using thrift server.## Tech stack
- python
- happybase
- thrift
- hbase## Docker stack
- dajobe/hbase
- python:latest## To run
`sudo ./install.sh -u`## To stop
`sudo ./install.sh -d`## For help
`sudo ./install.sh -h`