|
20 | 20 | - [Contributing](#contributing) |
21 | 21 |
|
22 | 22 |
|
23 | | -Local-first data engineering and AI/DS workspace with dockerized services, helper scripts, and Python clients. |
| 23 | +Local-first Data engineering and AI workspace with dockerized services, helper scripts, and Python clients. |
24 | 24 |
|
25 | 25 | - AI agents (Ollama + Open WebUI) |
26 | 26 | - Object storage (MinIO) with event bus (RabbitMQ) |
27 | 27 | - Centralized structured logging (Seq) |
28 | 28 | - RStudio Server for R analytics |
29 | | -- Ubuntu provisioning notes and developer setup scripts |
| 29 | +- Ubuntu provisioning notes and developer setup scripts. |
30 | 30 |
|
31 | 31 |
|
32 | 32 | ## Repository structure |
33 | 33 |
|
34 | 34 | ``` |
35 | 35 | |--. |
36 | | - | -- ai-agents/ # Local AI stack (Ollama + Open WebUI) and model bootstrap |
37 | | - | -- development/ # One-off scripts to set up dev tools on Ubuntu |
38 | | - | -- minio/ # MinIO object storage: server compose + Python client |
39 | | - | -- pipelines/ # AutoML pipeline docs and diagrams (conceptual) |
40 | | - | -- rstudio-server/ # RStudio Server via Docker Compose (+ R frameworks notes) |
41 | | - | -- seq/ # Seq logging: server compose + Python client |
42 | | - | -- ubuntu-os/ # Ubuntu 24.04 tips, packages, disks/network, users |
| 36 | +| |-- ai-agents/ # Local AI stack (Ollama + Open WebUI) and model bootstrap |
| 37 | +| |-- development/ # One-off scripts to set up dev tools on Ubuntu |
| 38 | +| |-- minio/ # MinIO object storage: server compose + Python client |
| 39 | +| |-- pipelines/ # AutoML pipeline docs and diagrams (conceptual) |
| 40 | +| |-- rstudio-server/ # RStudio Server via Docker Compose (+ R frameworks notes) |
| 41 | +| |-- seq/ # Seq logging: server compose + Python client |
| 42 | +| |-- ubuntu-os/ # Ubuntu 24.04 tips, packages, disks/network, users |
| 43 | +| `-- README.md |
43 | 44 | ``` |
44 | 45 |
|
45 | 46 |
|
@@ -224,11 +225,11 @@ Most services read configuration from simple `.env` files or inline compose env. |
224 | 225 |
|
225 | 226 | Folder: `development/` — curated scripts for setting up a workstation/server. |
226 | 227 |
|
227 | | -- `install_docker.sh` — Docker Engine + Compose |
228 | | -- `install_conda.sh` — Miniconda |
| 228 | +- `docker.sh` — Docker Engine + Compose |
| 229 | +- `conda.sh` — Miniconda |
229 | 230 | - `uv_and_ruff.sh` — Python packaging (uv) and linting (ruff) |
230 | | -- `install_dotnet_tools.sh` — .NET SDK |
231 | | -- `install_azure_tools.sh` — Azure CLI/tools |
| 231 | +- `dotnet_tools.sh` — .NET SDK |
| 232 | +- `azure_tools.sh` — Azure CLI/tools |
232 | 233 | - `git_configure.sh` — Git username/email and quality-of-life settings |
233 | 234 | - plus others for CI/CD, system design, and optional tools |
234 | 235 |
|
|
0 commit comments