Warehouse
Data warehouse toolkit — schema design, query optimization, data partitioning, aggregation pipelines, and storage management.
Commands
| Command | Description |
|---|
| INLINECODE0 | Execute main function |
| INLINECODE1 |
List all items |
|
warehouse add <item> | Add new item |
|
warehouse status | Show current status |
|
warehouse export <format> | Export data |
|
warehouse help | Show help |
Usage
CODEBLOCK0
Examples
CODEBLOCK1
- - Run
warehouse help for all commands - Data stored in INLINECODE7
Powered by BytesAgain | bytesagain.com
Feedback & Feature Requests: https://bytesagain.com/feedback
Output
Results go to stdout. Save with warehouse run > output.txt.
Configuration
Set WAREHOUSE_DIR to change data directory. Default: INLINECODE10
仓库
数据仓库工具包 — 模式设计、查询优化、数据分区、聚合管道及存储管理。
命令
| 命令 | 描述 |
|---|
| warehouse run | 执行主函数 |
| warehouse list |
列出所有项目 |
| warehouse add
- | 添加新项目 |
| warehouse status | 显示当前状态 |
| warehouse export | 导出数据 |
| warehouse help | 显示帮助信息 |
用法
bash
显示帮助
warehouse help
快速启动
warehouse run
示例
bash
使用默认设置运行
warehouse run
检查状态
warehouse status
导出结果
warehouse export json
- - 运行 warehouse help 查看所有命令
- 数据存储在 ~/.local/share/warehouse/
由 BytesAgain 提供支持 | bytesagain.com
反馈与功能请求:https://bytesagain.com/feedback
输出
结果输出到标准输出。使用 warehouse run > output.txt 保存。
配置
设置 WAREHOUSE_DIR 以更改数据目录。默认值:~/.local/share/warehouse/