Jamesmallon1 / rust-simple-event-driven-microservices
"Simple Event-Driven Microservice Architecture in Rust" is an open-source project showcasing the simplicity and efficiency of building microservices in Rust. This minimalistic project demonstrates an e-commerce backend system, featuring just two microservices: Catalog and Order.
☆17Updated last year
Alternatives and similar repositories for rust-simple-event-driven-microservices:
Users that are interested in rust-simple-event-driven-microservices are comparing it to the libraries listed below
- In this article, we'll explore how to create a robust API that supports Create, Read, Update, and Delete operations using the Axum framew…☆30Updated last year
- A simple CRUD backend app using Axum, Sqlx, Validator & JWT