KetaDB Client
Project description
ketadb 工具
示例
ketacli login --name <username> --endpoint http://localhost:9000 --token <yourtoken>
ketacli logout
# 枚举所有仪表盘
ketacli list dashboard --fields id,app,updateTime --sort updateTime --order asc --prefix test
# 描述资源的字段
ketacli describe dashboard
# 插入一条数据
ketacli insert --repo test01 '[{"a":1}]'
# 查询一条数据
ketacli search 'repo=test01 | limit 10'
# 指定返回格式,支持json、csv、html、latex等
ketacli search 'repo=test01 | limit 10' --format json
# 创建一个资源
ketacli create repos test_repo --file file.json
自动补全
在你的 .bashrc / .zshrc 中加入以下语句
#zshrc 中不存在的话也需要添加
autoload -U +X bashcompinit && bashcompinit
eval "$(register-python-argcomplete ketacli)"
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
ketacli-0.14.tar.gz
(12.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
ketacli-0.14-py3-none-any.whl
(16.1 kB
view details)
File details
Details for the file ketacli-0.14.tar.gz.
File metadata
- Download URL: ketacli-0.14.tar.gz
- Upload date:
- Size: 12.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adcabb9ba1f746ab1b9647d7b5c59e34fa41e3b72f204992bf20cd6790e47e93
|
|
| MD5 |
8c9af565ab4a8bdbb5fe3da4a0459ba4
|
|
| BLAKE2b-256 |
2bcf8f29b3d3e684c2f5c67bf986bb7b73ed23d44a9e2a429249f01cb917e247
|
File details
Details for the file ketacli-0.14-py3-none-any.whl.
File metadata
- Download URL: ketacli-0.14-py3-none-any.whl
- Upload date:
- Size: 16.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3513267f88ae75fe6b332b88386e44d1970e680c1460149f84264e4ab97b5dca
|
|
| MD5 |
ed8567555220ee8ab58ccfa6ee5deb86
|
|
| BLAKE2b-256 |
d3495c867d8125fba92c2700dff04d9780b55416b0af8c422addadcb95d106a7
|