Skip to content

Commit 9681d1d

Browse files
committed
Renaming and remove deprecated
1 parent c443b41 commit 9681d1d

7 files changed

Lines changed: 17 additions & 47 deletions

File tree

README.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,26 +20,27 @@
2020
- [Contributing](#contributing)
2121

2222

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.
2424

2525
- AI agents (Ollama + Open WebUI)
2626
- Object storage (MinIO) with event bus (RabbitMQ)
2727
- Centralized structured logging (Seq)
2828
- RStudio Server for R analytics
29-
- Ubuntu provisioning notes and developer setup scripts
29+
- Ubuntu provisioning notes and developer setup scripts.
3030

3131

3232
## Repository structure
3333

3434
```
3535
|--.
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
4344
```
4445

4546

@@ -224,11 +225,11 @@ Most services read configuration from simple `.env` files or inline compose env.
224225

225226
Folder: `development/` — curated scripts for setting up a workstation/server.
226227

227-
- `install_docker.sh` — Docker Engine + Compose
228-
- `install_conda.sh` — Miniconda
228+
- `docker.sh` — Docker Engine + Compose
229+
- `conda.sh` — Miniconda
229230
- `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
232233
- `git_configure.sh` — Git username/email and quality-of-life settings
233234
- plus others for CI/CD, system design, and optional tools
234235

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
# 1. Install .NET 9 ----
88
# install
99
sudo add-apt-repository ppa:dotnet/backports
10-
sudo apt-get update && \
11-
sudo apt-get install -y dotnet-sdk-9.0
10+
11+
sudo apt update && \
12+
sudo apt install -y dotnet-sdk-9.0
1213
# validate
1314
dotnet --info
1415

development/install_eth_node.sh

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)