Skip to content

TileDB-Inc/libtiledb-sql-feedstock

 
 

Repository files navigation

Important

NOTE: For TileDB version updates, use the for-cloud branch following these instructions: conda-forge#191

About libtiledb-sql-feedstock

Feedstock license: BSD-3-Clause

Home: https://tiledb.com

Package license: GPL-2.0-only

Summary: libtiledb-sql is a SQL interface for TileDB arrays using the MyTile storage engine

Development: https://github.com/TileDB-Inc/TileDB-MariaDB

Documentation: https://docs.tiledb.com/developer/api-usage/embedded-sql

MyTile is a storage engine for MariaDB which allows dynamic access to TileDB array. libtiledb-sql is a limited build of mariadb to produce a minimum embeddable library for a SQL interface.\n

Docs: https://docs.tiledb.com/developer/api-usage/embedded-sql

Source: https://github.com/TileDB-Inc/TileDB-MariaDB

Upstream source: https://mariadb.org

Current build status

Azure
VariantStatus
linux_64 variant

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing libtiledb-sql

Installing libtiledb-sql from the tiledb/label/for-cloud channel can be achieved by adding tiledb/label/for-cloud to your channels with:

conda config --add channels tiledb/label/for-cloud
conda config --set channel_priority strict

Once the tiledb/label/for-cloud channel has been enabled, libtiledb-sql can be installed with conda:

conda install libtiledb-sql

or with mamba:

mamba install libtiledb-sql

It is possible to list all of the versions of libtiledb-sql available on your platform with conda:

conda search libtiledb-sql --channel tiledb/label/for-cloud

or with mamba:

mamba search libtiledb-sql --channel tiledb/label/for-cloud

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search libtiledb-sql --channel tiledb/label/for-cloud

# List packages depending on `libtiledb-sql`:
mamba repoquery whoneeds libtiledb-sql --channel tiledb/label/for-cloud

# List dependencies of `libtiledb-sql`:
mamba repoquery depends libtiledb-sql --channel tiledb/label/for-cloud

Updating libtiledb-sql-feedstock

If you would like to improve the libtiledb-sql recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the tiledb channel, whereupon the built conda packages will be available for everybody to install and use from the tiledb channel. Note that all branches in the conda-forge/libtiledb-sql-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks, and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

About

For TileDB version updates, use the `for-cloud` branch following these instructions: https://github.com/conda-forge/libtiledb-sql-feedstock/issues/191

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%