Weekly exports of the cBioPortal public database, available for download and self-hosting.
schema.sql against your ClickHouse instance to create all tables and views:
clickhouse-client --queries-file schema.sql
clickhouse-client --query "
INSERT INTO <database>.<table>
SELECT * FROM file('<table>.parquet', 'Parquet')
"
schema.sql and will work automatically once the base tables are populated.manifest.json to verify expected row counts after restore.One Parquet file per table. Expand a dump to list its tables. Dumps run weekly, and only the 5 most recent are kept — older ones are removed automatically, so download anything you need to retain.
Archived mysqldump exports, kept for backwards compatibility. No longer updated.
| Date | Schema Version | Format | Size | Download |
|---|