Jump to content

Connect SuperML | Leeroopedia MCP: Equip your AI agents with best practices, code verification, and debugging knowledge. Powered by Leeroo — building Organizational Superintelligence. Contact us at founders@leeroo.com.

Principle:Ucbepic Docetl Playground Setup

From Leeroopedia


Knowledge Sources
Domains DevOps, Web_Application
Last Updated 2026-02-08 01:40 GMT

Overview

A deployment principle for setting up and launching the DocWrangler interactive web playground using Docker or manual installation.

Description

Playground Setup establishes the two-tier architecture of the DocWrangler playground: a FastAPI backend (port 8000) handling pipeline execution, file management, and document conversion, and a Next.js frontend (port 3000) providing the visual pipeline builder. The setup supports both Docker Compose for one-command deployment and manual installation for development.

Usage

Apply this principle when you want to interactively build and refine DocETL pipelines through a visual web interface rather than editing YAML files directly.

Theoretical Basis

Two-tier web application deployment:

  1. Backend: FastAPI server with CORS, health checks, and route modules
  2. Frontend: Next.js application with React components for pipeline editing
  3. Communication: REST API for CRUD operations, WebSocket for real-time execution streaming
  4. Isolation: Namespace-based file isolation for multi-user support

Related Pages

Implemented By

Page Connections

Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment