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/issue 40 add topics endpoint #46

Merged
merged 13 commits into from
Mar 11, 2024

Conversation

osoken
Copy link
Collaborator

@osoken osoken commented Feb 25, 2024

closes #40

@osoken
Copy link
Collaborator Author

osoken commented Feb 26, 2024

マイグレーションスクリプトを書くよ

@osoken
Copy link
Collaborator Author

osoken commented Feb 26, 2024

notes.csv から notes, topics, note_topic テーブルに入れるデータを生成し、実際にマイグレーションまで行うスクリプトを作りました。一度中間データとして notes.csv から、各テーブルのダンプに対応するような csv を生成し、その csv をデータベースに入れるという処理です。

$ python scripts/migrations/convert_data_from_v1.py data/app/notes.csv data/appv1
$ python scripts/migrations/migrate_all.py data/appv1                               

data/appv1 に中間データが生成されます。

中間データ生成時に、どのトピックを残すのか、出現回数で足切りできるようにしてあります。一旦 5 で切ってます。

@yu23ki14 yu23ki14 merged commit 1c3fdf9 into main Mar 11, 2024
1 check passed
@osoken osoken deleted the feature/issue-40-add-topics-endpoint branch March 25, 2024 08:34
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.

topicsエンドポイントの実装
3 participants