Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 431 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 431 Bytes

Projeto da Rinha de Backend - 2024/Q1

Rinha de backend 2024 q1

Stack

  • Kotlin 1.9.22
  • Undertow Server
  • GraalVM
  • H2 Database
  • HAProxy

Como gerar a imagem nativa

mvn native:compile

Como gerar a imagem docker

./gerar-imagem-docker.sh

Conhecimentos adquiridos

  • H2 Database
  • Lock Distribuido com Redis
  • Undertow Server