Files
Lakehouse/README.md
T
Lakehouse Admin 007f6cedc5 Document full application landscape and collect Docker configs
- Add docs/landscape.md and docker-inventory.md with Mermaid architecture
- Add config/docker per host (db02, lake01, kafka01) and objectscale/elastic refs
- Add live architecture page at icons/docs/architecture.html
- Homepage OPS tab: Lakehouse Architecture group with diagram link
- Add scripts/collect/collect-fleet-config.sh to refresh configs from fleet
2026-05-19 23:01:47 +02:00

1.2 KiB

ATC Lakehouse

Infrastructure-as-code and documentation for the Dell ATC Forward Deployed Engineering lab.

Start here

Resource Link
Live architecture diagram http://atc-docker01.dell-atc.lan:8080/docs/architecture.html
Dashboard http://atc-docker01.dell-atc.lan/
Application landscape (doc) docs/landscape.md
Docker inventory docs/docker-inventory.md

Repository layout

├── config/           # App config: homepage, kafka, docker per host, objectscale, elastic
├── compose/          # Docker Compose stacks
├── deploy/           # Combined deploy compose files
├── docs/             # Documentation as code
├── inventory/        # Container snapshots
├── rss-proxy/        # RSS proxy for homepage
└── scripts/          # deploy/, setup/, collect/

See docs/landscape.md for the full application map.

Quick deploy (atc-docker01)

cd /root/lakehouse
cp .env.example .env
./scripts/deploy/deploy-atc-docker01.sh

Git remote

http://atc-mgt01.dell-atc.lan:3001/mo/Lakehouse