Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:45 +08:00
commit 919e6673e7
13 changed files with 4381 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "rust-data-engineering",
"description": "Data engineering plugin for Rust with object_store, Arrow, Parquet, DataFusion, and Iceberg. Build cloud-native data lakes, analytical query engines, and ETL pipelines. Commands for object storage, Parquet I/O, DataFusion queries, and Iceberg tables. Expert agent for data lake architecture and performance optimization",
"version": "1.0.0",
"author": {
"name": "Emil Lindfors"
},
"skills": [
"./skills"
],
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}