Explore >> Select a destination


You are here

gist.github.com
| | www.michael-noll.com
4.8 parsecs away

Travel
| | In this article, perhaps the first in a mini-series, I want to explain the concepts of streams and tables in stream processing and, specifically, in Apache K...
| | blog.florimondmanca.com
5.6 parsecs away

Travel
| | It's about time you met streaming data! I'm sure you two and Apache Kafka will do great things together.
| | riffle.systems
6.2 parsecs away

Travel
| | We're exploring an approach to simplifying app development: storing all application and UI state in a client-side reactive relational database that provides a structured dataflow model.
| | lambdaland.org
32.6 parsecs away

Travel
| Wikipedia1 cites a few different sources on what "Unix Philosophy" is. Peter Salus summarizes it as: Write programs that do one thing and do it well. Write programs to work together. Write programs to handle text streams, because that is a universal interface. That second bullet point is my favorite: making composable programs rather than monolithic systems. In this way, Unix is designed to be a forge for easily building new tools. The first rule-writing programs that do one thing well-is largely a means...