openbrewerydb / openbrewerydb-fastapi

Open Brewery DB REST API using FastAPI
MIT License
3 stars 1 forks source link

Add breweries import script #20

Open chrisjm opened 1 year ago

chrisjm commented 1 year ago

We want to add an import script that will read the breweries from the dataset Github repo and insert (or upsert via obdb_id?) into the environment DB (ex. local for dev environment).

Rails 6 rake task implementation