Stdin
Install
See the Install guide for the full setup, including Windows PowerShell.
curl -fsSL https://install.skippr.io/install.sh | shClick to copyReads data from standard input.
Configuration
yaml
source:
kind: stdin
mode: json| Field | Default | Description |
|---|---|---|
mode | Input format mode |
CLI
bash
skippr connect source stdin \
--mode json| Flag | Description |
|---|---|
--mode | Input format mode |
Authentication
No connector-specific authentication is required.
Permissions or Network Requirements
No extra permissions are required, but the upstream process must write data in the selected input mode and keep stdin open long enough for Skippr to read it.
Troubleshooting
| Symptom | Fix |
|---|---|
| no records are ingested | Check that the upstream process is piping data into stdin and that --mode matches the input format. |
| parse errors | Verify the piped payload is valid for the selected mode and that record boundaries are what you expect. |
Next steps
- Pair this source with a destination from Destination Connectors.
- See How It Works for the end-to-end pipeline flow.
Install
See the Install guide for the full setup, including Windows PowerShell.
curl -fsSL https://install.skippr.io/install.sh | shClick to copy