Rseng Big Data Processing

Covers processing research data that outgrows one machine's memory: out-of-core and chunked computation, Dask for scaling the scientific Python stack, Spark for distributed tabular pipelines, lazy evaluation, partitioning strategies, idempotent and restartable batch jobs, and knowing when NOT to distribute. Use when datasets no longer fit in memory, when the user mentions Dask, Spark, out-of-core or larger-than-memory data, when a pandas/NumPy workflow hits memory limits, or when designing batch pipelines over many files. (Cluster job submission and job arrays are rseng-hpc-computing; pipeline orchestration engines are rseng-workflows; profile first with rseng-performance-profiling.)

fdiblen e52631e 2 files · 5.6 KB Updated

File contents

fdiblen/rseng-agent-skills/tree/main/skills/rseng-big-data-processing commit e52631e543

Frequently asked questions

npx skillmds@latest add fdiblen/rseng-big-data-processing