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
- Host: GitHub
- URL: https://github.com/guilhermestracini/poc-rust-microservice
- Owner: GuilhermeStracini
- License: mit
- Created: 2020-01-19T23:22:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T03:13:45.000Z (over 1 year ago)
- Last Synced: 2025-01-29T13:28:26.861Z (over 1 year ago)
- Topics: microservice, poc, rs, rust
- Homepage: https://guilhermestracini.github.io/POC-rust-microservice/
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoC Rust - Microservice
🔬 Proof of Concept of a microservice in Rust
[](https://wakatime.com/badge/github/GuilhermeStracini/POC-rust-Microservice)
[](https://codeclimate.com/github/GuilhermeStracini/POC-rust-Microservice/maintainability)
[](https://codeclimate.com/github/GuilhermeStracini/POC-rust-Microservice/test_coverage)
[](https://www.codefactor.io/repository/github/GuilhermeStracini/POC-rust-Microservice)
[](https://github.com/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)