·daft-distributed-scaling
{}

daft-distributed-scaling

Scale Daft workflows to distributed Ray clusters. Invoke when optimizing performance or handling large data.

10Installs·0Trend·@eventual-inc

Installation

$npx skills add https://github.com/eventual-inc/daft --skill daft-distributed-scaling

How to Install daft-distributed-scaling

Quickly install daft-distributed-scaling AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/eventual-inc/daft --skill daft-distributed-scaling
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: eventual-inc/daft.

SKILL.md

View raw

| Strategy | API | Use Case | Pros/Cons |

| Shuffle | repartition(N) | Light data (e.g. file paths), Joins | Global balance. High memory usage (materializes data). | | Streaming | intobatches(N) | Heavy data (images, tensors) | Low memory (streaming). High scheduling overhead if batches too small. |

Light Data: Repartitioning Best for distributing file paths before heavy reads.

Scale Daft workflows to distributed Ray clusters. Invoke when optimizing performance or handling large data. Source: eventual-inc/daft.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/eventual-inc/daft --skill daft-distributed-scaling
Category
{}Data Analysis
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from eventual-inc/daft

Quick answers

What is daft-distributed-scaling?

Scale Daft workflows to distributed Ray clusters. Invoke when optimizing performance or handling large data. Source: eventual-inc/daft.

How do I install daft-distributed-scaling?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/eventual-inc/daft --skill daft-distributed-scaling Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/eventual-inc/daft

Details

Category
{}Data Analysis
Source
skills.sh
First Seen
2026-03-10