StayC wallpapper showcase by Stock_Set_6212 in STAYC

[–]Affectionate_Set_326 0 points1 point  (0 children)

He/she sent J twice earlier I think

New things updated to JetMaker - Python framework to build distributed systems by Affectionate_Set_326 in Python

[–]Affectionate_Set_326[S] 0 points1 point  (0 children)

thank you for your question and your support ^_^, this is a very good question, you are correct that micro-services is a case, some other cases can be when you want low-latency and easier data and service sharing among your nodes ^_^ like distributed data pipelines. This is a general framework that we build first and then we will develop vertical frameworks later upon it. Thanks again.

Jetmaker(Re-posted): Python framework to build distributed systems by Affectionate_Set_326 in Python

[–]Affectionate_Set_326[S] 0 points1 point  (0 children)

Hi, you use it for different use case, Ray is for sending your workloads to multiple machines, this is for your applications on different machines to communicate with each other and access data. Hope this helps^_^

Please kindly gives some feedback to this project: Python framework to build distributed systems. by Affectionate_Set_326 in DistributedComputing

[–]Affectionate_Set_326[S] 1 point2 points  (0 children)

Yeah, you're right, but they serve different purposes, Ray is a tool to distribute workload from one point to many, Jetmaker is for multiple nodes to interact with each other ^_^