An open API service indexing awesome lists of open source software.

https://github.com/guilhermestracini/poc-rust-microservice

🔬 Proof of Concept of a microservice in Rust
https://github.com/guilhermestracini/poc-rust-microservice

microservice poc rs rust

Last synced: 12 months ago
JSON representation

🔬 Proof of Concept of a microservice in Rust

Awesome Lists containing this project

README

          

# PoC Rust - Microservice

🔬 Proof of Concept of a microservice in Rust

[![wakatime](https://wakatime.com/badge/github/GuilhermeStracini/POC-rust-Microservice.svg)](https://wakatime.com/badge/github/GuilhermeStracini/POC-rust-Microservice)
[![Maintainability](https://api.codeclimate.com/v1/badges/89ec8897c5b1c61b755d/maintainability)](https://codeclimate.com/github/GuilhermeStracini/POC-rust-Microservice/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/89ec8897c5b1c61b755d/test_coverage)](https://codeclimate.com/github/GuilhermeStracini/POC-rust-Microservice/test_coverage)
[![CodeFactor](https://www.codefactor.io/repository/github/GuilhermeStracini/POC-rust-Microservice/badge)](https://www.codefactor.io/repository/github/GuilhermeStracini/POC-rust-Microservice)
[![GitHub license](https://img.shields.io/github/license/GuilhermeStracini/POC-rust-Microservice)](https://github.com/GuilhermeStracini/POC-rust-Microservice)
[![GitHub last commit](https://img.shields.io/github/last-commit/GuilhermeStracini/POC-rust-Microservice)](https://github.com/GuilhermeStracini/POC-rust-Microservice)

---

## Useful links

- [Building a Microservice with Rust](https://medium.com/@diego_pacheco/building-a-microservice-with-rust-957420f196fc)
- [Building a microservice with Rust](https://medium.com/tenable-techblog/building-a-microservice-with-rust-23a4de6e5e14)
- [Building microservices in Rust with Spin](https://blog.logrocket.com/build-microservices-rust-spin/)
- [Building a production-ready REST microservice in Rust](https://apatisandor.hu/blog/production-ready-microservice-rust/)
- [Building a Microservice Architecture using Rust](https://reintech.io/blog/building-microservice-architecture-using-rust)
- [Using Rust for Microservices](https://medium.com/@wiederinchristoph/using-rust-for-microservices-f17a823e80a3)
- [In search of ideal Rust microservice template](https://softwaremill.com/in-search-of-ideal-rust-microservice-template/)
- [Template for a microservice based on Domain Driven Design principles with Rust](https://github.com/nkz-soft/rust-microservice-template)