TileDB is an efficient multi-dimensional array management system which introduces a novel format that can effectively store dense and sparse array data with support for fast updates and reads. It features excellent compression, an efficient parallel I/O system for high scalability, and high-level APIs including Python, R, Golang and more. TileDB-Py is the official Python interface to TileDB. WWW: https://github.com/TileDB-Inc/TileDB-Py
9 lines
442 B
Text
9 lines
442 B
Text
TileDB is an efficient multi-dimensional array management system which
|
|
introduces a novel format that can effectively store dense and sparse array data
|
|
with support for fast updates and reads. It features excellent compression, an
|
|
efficient parallel I/O system for high scalability, and high-level APIs
|
|
including Python, R, Golang and more.
|
|
|
|
TileDB-Py is the official Python interface to TileDB.
|
|
|
|
WWW: https://github.com/TileDB-Inc/TileDB-Py
|