Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Repository files navigation

Jupyter+MySQL分析環境テンプレート

Docker ComposePython(Jupyter)+MySQL分析環境構築

起動

  • ms-vscode-remote.remote-containersをインストール
  • Dev Containers: Reopen in Containerを選択

構成

  • Docker Compose version v2.23.0-desktop.1
  • Docker version 24.0.6
  • MySQL Ver 8.0.33
  • Python 3.11.9

Note

その他のライブラリなどのバージョンはrequirements.txtを参照してください。

ディレクトリの説明

  • core/: 中心的な機能を提供するパッケージ
  • crud/: CRUD機能を提供するパッケージ
  • migrations/: マイグレーション関連ファイル格納先(alembicにより自動生成)
  • models/: DBのテーブル定義ファイルの格納先
  • notebooks/: notebookの格納先

マイグレーション

  • マイグレーションを作成
alembic revision --autogenerate -m "some message"

Note

alembicinit+models/を参照するように設定済みです。

About

Docker Composeを使ったPython(Jupyter) + MySQL分析環境構築

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages