2026-05-19 22:28:01 +02:00
|
|
|
# ATC Lakehouse
|
|
|
|
|
|
2026-05-19 23:01:47 +02:00
|
|
|
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](docs/landscape.md) |
|
|
|
|
|
| **Docker inventory** | [docs/docker-inventory.md](docs/docker-inventory.md) |
|
2026-05-19 22:28:01 +02:00
|
|
|
|
2026-05-19 22:46:40 +02:00
|
|
|
## Repository layout
|
2026-05-19 22:28:01 +02:00
|
|
|
|
|
|
|
|
```
|
2026-05-19 23:01:47 +02:00
|
|
|
├── config/ # App config: homepage, kafka, docker per host, objectscale, elastic
|
|
|
|
|
├── compose/ # Docker Compose stacks
|
|
|
|
|
├── deploy/ # Combined deploy compose files
|
2026-05-19 22:46:40 +02:00
|
|
|
├── docs/ # Documentation as code
|
2026-05-19 23:01:47 +02:00
|
|
|
├── inventory/ # Container snapshots
|
|
|
|
|
├── rss-proxy/ # RSS proxy for homepage
|
|
|
|
|
└── scripts/ # deploy/, setup/, collect/
|
2026-05-19 22:28:01 +02:00
|
|
|
```
|
|
|
|
|
|
2026-05-19 23:01:47 +02:00
|
|
|
See [docs/landscape.md](docs/landscape.md) for the full application map.
|
2026-05-19 22:28:01 +02:00
|
|
|
|
2026-05-19 23:01:47 +02:00
|
|
|
## Quick deploy (atc-docker01)
|
2026-05-19 22:28:01 +02:00
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
cd /root/lakehouse
|
2026-05-19 23:01:47 +02:00
|
|
|
cp .env.example .env
|
2026-05-19 22:28:01 +02:00
|
|
|
./scripts/deploy/deploy-atc-docker01.sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Git remote
|
|
|
|
|
|
2026-05-19 23:01:47 +02:00
|
|
|
http://atc-mgt01.dell-atc.lan:3001/mo/Lakehouse
|