Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.13 KB

Ibis OmniSciDB backend

Ibis is a Python framework to write data analytics code, in a similar way to pandas. Ibis can execute the queries not only in memory (as pandas does), but in different backends, including SQL databases, and analytics databases, like OmniSciDB.

OmniSciDB is SQL-based, relational, columnar and specifically developed to harness the massive parallelism of modern CPU and GPU hardware. OmniSciDB can query up to billions of rows in milliseconds, and is capable of unprecedented ingestion speeds, making it the ideal SQL engine for the era of big, high-velocity data.

Install

You can install ibis-omniscidb via pip or conda:

Install with pip:

pip install ibis-omniscidb

Install with conda:

conda install -c conda-forge ibis-omniscidb

Documentation

The ibis-omniscidb documentation can be found in the Ibis website.