{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/3"}],"enrichment":{"capability":"TensorStore reads and writes large multi-dimensional arrays across multiple storage backends (local filesystem, cloud storage, S3, HTTP) with a uniform API supporting zarr and N5 formats.","skillfed_tags":["array-storage","cloud-native","distributed-computing"],"use_cases":["Store and retrieve large scientific datasets (genomics, microscopy, climate data) across cloud and local storage with a uniform interface.","Build machine learning pipelines that read training data from remote zarr arrays with transparent caching and concurrent access.","Implement distributed array computations where multiple workers read/write to the same array with transactional consistency.","Migrate array workloads between storage backends (e.g., local to cloud) without changing application code.","Access N5 or zarr datasets from remote HTTP servers with asynchronous I/O for high-latency networks."],"what_it_does":"TensorStore is a C++ and Python library for storing and accessing large multi-dimensional arrays across diverse backends\u2014local disks, cloud storage (Google Cloud Storage, S3), HTTP servers, and in-memory storage\u2014with a single API. It abstracts away the complexity of different array formats (zarr, N5) and storage systems, letting you work with arrays as if they were local while actually reading and writing remotely.\n\nThe library emphasizes high-throughput access through asynchronous I/O, read caching, and transactional semantics with ACID guarantees. It supports advanced indexing and virtual views, and handles safe concurrent access from multiple processes and machines via optimistic concurrency control. Runtime dependencies are numpy and ml_dtypes.","worth_installing":"Yes. TensorStore is production-stable (Development Status 5), actively maintained with a recent release, has no known vulnerabilities, and solves a real problem for anyone working with large arrays across multiple storage systems. The permissive Apache-2.0 license and broad platform support (Python 3.11+, macOS, Linux, Windows) make it a low-risk addition. Install it if you need a uniform API for multi-backend array storage; skip it if your arrays fit in local memory and you're not crossing storage boundaries."},"id":"tensorstore","links":{"html":"https://skillfed.io/packages/tensorstore","md":"https://skillfed.io/packages/tensorstore.md","pypi":"https://pypi.org/project/tensorstore/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-05","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"tensorstore","python_support":"supports_current","summary":"Read and write large, multi-dimensional arrays"},"popularity":{"monthly_downloads":3604038,"position":2561,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.1.85"}
