Skip to content

Windows CLI Tool

The Windows version of the MQS CLI tool provides a PowerShell-based solution for managing your Data Engineering Boot Camp environment on Windows.

  1. Download the script:
Terminal window
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/your-repo/win-mqs-cli.ps1" -OutFile "win-mqs-cli.ps1"
  1. Set execution policy (if needed):
Terminal window
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Terminal window
.\win-mqs-cli.ps1 start

This will:

  • Install UV if not present
  • Install required Chocolatey packages
  • Set up the project structure
  • Start all services
  • Open the services in your default browser
Terminal window
.\win-mqs-cli.ps1 stop
Terminal window
.\win-mqs-cli.ps1 status
  • Windows 10 or later
  • PowerShell 5.1 or later
  • Chocolatey (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 %USERPROFILE%\.mqs\:

%USERPROFILE%\.mqs\
├── notebooks\ # Marimo notebooks
├── data\ # SQLite database
├── pages\ # Logseq pages
└── logs\ # Service logs