MQS CLI Tools
MQS CLI Tools
Section titled “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
Platform Support
Section titled “Platform Support”The MQS CLI is available for:
Features
Section titled “Features”- 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
Quick Start
Section titled “Quick Start”- Download the appropriate CLI tool for your platform
- Make it executable (Unix-based systems)
- Run with
./mqs-cli.sh start(or equivalent for your platform)
Services
Section titled “Services”The CLI manages the following services:
- Marimo: Interactive notebooks at http://localhost:2718
- SQLite Web: Database management at http://localhost:8081
- Docling: Documentation server at http://localhost:8082
- Logseq: Knowledge base in your MQS directory
Directory Structure
Section titled “Directory Structure”All tools use ~/.mqs as the base directory, containing:
~/.mqs/├── notebooks/ # Marimo notebooks├── data/ # SQLite database├── pages/ # Logseq pages└── logs/ # Service logs