13 lines
529 B
Markdown
Executable File
13 lines
529 B
Markdown
Executable File
# Apps
|
|
|
|
This directory is reserved for demo applications.
|
|
|
|
Suggested future additions:
|
|
|
|
- `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.
|
|
|
|
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.
|
|
|