vineyard-bdist
An in-memory immutable data manager
What it is and what it does
Vineyard is an in-memory immutable data manager designed to solve the data-sharing bottleneck in distributed big data pipelines. It provides zero-copy sharing of complex data structures (tensors, dataframes, graphs) across systems like Mars, PyTorch, and GraphScope by leveraging shared memory, eliminating the serialization, deserialization, and IO costs that typically occur when exchanging data between different frameworks in a distributed environment.
The package offers out-of-the-box high-level data abstractions and stream pipelining capabilities, allowing jobs to read and write data chunks without waiting for all preceding results. It is positioned as a CNCF sandbox project and supports Python 3.6 through 3.11 on POSIX systems and macOS. The binary distribution (vineyard-bdist) provides pre-compiled wheels for Linux platforms, reducing installation complexity compared to building from source.
Use it for:
- Preprocessing large datasets with Mars and training models with PyTorch without intermediate file I/O
- Sharing distributed graphs between GraphScope and downstream analytics or ML systems
- Building data pipelines where multiple frameworks need to exchange tensors or dataframes with minimal overhead
- Reducing memory consumption and latency in multi-stage distributed computations via stream pipelining
- Integrating heterogeneous big data systems (SQL, tensor, graph) into a single coherent pipeline
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Vineyard is an in-memory immutable data manager that enables zero-copy sharing of distributed data across big data systems like graph analytics, numerical computing, and machine learning frameworks.
Yes, if you are building distributed data pipelines that exchange data between multiple big data frameworks (Mars, PyTorch, GraphScope, etc.) and want to eliminate serialization and IO overhead. The package is production-stable, permissively licensed, and actively maintained. Install friction is moderate due to platform-specific binaries, but the zero-copy sharing benefit justifies it for large-scale workloads. Not necessary for single-machine or simple data-passing scenarios.
Install
vineyard-bdist on PyPI
pip
pip install vineyard-bdistuv
uv add vineyard-bdistpoetry
poetry add vineyard-bdistInstalling vineyard-bdist
Before you install
Medium install friction due to compiled binary wheels for specific platforms (manylinux2014 aarch64 and x86_64). The package is marked as aging with last commit on 2026-01-22, but remains actively maintained and marked Production/Stable.
License in practice
Licensed under Apache License 2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions—suitable for most production and research contexts.
Quickstart
pip install vineyard-bdist
import vineyard
client = vineyard.connect(vineyard_ipc_socket)
data = client.get(vineyard_object_id)
Requires a running Vineyard server instance and an IPC socket path; binary wheels are platform-specific (Linux x86_64 or aarch64).
Verify before relying
- Whether vineyard-bdist is the correct distribution for your use case versus the main vineyard package
- Specific performance gains or latency improvements in your distributed workload
- Compatibility with your particular big data framework (Mars, GraphScope, PyTorch, etc.)
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | not specified |
| Install friction | medium — platform-specific wheel |
| Runtime dependencies | none |
| Maintenance | aging — 715 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 102,682/month — #12,854 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: vineyard_bdist-0.24.2-py3-none-manylinux2014_aarch64.whl; vineyard_bdist-0.24.2-py3-none-manylinux2014_x86_64.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
vineyardVineyard is an in-memory immutable data manager…
permissive · top 15,000 on PyPI
daskDask is a parallel computing library that…
permissive · top 1,000 on PyPI
mooncake-transfer-engine-cuda13Mooncake Transfer Engine provides…
permissive · top 15,000 on PyPI
mooncake-transfer-engineMooncake Transfer Engine provides…
permissive · top 15,000 on PyPI
apache-flink-librariesBundles Apache Flink's required libraries for…
permissive · top 15,000 on PyPI
apache-tvm-ffiProvides a stable, minimal C ABI and FFI for…
permissive · top 5,000 on PyPI
pyspark-pandasProvides tools for distributing Pandas…
unclear · top 5,000 on PyPI
nvidia-nvshmem-cu12NVSHMEM provides a global address space for GPU…
unclear · top 5,000 on PyPI
delta-sharingDelta Sharing is a Python client library for…
permissive · top 5,000 on PyPI
litdataLitData optimizes and streams large datasets…
permissive · top 15,000 on PyPI