Everything is a File: Applying Unix Philosophy to Modern Data Management
How virtual filesystem interfaces turned my scattered data tools into navigable, composable systems
Browse posts by tag
How virtual filesystem interfaces turned my scattered data tools into navigable, composable systems
A production-ready implementation of relational algebra for JSONL data with full support for nested structures. jsonl-algebra brings dotsuite's dotrelate concepts to production with streaming operations, schema inference, and composable pipelines.
A mathematically grounded ecosystem of composable tools for manipulating nested data structures. From simple helper functions to sophisticated data algebras, guided by purity, pedagogy, and the principle of least power.
I keep coming back to the Unix philosophy: do one thing well, compose freely, use text streams.
This isn’t nostalgia. It’s a design principle that scales from command-line tools to library APIs to distributed systems.