Installation
Install RBC and get started
conda install -c conda-forge rbc
# or to install rbc to a new environemnt, run
conda create -n rbc -c conda-forge rbc
conda activate rbc
# check if rbc installed succesfully
python -c 'import rbc; print(rbc.__version__)'pip install rbc-project
# check if rbc installed succesfully
python -c 'import rbc; print(rbc.__version__)'Quick Start
conda create -n heavy-ai-env heavydb -c conda-forge
conda activate heavy-ai-env
mkdir -p data
initheavy data -f
heavydb --enable-runtime-udfs --enable-table-functionsPreviousPython User-Defined Functions (UDFs) with the Remote Backend Compiler (RBC)NextRegistering and Using a Function
Last updated
Was this helpful?

