Skip to main content

CLI to the TileDB array storage manager

Project description

TileDB-CLI

TileDB-CLI is a hierarchical command-line interface to the TileDB Storage Engine.

Installation

TileDB-CLI can be installed using pip with:

pip install tiledb-cli

For development mode, in the top level directory run:

pip install .[dev]

This will create tiledb (in /usr/local/bin, or other paths specific to venv or conda if you are using those), which you can run.

Commands

All commands begin with tiledb and are grouped into the following commands and command subgroups:

  • cloud: Perform TileDB Cloud tasks.
  • convert_from: Convert to and from TileDB arrays and other common file formats.
  • consolidate: Consolidate TileDB array fragments.
  • dump: Output information about TileDB arrays.
  • vacuum: Vacuum TileDB array fragments that have already been consolidated.
  • delete-fragments: Remove a time range of fragments from an already existing array.

cloud

  • array
    • register: Register an array located at uri to the TileDB cloud service.
    • deregister: Deregister an array located at uri to the TileDB cloud service. This does not physically delete the array. It will remain in your bucket. All access to the array and could metadata will be removed.
    • share: Share the TileDB array located at uri to the user at a given namespace. At least one of the persmission flags must be supplied.
    • unshare: Revokes access to a TileDB array located at uri for the user at a given namespace.
  • dump
    • activity: Dump the array activity of an array located at a TileDB uri.
    • arrays: List array properties and their associated values for arrays in a TileDB user account.
    • orgs: List organization properties and their associated values for each organization a TileDB user account is a part of.
    • profile: Output the current logged in namespace's profile information.
    • task: List last task from TileDB cloud.
  • login: Login into TileDB cloud under a given credential using either a token or username. By default, credential is read from the environmental variable TILEDB_REST_TOKEN.
  • retry-task Retry running the task with the given id.

convert_from

  • csv: Convert a csv_file into a TileDB array located at uri.

consolidate

  • array-metadata: Consolidate the array metadata in an array located at uri.
  • fragment-metadata: Consolidate the fragments in an array located at uri.
  • fragments: Consolidate the fragments in an array located at uri.

dump

  • array: Output the data of a TileDB array located at uri.
  • config: Output TileDB's default configuration parameters and values.
  • fragments: Output the fragment information of a TileDB array located at uri.
  • metadata: Output the metadata of a TileDB array located at uri.
  • nonemptydomain`: Output the non-empty domain of a TileDB array located at uri.
  • schema: Output the schema of a TileDB array located at uri.

vacuum

  • array-metadata: Vacuum the already consolidated array metadata in an array located at uri.
  • fragment-metadata: Vacuum the already consolidated fragments in an array located at uri.
  • fragments: Vacuum the already consolidated fragments in an array located at uri.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tiledb-cli-0.0.2.tar.gz (23.5 kB view details)

Uploaded Source

Built Distribution

tiledb_cli-0.0.2-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file tiledb-cli-0.0.2.tar.gz.

File metadata

  • Download URL: tiledb-cli-0.0.2.tar.gz
  • Upload date:
  • Size: 23.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for tiledb-cli-0.0.2.tar.gz
Algorithm Hash digest
SHA256 492d7940767ef02060b28ee3c595e3aca824a7d43510bacb5ae9ed67dad41779
MD5 0bde7eae5e963378fc2a747d78ef15e6
BLAKE2b-256 853d4056174fa95361ff88c87a9f7991196ff71fbbe1d68511876cabf7da27aa

See more details on using hashes here.

File details

Details for the file tiledb_cli-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: tiledb_cli-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.10

File hashes

Hashes for tiledb_cli-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 353cc0adec92abf413f8740e083e6f32fc940a676d6a0a460b9d798f3e059401
MD5 c3f939f547d17e066b2f81de427dfc90
BLAKE2b-256 57e5d5fba7681fbc85d982ddd967b5b11de6f983bf698a727ea9d662ed7fe23f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page