Your First Pipeline¶
This page walks through the intended first-pipeline experience.
Example content
This page is a proof-of-concept. Update screenshots and exact field names once the UI stabilizes.
Goal¶
Create a simple pipeline that:
- Reads data from a source.
- Transforms the data.
- Produces an output artifact or writes to a destination.
Step 1: Create a project¶
Open SchemAlign and create or select a project.
Projects group related pipelines, nodes, accounts, and run history.
Step 2: Add a source node¶
Add a source node, such as an HTTP GET node.
Example URL:
Step 3: Add a transform node¶
Connect the source node to a SQL Transform node.
Use SQL to shape, filter, map, or align the source data.
Step 4: Add an output node¶
Add a destination or output artifact node.
Step 5: Run and review¶
Run the pipeline and review:
- node status
- generated artifacts
- validation messages
- logs
- run duration
- any error details