Windows CLI Tool
Windows CLI Tool
Section titled “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.
Installation
Section titled “Installation”- Download the script:
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/your-repo/win-mqs-cli.ps1" -OutFile "win-mqs-cli.ps1"- Set execution policy (if needed):
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUserStart Services
Section titled “Start Services”.\win-mqs-cli.ps1 startThis 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
Stop Services
Section titled “Stop Services”.\win-mqs-cli.ps1 stopCheck Status
Section titled “Check Status”.\win-mqs-cli.ps1 statusRequirements
Section titled “Requirements”- 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)
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 Chocolatey
Directory
Section titled “Directory”All files are stored in %USERPROFILE%\.mqs\:
%USERPROFILE%\.mqs\├── notebooks\ # Marimo notebooks├── data\ # SQLite database├── pages\ # Logseq pages└── logs\ # Service logs