macOS
brew install apache-flinklocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für apache-flink in AI-Agent-Workflows.
Installation
brew install apache-flinklocal Homebrew formula metadata
nix profile install nixpkgs#flinknixpkgs package indexes · pkgs/by-name/fl/flink/package.nix · Quelle: api.github.com
Überblick
Scalable batch and stream data processing
Verlauf
Apache Flink is a distributed stream and batch processing engine for stateful computations over bounded and unbounded data streams, with APIs ranging from low-level DataStream jobs to Table API and SQL.
Flink grew out of the Stratosphere research project, which began in 2009 around TU Berlin and related European data-management research groups. The project entered the Apache Incubator in April 2014, released 0.6-incubating later that year, and graduated as an Apache top-level project in December 2014.
The ASF top-level announcement framed Flink as a system that deliberately combined streaming/pipelining and batch processing techniques. From early on, the project included its own serialization, memory management, and cost-based query optimization pieces, which made it more than just a wrapper around MapReduce-era execution.
Flink's early adoption story centered on companies experimenting with or adopting it for production data infrastructure. ASF's 2014 announcement quoted ResearchGate, Spotify, and Amadeus discussing production or exploratory use, while noting more than 70 contributors by the time of graduation.
Over time, Flink became a common choice for event-time processing, exactly-once state, streaming SQL, continuous ETL, and event-driven applications. Its ecosystem later externalized many connectors into separate Apache repositories, which matters for packages because the main flink CLI is only the core of a broader connector and deployment stack.
The Homebrew package exposes the flink command, which developers use to run and inspect jobs, interact with local clusters, and submit work to configured deployments. Apache's current stable docs describe Flink as designed for common cluster environments, in-memory speed, and scale.
Starting with Flink 2.0, Apache's docs say the supported configuration file is config.yaml in the conf directory. That makes $FLINK_HOME/conf/config.yaml the package-level config location for the current formula.
Flink is package-nerd material because it is both a developer CLI and a distributed runtime. A local install needs Java, shell scripts, a config directory, plugin/connectors, logs, and often a clear boundary between the package's $FLINK_HOME and the user's deployment configuration.
It is also one of the major Java data engines where versioning matters deeply: jobs, connectors, state formats, savepoints, and cluster versions are coupled enough that packaging the latest major line and a versioned 1.x line is practically useful.
Sicherheitslage
Für apache-flink wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
$FLINK_HOME/conf/config.yamlExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
flink | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:apache-flink |
|---|---|
| Version | 2.3.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/apache-flink |
| Homepage | https://flink.apache.org/ |
| Repository | https://github.com/apache/flink |
| Upstream-Dokumentation | https://nightlies.apache.org/flink/flink-docs-stable |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://www.apache.org/dyn/closer.lua?path=flink/flink-2.3.0/flink-2.3.0-bin-scala_2.12.tgz |
| Zuletzt aktualisiert | 2026-06-25T22:55:51Z |
| Pulse | updated |
| Abhängigkeiten | openjdk@21 |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | apache-flink |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
flink
nix profile install nixpkgs#flinkQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.