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
- Host: GitHub
- URL: https://github.com/fabiokleis/rinha-de-backend-2024
- Owner: Fabiokleis
- License: apache-2.0
- Created: 2024-02-05T22:44:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T07:19:54.000Z (over 1 year ago)
- Last Synced: 2025-04-04T11:46:48.856Z (7 months ago)
- Topics: cowboy
- Language: Erlang
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Erlang - Rinha de Backend 2024

## 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
```