Skip to content

Python version of CovidDataSetsApi repo, uses FastApi/SqlAlchemy with Postgres for CRUD

Notifications You must be signed in to change notification settings

super-sebajin/covid-data-sets-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

covid-data-sets-api

covid-data-sets-api is a simple web api using the FastApi framework for the Python programming language. It exposes endpoints to gather data from various public data sets related to the ongoing SARS-CoV-2 virus pandemic, and stores them in a Postgres database. The project will use alembic for migrations.

  • The ultimate goal is to containerize the database and api, and have them work together via container orchestration like docker compose
  • Main development branch is dev1

Data Sets Currently In Use:

README UNDER DEVELOPMENT

About

Python version of CovidDataSetsApi repo, uses FastApi/SqlAlchemy with Postgres for CRUD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published