-
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
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
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
-
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.
-
This project looks cool: https://github.com/apache/arrow-datafusion
-
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. Alternative to Kafka + Flink in one.
-
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
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
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.