TileDB-Inc / Tiledb Py
Licence: mit
Python interface to the TileDB storage manager
Stars: ✭ 78
Programming Languages
python
139335 projects - #7 most used programming language
Projects that are alternatives of or similar to Tiledb Py
Seaweedfs
SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.
Stars: ✭ 13,380 (+17053.85%)
Mutual labels: s3, hdfs
alvito
Alvito - An Algorithm Visualization Tool for Python
Stars: ✭ 52 (-33.33%)
Mutual labels: numpy, array
Smart open
Utils for streaming large files (S3, HDFS, gzip, bz2...)
Stars: ✭ 2,306 (+2856.41%)
Mutual labels: s3, hdfs
Storagetapper
StorageTapper is a scalable realtime MySQL change data streaming, logical backup and logical replication service
Stars: ✭ 232 (+197.44%)
Mutual labels: s3, hdfs
Cluster Pack
A library on top of either pex or conda-pack to make your Python code easily available on a cluster
Stars: ✭ 23 (-70.51%)
Mutual labels: s3, hdfs
Static Frame
Immutable and grow-only Pandas-like DataFrames with a more explicit and consistent interface.
Stars: ✭ 217 (+178.21%)
Mutual labels: array, numpy
Juicefs
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
Stars: ✭ 4,262 (+5364.1%)
Mutual labels: s3, hdfs
array-api-comparison
Data and tooling to compare the API surfaces of various array libraries.
Stars: ✭ 46 (-41.03%)
Mutual labels: numpy, array
Rumble
⛈️ Rumble 1.11.0 "Banyan Tree"🌳 for Apache Spark | Run queries on your large-scale, messy JSON-like data (JSON, text, CSV, Parquet, ROOT, AVRO, SVM...) | No install required (just a jar to download) | Declarative Machine Learning and more
Stars: ✭ 58 (-25.64%)
Mutual labels: s3, hdfs
Cloud Volume
Read and write Neuroglancer datasets programmatically.
Stars: ✭ 63 (-19.23%)
Mutual labels: s3, numpy
Objstore
A Multi-Master Distributed Caching Layer for Amazon S3.
Stars: ✭ 69 (-11.54%)
Mutual labels: s3
Locopy
locopy: Loading/Unloading to Redshift and Snowflake using Python.
Stars: ✭ 73 (-6.41%)
Mutual labels: s3
Cloud Security Audit
A command line security audit tool for Amazon Web Services
Stars: ✭ 68 (-12.82%)
Mutual labels: s3
Security Camera
🔦 Motion detecting security camera using a raspberry pi, webcam, and slack
Stars: ✭ 76 (-2.56%)
Mutual labels: s3
TileDB-Py
TileDB-Py is a Python interface to the TileDB Storage Engine.
Quick Links
- Installation
- Build Instructions
- TileDB Documentation
- Python API reference
- Full developer documentation for all APIs and integrations
Quick Installation
TileDB-Py is available from either PyPI with pip
:
pip install tiledb
or from conda-forge with conda or mamba:
conda install -c conda-forge tiledb-py
Dataframes functionality (tiledb.from_pandas
, Array.df[]
) requires Pandas 1.0 or higher, and PyArrow 1.0 or higher.
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].