macOS
brew install vineyardlocal Homebrew formula metadata
brew
In-memory immutable data manager. (Project under CNCF). Version 0.24.4 via Homebrew; verified 2026-06-25.
install
brew install vineyardlocal Homebrew formula metadata
overview
In-memory immutable data manager. (Project under CNCF)
history
Vineyard, also styled v6d, is an in-memory immutable data manager for sharing distributed data between analytics systems without copying it through files or serialization layers. Its own documentation frames it as infrastructure for graph analytics, numerical computing, and machine-learning workflows where intermediate data must move between engines such as GraphScope, Mars, PyTorch, Spark, Hive, Airflow, Flyte, Kubeflow Pipelines, and Kubernetes-native jobs.
The public GitHub repository was created in October 2020, and the project entered the Cloud Native Computing Foundation sandbox on April 28, 2021. CNCF annual reviews describe the original maintainer base as Alibaba-led, with early focus on high-level distributed objects such as tensors, tables, graphs, and streams, plus polyglot SDKs for C++, Python, and Java.
By the 2023 CNCF review, Vineyard had expanded its language and workflow surface to include Python, Go, Rust, Java, Kubernetes integration, workflow-engine integrations, and an academic paper, 'Vineyard: Optimizing Data Sharing in Data-Intensive Analytics,' published at SIGMOD 2023. The project presented itself as a cloud-native object store for complex AI and analytics pipelines where intermediate data exchange is a bottleneck.
CNCF review documents report early adoption and evaluation in GraphScope, Mars-related workflows, the ESRF BLISS environment, and PingAn research platforms. The 2023 review says PingAn Tech had moved Vineyard into production for dataset sharing and management, while StartDT/Qidianyun was evaluating it for Python-centric data processing pipelines.
The same CNCF reviews show community growth from the sandbox entry period into 2023, including a reported move from roughly 26 to 40 contributors and from 600-plus to about 750 GitHub stars between the 2022 and 2023 annual reviews. Those figures are self-reported by the project in CNCF governance material rather than independent market-share data.
In practice, Vineyard is used as a shared-memory/object-store layer between steps in a data workflow. A producer writes distributed dataframes, tensors, graphs, streams, or other registered object types into Vineyard; consumers in other systems retrieve those objects by id and operate on them without the usual copy-heavy detour through external storage.
Its package-nerd niche is cloud-native data plumbing: the command-line and daemon pieces matter less as user-facing utilities than as the runtime substrate behind Python APIs, Kubernetes operators, scheduler plugins, workflow integrations, and data-system connectors.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
vineyard-graph-loader | cli | global executable | |
vineyardd | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:vineyard |
|---|---|
| Version | 0.24.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/vineyard |
| Homepage | https://v6d.io |
| Repository | https://github.com/v6d-io/v6d |
| Upstream docs | https://v6d.io/docs.html |
| License | Apache-2.0 |
| Source archive | https://github.com/v6d-io/v6d/releases/download/v0.24.4/v6d-0.24.4.tar.gz |
| Last updated | 2026-06-25T13:38:11+02:00 |
| Pulse | updated |
| Dependencies | apache-arrow, boost, cpprestsdk, etcd, etcd-cpp-apiv3, gflags, glog, libgrape-lite, open-mpi |
| Build dependencies | cmake, llvm, openssl@3, python-setuptools, python@3.14 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vineyard |
| Version Scheme | 0 |
| Revision | 8 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.