@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
Data-processing. By monkeys. For humans.
|
Data-processing. By monkeys. For humans.
|
||||||
|
|
||||||
Bonobo is a data-processing library for python 3.5+ that emphasis writing
|
Bonobo is a data-processing library for python 3.5+ that emphasises writing
|
||||||
simple, atomic, plain old python functions and chaining them using a basic
|
simple, atomic, plain old python functions and chaining them using a basic
|
||||||
acyclic graph. The nodes will need a bit of plumbery to be runnable in
|
acyclic graph. The nodes will need a bit of plumbery to be runnable in
|
||||||
different means (iteratively, in threads, in processes, on different machines
|
different means (iteratively, in threads, in processes, on different machines
|
||||||
...) but that should be as transparent as possible.
|
...) but that should be as transparent as possible.
|
||||||
|
|
||||||
The only thing asked to the developer is to either write "pure" functions to
|
The only thing asked of the developer is to write "pure" functions to
|
||||||
process data (create a new dict, don't change in place, etc.), and everything
|
process data (create a new dict, don't change in place, etc.), and everything
|
||||||
should be fine from this point.
|
should be fine from this point.
|
||||||
|
|
||||||
@ -102,7 +102,7 @@ Random thoughts and things to do
|
|||||||
* NaiveStrategy
|
* NaiveStrategy
|
||||||
* PoolExecutionStrategy
|
* PoolExecutionStrategy
|
||||||
* ThreadPoolExecutionStrategy
|
* ThreadPoolExecutionStrategy
|
||||||
* ProcesPoolExecutionStrategy
|
* ProcessPoolExecutionStrategy
|
||||||
* ThreadExecutionStrategy
|
* ThreadExecutionStrategy
|
||||||
* ProcessExecutionStrategy
|
* ProcessExecutionStrategy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user