Xorq provides command-line tools for building, running, and managing your data and ML pipelines.
Project management
| init |
Create a Xorq project. |
| build |
Compile a Xorq expression into a reusable artifact that can be executed later. |
| uv-build |
Build a Xorq expression using uv for dependency management. |
| run |
Executes a built expression artifact and outputs the results in your desired format. |
| uv-run |
Run a built expression artifact using uv for dependency management. |
Serving and deployment
| serve-flight-udxf |
Deploys UDXF nodes to a Flight Server, enabling remote execution and data serving. |
| serve-unbound |
Serve an unbound expression via Flight Server. |
Analysis and management
| lineage |
Track and display data lineage information. |
| ps |
List running Xorq processes. |
| catalog |
Manage the compute catalog (add, ls, info, rm, diff-builds). |