Pure Python implementation of the Spark RDD interface, providing a lightweight alternative to PySpark for local or small-scale distributed computing. Current version: 0.6.2. Release cadence is sporadic, with the last release in 2020.
pip install pysparklingNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a local context and run a simple RDD sum operation.
Consider migrating to PySpark or Dask for production use.
Check the official documentation for exact API differences.
Use PySpark or Dask for true distributed computing.
Install pysparkling with 'pip install pysparkling' and import as 'import pysparkling'.
Use 'from pysparkling import Context' and create 'sc = Context()'.
Use pysparkling's Context without configuration, or pass options via keyword arguments if supported.
No dependency data recorded yet.