Refactoring API, writing docs.
This commit is contained in:
@ -1,7 +1,20 @@
|
||||
Part 5: Projects and Packaging
|
||||
==============================
|
||||
|
||||
Until then, we worked with one file managing a job. But real life is about set of jobs working together within a project.
|
||||
Until then, we worked with one file managing a job.
|
||||
|
||||
Real life often involves more complicated setups, with relations and imports between different files.
|
||||
|
||||
This section will describe the options available to move this file into a package, either a new one or something
|
||||
that already exists in your own project.
|
||||
|
||||
Data processing is something a wide variety of tools may want to include, and thus |bonobo| does not enforce any
|
||||
kind of project structure, as the targert structure will be dicated by the hosting project. For example, a `pipelines`
|
||||
sub-package would perfectly fit a django or flask project, or even a regular package, but it's up to you to chose the
|
||||
structure of your project.
|
||||
|
||||
about using |bonobo| in a pyt
|
||||
is about set of jobs working together within a project.
|
||||
|
||||
Let's see how to move from the current status to a package.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user