Skip to content

chdb-io/chdb-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chdb-builder

Local chdb library and wheel builder for developers

Audience

chdb is automatically built and distributed for end-users.
If you're a developer and need to build chdb locally, this is for you.

Features

  • builds latest chdb from git
  • all dependencies included
  • ccache for fast rebuilds

Usage

Run the included script to download, build and link a chdb python wheel

./build.sh
  • Generated wheels will be stored in the dist directory.
  • Folders for chdb and ccache will be created locally.