Skip to content

towr/bndl

 
 

Repository files navigation

BNDL - Distributed processing with Python

image

BNDL is a library for map-reduce based distributed processing akin to Apache Spark but is implemented in python (with a bit of cython).

Master branch build status: travis codecov


BNDL can be installed through pip:

pip install bndl

The main commands to use BNDL are bndl-compute-shell to open an interactive shell hooked up to BNDL workers and bndl-compute-workers to start workers seperately (e.g. throughout the cluster).

Obtain a compute context in python scripts by importing ctx from bndl.compute.run:

from bndl.compute import ctx
print(ctx.range(1000).map(str).map(len).stats())

About

BNDL ⬢ Distributed Python Computing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • HTML 2.5%
  • Makefile 0.1%