Skip to content

Dolpheyn/dist-rust-buted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Distributed Systems

Project moved

Due to this:

❯ cargo b
error: failed to determine package fingerprint for build script for dist-rust-buted v0.1.0 (/path/to/dolpheyn/dist-rust-buted)

Caused by:
  failed to determine the most recently modified file in /path/to/dolpheyn/dist-rust-buted

Caused by:
  failed to determine list of files in /path/to/dolpheyn/dist-rust-buted

Caused by:
  failed to open git index at /path/to/dolpheyn/dist-rust-buted/.git/

Caused by:
  invalid data in index - calculated checksum does not match expected; class=Index (10)

Objectives

  • Build a service discovery system
  • Endpoints described & generated w protobuf
  • Build client SDK for each service
  • Build a dumb math service (1 service for each math operation like add, subtract etc.).
    • Make each operation service register itself.
    • Each service needs to know the service discovery system's IP. Maybe take the value from config (shared file).
  • Have a service as entrypoint.

Tasks

About

Building a toy distributed system in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages