https://github.com/diogomassis/rinha-2025
π Rinha de Backend 2025
https://github.com/diogomassis/rinha-2025
docker golang grpc nginx redis
Last synced: 3 months ago
JSON representation
π Rinha de Backend 2025
- Host: GitHub
- URL: https://github.com/diogomassis/rinha-2025
- Owner: diogomassis
- Created: 2025-07-22T01:49:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-27T20:00:02.000Z (11 months ago)
- Last Synced: 2025-07-27T21:29:55.107Z (11 months ago)
- Topics: docker, golang, grpc, nginx, redis
- Language: Go
- Homepage: https://github.com/zanfranceschi/rinha-de-backend-2025
- Size: 85.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rinha de Backend - 2025
Implementation of the "Rinha de Backend" challenge in Golang, prioritizing high performance, efficient concurrency and resilient fallback mechanisms for payment processors.
## Description
This project contains the source code for the βRinha de Backend - 2025β challenge, which consists of developing a backend application that intermediates payment requests for a payment processing service called `Payment Processor`.
To access the challenge details, visit: [Rinha de Backend - 2025](https://github.com/zanfranceschi/rinha-de-backend-2025).
## Technology
- **Golang**: The primary programming language used for developing the backend services.
- **Docker**: Containerization platform used for packaging the application and its dependencies.
- **PostgreSQL**: Relational database management system used for storing and managing application data.
- **Nginx**: Web server used as a reverse proxy and load balancer for the backend services.