Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Latest commit

 

History

History
58 lines (41 loc) · 1.17 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.17 KB

chDB is an embedded SQL OLAP Engine powered by ClickHouse


chDB

Python

pip install chdb --upgrade

libchDB

Packages

Install libchdb on any deb or rpm based operating system:

📦 Debian Repository
sudo bash -c 'curl -s https://packagecloud.io/install/repositories/auxten/chdb/script.deb.sh | os=any dist=any bash'
sudo apt install libchdb
📦 RPM Repository
sudo bash -c 'curl -s https://packagecloud.io/install/repositories/auxten/chdb/script.rpm.sh | os=rpm_any dist=rpm_any bash'
sudo yum install -y libchdb

📦 Installation

Install libchdb manually on x64 or arm64 Linux platforms:

Linux

x86_64
wget https://github.com/metrico/libchdb/releases/latest/download/libchdb.zip
unzip libchdb.zip
mv libchdb.so /usr/lib/libchdb.so
arm64
wget https://github.com/metrico/libchdb/releases/latest/download/libchdb_arm64.zip
unzip libchdb_arm64.zip
mv libchdb.so /usr/lib/libchdb.so