-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from AstraZeneca/improved_docs
Improved docs
- Loading branch information
Showing
24 changed files
with
2,699 additions
and
1,456 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,2 @@ | ||
**runnable** is designed to make effective collaborations between data scientists/researchers | ||
and infrastructure engineers. | ||
|
||
All the features described in the [concepts](../concepts/the-big-picture.md) are | ||
aimed at the *research* side of data science projects while configurations add *scaling* features to them. | ||
|
||
|
||
Configurations are presented during the execution: | ||
|
||
For ```yaml``` based pipeline, use the ```--config-file, -c``` option in the [runnable CLI](../usage.md/#usage). | ||
|
||
For [python SDK](../sdk.md/#runnable.Pipeline.execute), use the ```configuration_file``` option or via | ||
environment variable ```runnable_CONFIGURATION_FILE``` | ||
|
||
## Default configuration | ||
|
||
```yaml | ||
--8<-- "examples/configs/default.yaml" | ||
``` | ||
|
||
1. Execute the pipeline in the local compute environment. | ||
2. The run log is not persisted but present in-memory and flushed at the end of execution. | ||
3. No catalog functionality, all catalog operations are effectively no-op. | ||
4. No secrets functionality, all secrets are effectively no-op. | ||
5. No experiment tracking tools, all interactions with experiment tracking tools are effectively no-op. | ||
Run log still captures the metrics, but are not passed to the experiment tracking tools. | ||
|
||
The default configuration for all the pipeline executions runs on the | ||
[local compute](executors/local.md), using a | ||
[buffered run log](run-log.md/#buffered) store with | ||
[no catalog](catalog.md/#do-nothing) or | ||
[secrets](secrets.md/#do-nothing) or | ||
[experiment tracking functionality](experiment-tracking.md/). | ||
|
||
|
||
|
||
## Format | ||
|
||
The configuration file is in yaml format and the typical structure is: | ||
|
||
```yaml | ||
service: | ||
type: service provider | ||
config: | ||
... | ||
``` | ||
where service is one of ```executor```, ```catalog```, ```experiment_tracker```, | ||
```secrets``` or ```run_log_store```. | ||
**runnable** is designed to enable the pipeline execution in varied computational environments without changing the | ||
infrastructure patterns. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.