Skip to main content
Start the runtime with your configured sources → plugins → sinks.
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, bench, test.