Skip to content

Instantly share code, notes, and snippets.

View roaramburu's full-sized avatar

Rodrigo Aramburu roaramburu

View GitHub Profile
@roaramburu
roaramburu / bsql_sf100_4_gpus.ipynb
Created October 5, 2020 17:26
Blazing Notebooks 4 GPU Demo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@roaramburu
roaramburu / tpch_sf1000_single_gpu.ipynb
Last active October 10, 2020 06:03
An example notebook running a 1TB query on a single GPU using https://app.blazingsql.com
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
from blazingsql import BlazingContext
bc = BlazingContext()
bc.s3('blazingsql-colab', bucket_name='blazingsql-colab')
bc.create_table('big_taxi', 's3://blazingsql-colab/yellow_taxi/1_0_0.parquet')
bc.sql('select count(*) from big_taxi')
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
conda install -c blazingsql/label/cuda10.0 -c blazingsql-nightly -c rapidsai-nightly -c conda-forge -c defaults blazingsql