Closed sellnat77 closed 4 years ago
@rgao please update with
Changed connection string to mysql dialect on local machine
Currently testing ingestion on local; running into authentication issues.
ETA: 1/29
@rgao it looks like your eta has passed. please update with
rgao updated dialects to mysql last week. Goal is to update docker-compose.yml by 2/11.
We decided on postgres...but thanks to the effort on this ticket, our system is robust enough to migrate to other dialects with ease :+1:
Overview
In order to utilize free resources we are switching from postgres to mysql. This task should replace the dialect of sqlalchemy to mysql. This change will include updates to the docker-compose file to support all other collaborators
Action Items
/server/src/settings.cfg
/server/src/settings.example.cfg
/Orchestration/docker-compose.yml
/Orchestration/docker-compose.example.yml
git clean -dfx
Updating the dialect in sqlalchemy is supposed to be painless, especially since we are going between relational databases. But if there are bugs that arise that are fairly complex, feel free to create a bug ticket to track work done.
Resources/Instructions
Docs of sqlalchemy dialects -> https://docs.sqlalchemy.org/en/13/dialects/