Skip to content

This is a script to create a SQL database of breweries, wineries, and cideries in WA state by reading and parsing .csv and .txt files

License

Notifications You must be signed in to change notification settings

cander67/craft-brewing-production

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

craft-brewing-production

This project contains a script that creates a SQL database of licensed breweries, wineries, cideries, distilleries, alcohol distributors, and alcohol sales to distributors in Washington State. Source data is publically available from the Washington State Liquor and Cannabis Board.

The purpose of this project was to provide a foundation for visualizing trends in Craft Brewery production and operations in Washington state, and to estimate available quantities of brewer's spent grain for use in local biogas digesters. The code found here can ingest data found in the spreadsheets and documentation from the state liquor control board for downstream analysis and visualization.

Getting Started

Clone the repository from the terminal using the following command:

Prerequisites

Local deployment can be accomplished by creating a virtual environment using Python 3.11 and installing the necessary dependencies as described in the next section.

Installing

  • Install dependencies from the terminal using the following command: pip install -r requirements.txt

Built With

  • Python
  • SQLite

Contributing

Contributions and suggestions are welcome and may be submitted by forking this project and submitting a pull request through GitHub.

Versioning

This project is in development.

Authors

Written by Cyrus Anderson.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

About

This is a script to create a SQL database of breweries, wineries, and cideries in WA state by reading and parsing .csv and .txt files

Topics

Resources

License

Stars

Watchers

Forks