Build, orchestrate, and visualize high-performance data pipelines with Zem. The first unified framework designed for the MCP era.
name: medical_cleaning_pipeline
servers:
nemo: src/xfmr_zem/servers/nemo_curator/server.py
dj: src/xfmr_zem/servers/data_juicer/server.py
pipeline:
- nemo.pii_removal:
input: {anonymize_names: true}
- dj.clean_html: {}
Standalone, modular servers for domain logic. Bypasses async complexity with robust stdio communication.
Automatic tracking and visualization of every step. Wows stakeholders with beautiful pipeline graphs.
No more tangled code. Define or modify complex pipelines by simply editing a YAML file.
Pre-configured tools for Medical, Legal, and Finance industries out of the box.
Zem acts as the bridge between modular processing units (MCP Servers) and professional orchestration (ZenML). Every execution is tracked, every artifact is versioned, and every step is descriptively labeled.