Guides
Task-oriented walkthroughs for the things people do with twitch.
Each guide is built around a job rather than a command. They assume you have run the quick start.
- Collect data: turn commands into datasets with jq, CSV, and a database tee.
- Resource URIs: use twitch as a
database/sql-style driver so a host can address Twitch astwitch://URIs. - Add a command: model a Twitch record and turn it into a command, a route, and a tool at once.
Add a command
Model a Twitch record and expose it as a command, a route, and a tool at once.
Resource URIs
Use twitch as a database/sql-style driver so a host program can address Twitch as twitch:// URIs.
Collect data
Turn twitch commands into datasets: pipe to jq, build a CSV, or tee straight into a database.