Skip to content

Commit 065bc38

Browse files
committed
Update for Ray
1 parent 7a2c291 commit 065bc38

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
Plugboard is an **event-driven modelling and orchestration framework** in Python for simulating and driving complex processes with many interconnected stateful components.
3434

35-
You can use it to **define models** in Python and **connect them together easily** so that data automatically moves between them. After running your model on a laptop, you can then scale out on multiple processors, or go to a compute cluster in the cloud.
35+
You can use it to **define models** in Python and **connect them together easily** so that data automatically moves between them. After running your model on a laptop, you can then scale out on multiple processors or go to a compute cluster in the cloud thanks to the integration with the [Ray](https://www.ray.io/) framework.
3636

3737
Some examples of what you can build with Plugboard include:
3838

@@ -215,7 +215,6 @@ For more information including a detailed API reference and step-by-step usage e
215215
Plugboard is under active development, with new features in the works:
216216

217217
- Support for strongly typed data messages and validation based on pydantic.
218-
- Support for different parallelisation patterns such as: single-threaded with coroutines, single-host multi process, or distributed with Ray in Kubernetes.
219218
- Data exchange between components with popular messaging technologies like RabbitMQ and Google Pub/Sub.
220219
- Support for different message exchange patterns such as: one-to-one, one-to-many, many-to-one etc via a broker; or peer-to-peer with http requests.
221220

0 commit comments

Comments
 (0)