Distributed systems you'd like to see in Rust?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • constellation

    Distributed programming for Rust. (by constellation-rs)

  • 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

  • sia

    Discontinued Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility. [Moved to: https://github.com/znx3p0/canary] (by znx3p0)

  • I’m actually writing something along the lines; take a look at https://github.com/znx3p0/sia

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • srpc

    Simple RPC system based on top of Canary

  • It's already on crates.io and has a book to get started, a simple but powerful RPC system and it supports multiple backends for communication (TCP, UNIX, more to come) and automatic encryption.

  • datafusion

    Apache DataFusion SQL Query Engine

  • This project looks cool: https://github.com/apache/arrow-datafusion

  • siad

    The Sia daemon

  • Note, however, that the name Sia clashes with Sia decentralized storage, blockchain, crypto https://sia.tech/ - which might confuse quite some people...

  • fluvio

    Lean and mean distributed stream processing system written in rust and web assembly.

  • canary

    Distributed systems library for making communications through the network easier, while keeping minimalism and flexibility. (by znx3p0)

  • Thanks for the heads-up! I'm renaming the project to Canary

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • juicefs

    JuiceFS is a distributed POSIX file system built on top of Redis and S3.

  • If you're looking for a POSIX filesystem that you can easily mount, you should checkout https://github.com/juicedata/juicefs. It uses S3 as a backend.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts