Service | Status |
---|---|
Documentation | |
Conda packages | |
PyPI | |
CircleCI | |
AppVeyor | |
Coverage |
First use a personal fork to make the changes that you need to make. This allows you to make a pull request into both the cloudera offical repo and the deepfield repo. Once you're pull request has been merged into the deepfield fork, make a new tag. The tag schema is vx.x.x.x where the first three x's are the same as the cloudera release you're working off of. For example, if you are working off of v0.8.1 then the new tag should be v0.8.1.0. If this tag already exists, then your tag should be one higher, v0.8.1.1. After making the tag, update the conda build and anaconda-deps. Keep the anaconda version the same as the tag for consistency.
Ibis is a toolbox to bridge the gap between local Python environments, remote storage, execution systems like Hadoop components (HDFS, Impala, Hive, Spark) and SQL databases. Its goal is to simplify analytical workflows and make you more productive.
Install Ibis from PyPI with:
pip install ibis-framework
or from conda-forge with
conda install ibis-framework -c conda-forge
Ibis currently provides tools for interacting with the following systems:
- Apache Impala (incubating)
- Apache Kudu
- Hadoop Distributed File System (HDFS)
- PostgreSQL
- MySQL (Experimental)
- SQLite
- Pandas DataFrames (Experimental)
- Clickhouse
- BigQuery
- MapD (Experimental)
Learn more about using the library at http://docs.ibis-project.org and read the project blog at http://ibis-project.org for news and updates.