Getting Started
This section walks you through setting up Spade from scratch. By the end, you will have installed the Spade CLI, run a pipeline, and created a custom block.
Guides in this section🔗
- Installation — Install the Spade CLI
- Your First Pipeline — Write and run a two-block pipeline
- Your First Block (Python) — Create a custom block in Python
- Your First Block (R) — Create a custom block in R
For TypeScript, Go, and Rust, see the library quickstarts.
Installation
Install the Spade CLI and set up your local environment.
Read →Your First Pipeline
Create, validate, and run a simple two-block pipeline.
Read →Your First Block
Create a custom processing block from scratch using Python.
Read →Your First R Block
Create a custom Spade block in R from scratch.
Read →