> ## Documentation Index
> Fetch the complete documentation index at: https://docs.telophasehq.com/llms.txt
> Use this file to discover all available pages before exploring further.

# tangent run

> Tangent runtime

Start the runtime with your configured **sources → plugins → sinks**.

```bash theme={null}
tangent run --config tangent.yaml
```

**What it does**

* Pull data from **sources**
* Passes data to **plugins**
* Writes to the **sink** named in each output (or the **default** sink)

**Tips**

* Use `RUST_LOG=info` (or `debug`) to see more runtime logs.
* Start with the **File** or **Socket** source, then swap in SQS/MSK.

See also: [tangent.yaml](/configuration/tangent-yaml), [bench](/cli/bench), [test](/cli/plugin/test).
