All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Tangent: High-Performance Stream Processing Toolkit with WASM Sandbox and DSL-Free Plugin Architecture

By

ethanblackburn

6mo ago· 2 min readenCode

Summary

Tangent is a high-performance stream processing toolkit that enables users to write and share plugins (user-defined functions) without requiring domain-specific languages (DSLs). The system runs plugins in a lightweight WebAssembly (WASM) sandbox for near-native speed and language flexibility, avoiding vendor-locked runtimes. It's designed for easy creation and sharing of common data transformations, such as converting GuardDuty findings to OCSF format.

Key quotes

· 4 pulled
Tangent is a stream‑processing toolkit that treats plugins (user‑defined functions) as first‑class citizens – exceptionally easy to write and share.
Plugins run in a lightweight WASM sandbox with near-native speed and full language flexibility — no DSLs, no vendor-locked runtimes.
Perfect for vibe-coding those pesky log transformations.
Plugins are designed to be shareable, so common transformations (e.g. GuardDuty findings → OCSF) can be written once and reused.
Snippet from the RSS feed
High-performance, DSL-free stream processing. Contribute to telophasehq/tangent development by creating an account on GitHub.

You might also wanna read