Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

♻️ Update cBioPortal Architecture to start transition to clickhouse only implementation #11368

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

haynescd
Copy link
Collaborator

@haynescd haynescd commented Feb 3, 2025

closes #11360

Describe changes proposed in this pull request:

  • This PR intends to utilize Strangler Fig Pattern to refactor the current code base to utilize a clean architecture approach.

This will allow cbioportal to methodically transition to clickhouse only implementation

  • I have implemented the endpoint /api/columnar-store/studies

With this PR we have added Spring Profiles, which allows the application to toggle clickhouse functionality by using the property spring.profiles.active=clickhouse

I moved most of the legacy code into a sub-package legacy

@haynescd haynescd self-assigned this Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update cBioPortal Backend to utilize Clean Archictecture Principles
1 participant