Translate lab documentation to English
Some checks failed
Repo Quality / structure (push) Has been cancelled
Terraform Validate / validate (push) Has been cancelled

This commit is contained in:
Rodrigo Pace
2026-05-08 14:50:52 -03:00
parent cde150b705
commit 52bf971b8b
33 changed files with 939 additions and 702 deletions

View File

@@ -1,12 +1,12 @@
# Apps
Este diretório é reservado para aplicações de demonstração.
This directory is reserved for demo applications.
Sugestão de evolução:
Suggested future additions:
- `springboot-app`: aplicação enterprise propagando identidade do usuário final.
- `ai-agent-demo`: agente AI que gera SQL e executa consultas sob contexto controlado.
- `bi-simulator`: cliente simples para simular BI ad hoc.
- `springboot-app`: enterprise-style application propagating the end-user identity.
- `ai-agent-demo`: AI agent that generates SQL and runs queries under controlled user context.
- `bi-simulator`: simple client to simulate ad hoc BI access.
Mantenha apps independentes da infraestrutura. Eles devem receber connect strings, wallets e secrets por variáveis de ambiente ou secret manager, nunca por arquivos versionados.
Keep applications independent from the infrastructure. They should receive connection strings, wallets, and secrets through environment variables or a secret manager, never through versioned files.