Interactive python shell for couchbase
Project description
cbshell - interactive python shell for couchbase
================================================
Prerequisites
-------------
* Python 2.6
* pip
Installation
------------
pip install cbshell
Running
-------
$ ./cbshell -h
Usage: cbshell [options] couchbase-address
Interactive python shell for Couchbase.
A couchbase-address is a couchbase cluster REST address:
HOST[:PORT][/BUCKET]
Examples:
cbshell localhost
cbshell 10.3.121.192
cbshell 10.3.121.192:8091
cbshell 10.3.121.192:8091/default
cbshell 10.3.121.192/default
cbshell localhost/default
cbshell localhost/my-bucket -u Administrator -p password
Options:
-h, --help show this help message and exit
-u USERNAME, --username=USERNAME
REST username for cluster or server node
-p PASSWORD, --password=PASSWORD
REST password for cluster or server node
Using
-----
$ ./cbshell 10.3.121.192 -u Administrator -p couchbaseR0ck$
connecting to couchbase: 10.3.121.192:8091
connected.
cb = couchbase '10.3.121.192:8091'
bucket = cb['default']
b = cb['default']
type "help()" for help
>>>
>>> b['user-001'] = 'steve'
>>> user = b['user-001']
>>> print user
Getting more help examples
--------------------------
>>> help()
License
-------
Apache 2.0 License
================================================
Prerequisites
-------------
* Python 2.6
* pip
Installation
------------
pip install cbshell
Running
-------
$ ./cbshell -h
Usage: cbshell [options] couchbase-address
Interactive python shell for Couchbase.
A couchbase-address is a couchbase cluster REST address:
HOST[:PORT][/BUCKET]
Examples:
cbshell localhost
cbshell 10.3.121.192
cbshell 10.3.121.192:8091
cbshell 10.3.121.192:8091/default
cbshell 10.3.121.192/default
cbshell localhost/default
cbshell localhost/my-bucket -u Administrator -p password
Options:
-h, --help show this help message and exit
-u USERNAME, --username=USERNAME
REST username for cluster or server node
-p PASSWORD, --password=PASSWORD
REST password for cluster or server node
Using
-----
$ ./cbshell 10.3.121.192 -u Administrator -p couchbaseR0ck$
connecting to couchbase: 10.3.121.192:8091
connected.
cb = couchbase '10.3.121.192:8091'
bucket = cb['default']
b = cb['default']
type "help()" for help
>>>
>>> b['user-001'] = 'steve'
>>> user = b['user-001']
>>> print user
Getting more help examples
--------------------------
>>> help()
License
-------
Apache 2.0 License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cbshell-0.1.tar.gz
(7.2 kB
view details)
File details
Details for the file cbshell-0.1.tar.gz
.
File metadata
- Download URL: cbshell-0.1.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b5e24a8032dbcbf39331c2c84ccbd6d9bb189e72dbe84afb75b6a0bfd7dc9dd |
|
MD5 | 08b525e96da24c152d243cf70d270356 |
|
BLAKE2b-256 | 8a16c8eb0a802646b9937dbe6bc94afbd7a03420405965be544cdf26035e5052 |