Parquet Files
CommunityAutomate efficient Parquet creation and updates.
Authorlawless-m
Version1.0.0
Installs0
System Documentation
What problem does it solves? This Skill streamlines the creation, management, and incremental updating of Parquet files in C#, addressing challenges like memory management, multi-threading, and dynamic schema generation for large datasets. It helps users efficiently store and process big data, saving development time and optimizing resource usage.
Core Features & Use Cases
- Dynamic Schema Generation: Automatically create Parquet schemas from
DataTableor dictionary structures, handling type conversions. - Memory-Efficient Batching: Implement strategies for processing large datasets in batches, clearing memory, and forcing garbage collection to prevent OutOfMemory exceptions.
- Thread-Safe Updates: Utilize
ParquetUpdateQueueandSemaphoreSlimfor safe, concurrent writing and incremental updates to Parquet files. - Use Case: Develop a data pipeline that continuously syncs millions of records from a MySQL database to a Parquet file, ensuring incremental updates, deduplication, and efficient memory usage even with multi-threaded data ingestion.
Quick Start
Use the Parquet Files skill to help me create a Parquet file from a C# DataTable, ensuring efficient memory usage for large datasets.
Dependency Matrix
Required Modules
Parquet.NetMicrosoft.Data.AnalysisNewtonsoft.Json
Components
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Parquet Files Download link: https://github.com/lawless-m/claude-skills/archive/main.zip#parquet-files Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.