# Flink

> A distributed system for stateful, high-throughput, low-latency data processing

- HTML version: https://robbiepalmer.me/technologies/flink
- Website: https://flink.apache.org

## Ideas this technology builds on or exposes

- [Directed Acyclic Graph (DAG)](https://robbiepalmer.me/ideas/directed-acyclic-graph.md): A directed graph with no path that loops back to its starting node, useful for representing dependencies and executable plans.
- [Stream/Table Duality](https://robbiepalmer.me/ideas/stream-table-duality.md): A stream can describe the changes to a table, while a table represents the latest state produced by those changes.

## Blog posts

- [Uniting the Machine Learning and Data Streaming Ecosystems - Part 2](https://robbiepalmer.me/blog/2023-04-04-uniting-machine-learning-data-streaming-2.md) — 2023-04-04

---

Markdown index of this site: https://robbiepalmer.me/llms.txt
