bigdata
SKILL.md
BigData
A comprehensive data processing toolkit for ingesting, transforming, querying, filtering, aggregating, and managing data workflows — all from the command line with local timestamped log storage.
Commands
| Command | Description |
|---|---|
bigdata ingest <input> |
Ingest raw data into the system. Without args, shows recent ingest entries |
bigdata transform <input> |
Record a data transformation step. Without args, shows recent transforms |
bigdata query <input> |
Log and track data queries. Without args, shows recent queries |
bigdata filter <input> |
Apply and record data filters. Without args, shows recent filters |
bigdata aggregate <input> |
Record aggregation operations. Without args, shows recent aggregations |
bigdata visualize <input> |
Log visualization tasks. Without args, shows recent visualizations |
bigdata export <input> |
Log export operations. Without args, shows recent exports |
bigdata sample <input> |
Record data sampling operations. Without args, shows recent samples |
bigdata schema <input> |
Track schema definitions and changes. Without args, shows recent schemas |
bigdata validate <input> |
Log data validation checks. Without args, shows recent validations |
bigdata pipeline <input> |
Record pipeline configurations. Without args, shows recent pipelines |