Skip to content

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.

  1. Download the script:
Terminal window
curl -O https://raw.githubusercontent.com/your-repo/mac-mqs-cli.sh
  1. Make it executable:
Terminal window
chmod +x mac-mqs-cli.sh
Terminal window
./mac-mqs-cli.sh start

This 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
Terminal window
./mac-mqs-cli.sh stop
Terminal window
./mac-mqs-cli.sh status
  • macOS 10.15 or later
  • Homebrew (installed automatically if missing)
  • Git (installed automatically if missing)
  • Node.js (installed automatically if missing)

The tool manages these services:

All files are stored in ~/.mqs/:

~/.mqs/
├── notebooks/ # Marimo notebooks
├── data/ # SQLite database
├── pages/ # Logseq pages
└── logs/ # Service logs