You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+6-7
Original file line number
Diff line number
Diff line change
@@ -34,20 +34,19 @@ Data-processing for humans.
34
34
35
35
Bonobo is an extract-transform-load framework for python 3.5+ (see comparisons with other data tools).
36
36
37
-
Bonobo uses plain old python objects (functions, generators and iterators), allows to link them in a directed graph and
38
-
execute them using a parallelized strategy, without having to worry about the underlying complexity.
37
+
Bonobo uses plain old python objects (functions, generators and iterators), allows them to be linked together in a directed graph, and then executed using a parallelized strategy, without having to worry about the underlying complexity.
39
38
40
-
Developpers can focus on writing simple and atomic operations, that are by-design easy to unit-test, while the
41
-
framework focus on applying them concurrently to rows of data.
39
+
Developers can focus on writing simple and atomic operations, that are easy to unit-test by-design, while the focus of the
40
+
framework is to apply them concurrently to rows of data.
42
41
43
42
One thing to note: write pure transformations and you'll be safe.
44
43
45
-
Bonobo is a young rewrite of an old python2.7 tool that ran millions of transformations per day for years on production,
46
-
so as though it may not yet be complete or fully stable (please, allow us to reach 1.0), the basics are there.
44
+
Bonobo is a young rewrite of an old python2.7 tool that ran millions of transformations per day for years on production.
45
+
Although it may not yet be complete or fully stable (please, allow us to reach 1.0), the basics are there.
47
46
48
47
----
49
48
50
-
*Bonobo is under heavy development, we're making the best efforts to keep the core as stable as possible but we also need to move forward. Please allow us to reach 1.0 stability and our sincere apologies for anything we'd break in the process (feel free to complain on issues, so we notice breakages we did not expect)*
49
+
*Bonobo is under heavy development, we're doing our best to keep the core as stable as possible while still moving forward. Please allow us to reach 1.0 stability and our sincere apologies for anything we break in the process (feel free to complain on issues, allowing us to correct breakages we did not expect)*
0 commit comments