Skip to content

Commit 40f610a

Browse files
committed
refer to clickhouse update tools in docs
1 parent 98f396c commit 40f610a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ Read the [Architecture docs](https://docs.cbioportal.org/2.1-deployment/architec
129129
- https://github.com/cBioPortal/cbioportal-frontend
130130
- https://github.com/cbioportal/session-service
131131
- https://github.com/cBioPortal/datahub/
132+
- https://github.com/cBioPortal/cbioportal-core

docs/Data-Loading.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Getting your study data into cBioPortal requires four steps:
1010
3. [Validating your study data](#validating-your-study-data)
1111
4. [Loading your study data](#loading-data)
1212

13+
If using a ClickHouse OLAP database in conjunction with the MySQL OLTP database, additional steps will be needed after completing the steps above. For guidance, see these [tools](https://github.com/cBioPortal/cbioportal-core/blob/main/scripts/clickhouse_import_support/README.md) in the cbioportal-core repository. These are available as a Docker image (used during a [Docker Compose launch](https://github.com/cBioPortal/cbioportal-docker-compose?tab=readme-ov-file#clickhouse-mode) of a ClickHouse Mode portal.)
14+
1315
## Setting up the validator
1416
### Installation
1517

0 commit comments

Comments
 (0)