• Stars
    star
    1
  • Language
    Rust
  • Created 8 months ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Stock management system that takes orders from both local stores and ecommerce sites, creating a distributed stores network using async programming and actors. Each store has eventual consistency on the current stock of every store connected to the network. Orders are made through an order file or through a the CLI.