Skip to content

The fly.io distributed systems challenges solved in Rust.

License

Notifications You must be signed in to change notification settings

JohnBasrai/tumult

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The fly.io distributed systems challenges solved in Rust.

Currently have solutions for the following challenges: Echo, Unique ID Generation, and Broadcast

The next challenge is Grow-Only Counter which apparently requires go RPC client to talk to the maelstrom server seq-kv over a back channel. I'm still thinking about how to solve that issue. The first thing that comes to mind is to run go as separate process which rust will call each time it is needed and make synchronous call to it using Rust's std::process:Command.

About

The fly.io distributed systems challenges solved in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages