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.10.tar.gz
(11.2 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.10-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file ketacli-0.10.tar.gz.
File metadata
- Download URL: ketacli-0.10.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d7e8b917fab13aabe9c7ba99f26c48d732869139c29e421be88bb4ce87ba48c7
|
|
| MD5 |
be4df235f7f1db32b2571efec5636538
|
|
| BLAKE2b-256 |
7bed6a67b35103ce3362a82da4baa8247cb2252bc855f32a425217db194c2abb
|
File details
Details for the file ketacli-0.10-py3-none-any.whl.
File metadata
- Download URL: ketacli-0.10-py3-none-any.whl
- Upload date:
- Size: 14.0 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 |
24e4a514319fba004871b83fad1047ff4822a21ce3d07e950559ed491cdd9ad1
|
|
| MD5 |
02a97dc752df1931a83ec18a5be4379f
|
|
| BLAKE2b-256 |
b6af11dacad520b77df10a3d6464d34586ff57fea5b3ccd7768f0d6033c92e30
|