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

Feature/83 move from sqlite to real database #84

Merged
merged 9 commits into from
Dec 4, 2022

Conversation

zeyus
Copy link
Member

@zeyus zeyus commented Nov 30, 2022

fixes #83

  • replaced sqlite with postgres
  • Implemented docker
  • Envs for prod, dev, testing, local dev
  • updated to python 3.11
  • updated to SQLAlchemy 2.0.0b3
  • so much more?

see: https://github.com/NLP4ALL/nlp4all/wiki/Setup

Update: Right now the test for datasource/Datasource manager is failing, I'll work on an update for it now.

datasource manager is temporarily patched to work with sqlalchemy 2.0, but it needs refactoring because it still uses an sqlite backend. this will be addressed in a seperate issue #85 and subsequent PR

Note: this PR makes pylint run significantly slower...I have no idea why, any suggestions would be appreciated!

@zeyus zeyus linked an issue Nov 30, 2022 that may be closed by this pull request
@zeyus zeyus merged commit 431330e into develop Dec 4, 2022
@zeyus zeyus deleted the feature/83-move-from-sqlite-to-real-database branch December 4, 2022 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move from SQLite to real database
1 participant