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

Games migration draft/skeleton/design/needs feedback #1041

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jvc56
Copy link
Collaborator

@jvc56 jvc56 commented Jul 20, 2022

Skeleton code for the games migration. For now, this draft PR can be treated more as a design that implementation. This might be deleted or rewritten as designs change. I find it easier to convey the ideas in code. The rough idea for a games migration that I'm thinking of is:

  1. Implement omgwords db paradigm
  2. Write to the omgwords db in parallel with the current db. Nothing depends on the omgwords tables yet.
  3. Migrate old games to the omgwords paradigm. After this step, all games should be under the new omgwords paradigm
  4. Read games from the omgwords tables.
  5. Delete or move old games if needed.

Not sure if this is the right direction. Feedback is needed.

@jvc56 jvc56 requested review from domino14 and andy-k July 20, 2022 00:09
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.

1 participant