constellation
Distributed programming for Rust. (by constellation-rs)
canary
Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility. (by znx3p0)
constellation | canary | |
---|---|---|
4 | 3 | |
575 | 34 | |
0.0% | - | |
0.0 | 0.0 | |
over 3 years ago | over 2 years ago | |
Rust | Rust | |
Apache License 2.0 | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
constellation
Posts with mentions or reviews of constellation.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-28.
-
Distributed systems you'd like to see in Rust?
Anything that abstracts away the tedious parts in writing distributed applications that run on multiple nodes and communicate and exchange data. There are efforts already, e.g.: https://github.com/constellation-rs/constellation
- Constellation - A project to make Rust the cutting edge of distributed computing
- Constellation: Distributed Programming for Rust
-
HPC message passing in Rust? Distribute computation between two Pis.
Some like https://github.com/constellation-rs/constellation maybe? But I never tried it myself and it doesn't seem to have any activity in the last months....?
canary
Posts with mentions or reviews of canary.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-06-04.
-
Introducing June, a crate for exposing actix actors through the network (remote actors)
June is a library based upon the canary crate that allows for creating remote actors with actix.
-
Any suggestion to build a long-lived connection with dual-rpc capability
You could check out SRPC or Canary, although a new version will be released shortly which has tons of breaking changes (you can use the new version via canary = { git = “https://github.com/znx3p0/canary” })
-
Distributed systems you'd like to see in Rust?
Thanks for the heads-up! I'm renaming the project to Canary
What are some alternatives?
When comparing constellation and canary you can also consider the following projects:
node_crunch - Allows to distribute computations across several nodes
volo - Rust RPC framework with high-performance and strong-extensibility for building micro-services.
sia - Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility. [Moved to: https://github.com/znx3p0/canary]
siad - The Sia daemon
zenoh - zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.