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

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

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.