Skip to content

Commit 07c4ee6

Browse files
committed
Updated readme.
1 parent 5ae3cd0 commit 07c4ee6

File tree

3 files changed

+1343
-8
lines changed

3 files changed

+1343
-8
lines changed

README.md

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,46 @@
1+
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
2+
[![Build
3+
Status](https://travis.ibm.com/codeflare/ray-pipeline.svg?token=jYGqz8UKPqjxGaHzGAAi&branch=develop)](https://travis.ibm.com/codeflare/ray-pipeline)
4+
[![GitHub](https://img.shields.io/badge/issue_tracking-github-blue.svg)](https://github.ibm.com/codeflare/codeflare/issues)
5+
6+
<!--
7+
[![Gitter](https://badges.gitter.im/elyra-ai/community.svg)](https://gitter.im/elyra-ai/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
8+
-->
9+
110
<p align="center">
2-
<img src="./images/pipelines.svg" width="340" height="207">
11+
<img src="./images/codeflare_square.svg" width="200" height="200">
312
</p>
413

5-
[![Build
6-
Status](https://travis.ibm.com/codeflare/ray-pipeline.svg?token=jYGqz8UKPqjxGaHzGAAi&branch=develop)](https://travis.ibm.com/codeflare/ray-pipeline)
7-
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
14+
<!--
15+
<p align="center">
16+
<img src="./images/pipelines.svg" width="340" height="207">
17+
</p>
18+
-->
19+
20+
## Scale complex AI/ML pipelines anywhere
21+
22+
CodeFlare is a framework to simplify the integration, scaling and acceleration of complex multi-step analytics and machine learning pipelines on the cloud.
823

9-
# CodeFlare Pipelines
24+
Building on a unified distributed runtime with [Ray](https://github.com/ray-project/ray), CodeFlare enables:
1025

11-
The `CodeFlare Pipelines` library provides facilities for defining and running parallel pipelines on top of [Ray](https://ray.io). The goal of this project is to unify 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.
26+
* **Pipeline execution and scaling**:
27+
CodeFlare Pipelines facilities the definition and parallel execution of pipelines. It unifies pipeline workflows across multiple platforms, while providing nearly optimal scale-out parallelism on pipelined computations.
28+
<!--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.-->
29+
30+
* **Deploy and integrate anywhere**:
31+
CodeFlare simplyfies 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 simpler to load data and connect to data services.
32+
33+
<p align="center">
34+
<img src="./images/codeflare_arch_diagram.svg" width="876" height="476">
35+
</p>
1236

1337
## Release status
1438

1539
This project is under active development. Keep an eye on this page for our first public release!
1640

1741
See the [design document](https://docs.google.com/document/d/1t1K8N07TcbBKBgrcI6jf9tPow00cOKE9whnEVxOd4-U/edit) for more information on our design goals.
1842

19-
## Try CodeFlare Pipelines
43+
## Try CodeFlare
2044

2145
#### Installing
2246

@@ -64,4 +88,4 @@ The pipeline will use `ray.init()` to start a local Ray cluster. See [configurin
6488

6589
## Contributing
6690

67-
If you are interested in joining us and make CodeFlare Pipeline better, we encourage you to take a look at our [Contributing](CONTRIBUTING.md) page.
91+
If you are interested in joining us and make CodeFlare Pipeline better, we encourage you to take a look at our [Contributing](CONTRIBUTING.md) page.

0 commit comments

Comments
 (0)