Coder Social home page Coder Social logo

bquinart / ibis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ibis-project/ibis

0.0 2.0 0.0 2.46 MB

Big data the Pythonic way. Productivity-centric Python data analysis framework for Analytic SQL and Hadoop, with high performance extensions for Impala. Co-founded by the creator of pandas

Home Page: http://blog.ibis-project.org

License: Apache License 2.0

Makefile 0.01% Batchfile 0.14% Shell 0.47% Python 95.10% C 0.30% CMake 0.35% C++ 3.62%

ibis's Introduction

codecov.io

Ibis: Python data analysis framework for Hadoop and SQL engines

Install Ibis from PyPI with:

$ pip install ibis-framework

Ibis is a Python data analysis library with a handful of related goals:

  • Enable data analysts to transition analytics on SQL engines to Python code instead of SQL code.
  • Provide high level analytics APIs and workflow tools to accelerate productivity.
  • Provide high performance extensions for the Impala MPP query engine to enable high performance Python code to operate in a scalable Hadoop-like environment
  • Abstract away database-specific SQL differences
  • Integrate with the Python data ecosystem using the above tools

At this time, Ibis supports the following SQL-based systems:

  • Impala (on HDFS)
  • SQLite

Ibis is being designed and led by the creator of pandas (github.com/pydata/pandas) and is intended to have a familiar user interface for folks used to small data on single machines in Python.

Architecturally, Ibis features:

  • A pandas-like domain specific language (DSL) designed specifically for analytics, aka Ibis expressions, that enable composable, reusable analytics on structured data. If you can express something with a SQL SELECT query, you can write it with Ibis.
  • A translation system that targets multiple SQL systems
  • Tools for wrapping user-defined functions in Impala and eventually other SQL engines

SQL engine support near on the horizon:

  • PostgreSQL
  • Redshift
  • Vertica
  • Spark SQL
  • Presto
  • Hive
  • MySQL / MariaDB

Read the project blog at http://blog.ibis-project.org.

Learn much more at http://ibis-project.org.

ibis's People

Contributors

wesm avatar laserson avatar ihodes avatar koverholt avatar megvuyyuru avatar mariusvniekerk avatar cpcloud avatar silviusrus avatar

Watchers

James Cloos avatar Bruno Quinart avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.