Skip to content

deepfield/ibis

 
 

Repository files navigation

Ibis: Python data analysis framework for Hadoop and SQL engines

Service Status
Documentation Documentation Status
Conda packages Anaconda-Server Badge
PyPI PyPI
CircleCI CircleCI Status
AppVeyor AppVeyor Status
Coverage Codecov branch

Deepfield users

How to make a change

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:

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.

About

Productivity-centric Python data analysis framework for SQL systems and the Hadoop platform. Co-founded by the creator of pandas

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • C++ 2.2%
  • PLpgSQL 0.3%
  • CMake 0.2%
  • Shell 0.2%
  • Makefile 0.1%