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

https://github.com/fabiokleis/rinha-de-backend-2024

erlang - rinha de backend 2024 https://github.com/zanfranceschi/rinha-de-backend-2024-q1
https://github.com/fabiokleis/rinha-de-backend-2024

cowboy

Last synced: 6 months ago
JSON representation

erlang - rinha de backend 2024 https://github.com/zanfranceschi/rinha-de-backend-2024-q1

Awesome Lists containing this project

README

          

# Erlang - Rinha de Backend 2024

![image](https://github.com/Fabiokleis/rinha-de-backend-2024/assets/66813406/80153942-2b49-43ac-95a7-3c0a8000871d)

## fabiokleis
submissão feita com:
- nginx como load balancer
- postgres como banco de dados
- erlang para api com as libs cowboy e pgo
- [repositório da api](https://github.com/fabiokleis/rinha-de-backend-2024)

[@fabiokleis](https://twitter.com/FabioKleis) @ twitter

Por favor não julgue meu código erlang e sql.

## Build
```shell
rebar3 release
```

```shell
rebar3 shell
```

## Deploy
```shell
docker build -t fishingboo/erlang-rinher-api:latest . &&
docker push fishingboo/erlang-rinher-api:latest
```
```shell
docker-compose up
```
```shell
docker-compose down
```