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.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,19 +27,19 @@ CodeFlare is a framework to simplify the integration, scaling and acceleration o
27
27
Its main features are:
28
28
29
29
***Pipeline execution and scaling**:
30
-
CodeFlare Pipelines facilities the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple frameworks, while providing nearly optimal scale-out parallelism on pipelined computations.
30
+
CodeFlare Pipelines facilities the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple frameworks while providing nearly optimal scale-out parallelism on pipelined computations.
31
31
<!--CodeFlare Pipelines facilities the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple platforms such as [scikit-learn](https://scikit-learn.org/) and [Apache Spark](https://spark.apache.org/), while providing nearly optimal scale-out parallelism on pipelined computations.-->
32
32
33
33
***Deploy and integrate anywhere**:
34
-
CodeFlare simplifies deployment and integration by enabling a serverless user experience with the integration with Red Hat Open Shift and IBM Cloud Code Engine, and integrating adapters and connectors to make it simple to load data and connect to data services.
34
+
CodeFlare simplifies deployment and integration by enabling a serverless user experience with the integration with Red Hat Open Shift and IBM Cloud Code Engine and integrating adapters and connectors to make it simple to load data and connect to data services.
This project is under active development. See the [Documentation](https://codeflare.readthedocs.io/en/latest/index.html) for design descriptions and latest version of the APIs.
42
+
This project is under active development. See the [Documentation](https://codeflare.readthedocs.io/en/latest/index.html) for design descriptions and the latest version of the APIs.
43
43
44
44
## Quick start
45
45
@@ -96,7 +96,7 @@ It should produce an output similar to the one below, where you can then find th
96
96
97
97
You can try out some of CodeFlare features using the My Binder service.
98
98
99
-
Click on a link below to try CodeFlare, on a sandbox environment, without having to install anything.
99
+
Click on the link below to try CodeFlare, on a sandbox environment, without having to install anything.
@@ -110,7 +110,7 @@ CodeFlare Pipelines reimagined pipelines to provide a more intuitive API for the
110
110
111
111
The API documentation can be found [here](https://codeflare.readthedocs.io/en/latest/codeflare.pipelines.html), and reference use case documentation [here](https://codeflare.readthedocs.io/en/latest).
112
112
113
-
Examples are provided as execuatble notebooks: [notebooks](./notebooks).
113
+
Examples are provided as executable notebooks: [notebooks](./notebooks).
114
114
115
115
Examples can be run with locally with:
116
116
```shell
@@ -132,4 +132,4 @@ Unleash the power of pipelines by seamlessly scaling on the cloud. CodeFlare can
132
132
133
133
## Contributing
134
134
135
-
Join us making CodeFlare Better! We encourage you to take a look at our [Contributing](CONTRIBUTING.md) page.
135
+
Join us in making CodeFlare Better! We encourage you to take a look at our [Contributing](CONTRIBUTING.md) page.
Copy file name to clipboardExpand all lines: docs/source/getting_started/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ limitations under the License.
21
21
CodeFlare's main features are:
22
22
23
23
***Pipeline execution and scaling**:
24
-
CodeFlare Pipelines facilities the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple frameworks, while providing nearly optimal scale-out parallelism on pipelined computations.
24
+
CodeFlare Pipelines facilities the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple frameworks while providing nearly optimal scale-out parallelism on pipelined computations.
25
25
26
26
***Deploy and integrate anywhere**:
27
-
CodeFlare simplifies deployment and integration by enabling a serverless user experience with the integration with Red Hat Open Shift and IBM Cloud Code Engine, and integrating adapters and connectors to make it simple to load data and connect to data services.
27
+
CodeFlare simplifies deployment and integration by enabling a serverless user experience with the integration with Red Hat Open Shift and IBM Cloud Code Engine and integrating adapters and connectors to make it simple to load data and connect to data services.
Copy file name to clipboardExpand all lines: docs/source/pipelines/pipelines_overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ CodeFlare Pipelines reimagined pipelines to provide a more intuitive API for the
6
6
7
7
See the API documentation [here](https://codeflare.readthedocs.io/en/latest/codeflare.pipelines.html), and reference use case documentation in the Examples section.
8
8
9
-
Examples are provided as execuatble[notebooks](https://github.com/project-codeflare/codeflare/tree/main/notebooks).
9
+
Examples are provided as executable[notebooks](https://github.com/project-codeflare/codeflare/tree/main/notebooks).
0 commit comments