macOS CLI Tool
macOS CLI Tool
Section titled “macOS CLI Tool”The macOS version of the MQS CLI tool provides a seamless experience for managing your Data Engineering Boot Camp environment on macOS.
Installation
Section titled “Installation”- Download the script:
curl -O https://raw.githubusercontent.com/your-repo/mac-mqs-cli.sh- Make it executable:
chmod +x mac-mqs-cli.shStart Services
Section titled “Start Services”./mac-mqs-cli.sh startThis will:
- Install UV if not present
- Install required Homebrew packages
- Set up the project structure
- Start all services
- Open the services in your default browser
Stop Services
Section titled “Stop Services”./mac-mqs-cli.sh stopCheck Status
Section titled “Check Status”./mac-mqs-cli.sh statusRequirements
Section titled “Requirements”- macOS 10.15 or later
- Homebrew (installed automatically if missing)
- Git (installed automatically if missing)
- Node.js (installed automatically if missing)
Services
Section titled “Services”The tool manages these services:
- Marimo: http://localhost:2718
- SQLite Web: http://localhost:8081
- Docling: http://localhost:8082
- Logseq: Installed via Homebrew cask
Directory
Section titled “Directory”All files are stored in ~/.mqs/:
~/.mqs/├── notebooks/ # Marimo notebooks├── data/ # SQLite database├── pages/ # Logseq pages└── logs/ # Service logs