-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Task] Load the transformed EDAM data into the OC Challenge Service DB #2548
Comments
Added to Sprint 24.4 |
Moved to Backlog |
Update: 05/13/2024 |
Update: 05/15/2024 @tschaffter I have written code to connect to MariaDB using python. The OC_DB_URL within the .env file, jdbc:mysql://openchallenges-mariadb:3306/edam_etl, isn't used according to the documentation I have located. Resource1 and Resource2 for connecting to MariaDB. I've received this error when using jdbc:mysql://openchallenges-mariadb:3306/edam_etl as the Host: I get this error when I change the host to openchallenges-mariadb and don't use the OC_DB_URL in the .env file:
I'm wondering if the variables are being assigned incorrectly. |
I believe that we have solve the issue since your last message. Feel free to get rid of the config variable |
@tschaffter For PR #2680 It looks like the CI/pr (pull_request) check is failing because it can not find the installation of the MariaDB Connector/C required by Maria DB which doesn't support PEP builds. I was able to bypass this in the Dev container by running the indicated command in the terminal but I guess that doesn't transfer to the PR. It says it needs to be preinstalled but I'm unsure how that works w/in microservices. Should I be creating a script that will perform this operation w/in the app folder?
|
@mdsage1 Hint: Look at the files in the EDAM ETL project folder, in particular to |
What product(s) is this story for?
OpenChallenges
As a user, I want
No response
Description
Depends on #2547
Load the transformed EDAM data generated in #2547 into the OC Challenge Service DB.
Acceptance criteria
Running the following commands download, transform, and loads the EDAM data into the OC Challenge Service DB:
nx serve openchallenges-edam-etl
nx serve-detach openchallenges-edam-etl
Tasks
.env
Anything else?
See #2524 and its PR to get familiar with the environment of the project
openchallenges-edam-etl
.Have you linked this story to a GitHub Project?
The text was updated successfully, but these errors were encountered: