Skip to content

MQS CLI Tools

The MQS CLI tools provide a consistent way to manage your Data Engineering Boot Camp environment across different platforms. These tools handle the setup and management of:

  • Marimo notebooks
  • SQLite Web interface
  • Docling documentation
  • Logseq knowledge base

The MQS CLI is available for:

  • UV Integration: Uses UV for Python package management
  • Service Management: Handles starting and stopping all services
  • Token Management: Automatically manages Marimo authentication
  • Cross-Platform: Consistent experience across operating systems
  1. Download the appropriate CLI tool for your platform
  2. Make it executable (Unix-based systems)
  3. Run with ./mqs-cli.sh start (or equivalent for your platform)

The CLI manages the following services:

All tools use ~/.mqs as the base directory, containing:

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