sfbrigade / datasci-earthquake

MIT License
0 stars 2 forks source link

Build initial DB Models and migration #30

Open mackcooper1408 opened 5 days ago

mackcooper1408 commented 5 days ago

This is blocked by the research to define the initial DB schema #29

Context

Let's start putting the models together for our api to begin working with real data!

Definition of Done

  1. SQLAlchemy models are created that match DB schema definitions
  2. Pydantic Schemas are created that utilize the SQLAlchemy models
  3. Alembic migrations have been generated and run to get the models stored into a local db and ready to store into a production db
  4. If dummy models and schemas exist in the code still from the initial setup, they should be deleted cleaned up accordingly

Engineering Details