Skip to content

Ubuntu CLI Tool

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

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

This will:

  • Install UV if not present
  • Install required apt packages
  • Set up the project structure
  • Start all services
  • Open the services in your default browser
Terminal window
./ubuntu-mqs-cli.sh stop
Terminal window
./ubuntu-mqs-cli.sh status
  • Ubuntu 20.04 or later
  • Git (installed automatically if missing)
  • Node.js (installed automatically if missing)
  • Build essentials (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