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

https://github.com/jonathanperis/rinha2-back-end-postgrest

PostgREST, Postgresql, Nginx e ódio
https://github.com/jonathanperis/rinha2-back-end-postgrest

Last synced: about 1 year ago
JSON representation

PostgREST, Postgresql, Nginx e ódio

Awesome Lists containing this project

README

          

# Rinha de Backend - Segunda Edição

Versão PostgREST da [rinha de backend 2ª edição - 2024/Q1](https://github.com/zanfranceschi/rinha-de-backend-2024-q1).

## Stack

- postgrest
- nginx
- postgresql

## Rodando o projeto

```bash
docker compose up -d nginx --build
```

## Versões alternativas

### Implementações que elaborei em outras linguagens

- [rinha2-back-end-dotnet](https://github.com/jonathanperis/rinha2-back-end-dotnet)
- [rinha2-back-end-go](https://github.com/jonathanperis/rinha2-back-end-go)
- [rinha2-back-end-rust](https://github.com/jonathanperis/rinha2-back-end-rust)
- [rinha2-back-end-python](https://github.com/jonathanperis/rinha2-back-end-python)