GithubHelp home page GithubHelp logo

mcconkiee / beer-analytics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from scheb/beer-analytics

0.0 0.0 0.0 4.88 MB

Analyzing the composition of beer recipes and visualize results in a human-friendly way ๐Ÿ•ต๏ธ๐Ÿบ

Home Page: https://www.beer-analytics.com

License: Other

Python 64.88% Shell 0.04% JavaScript 0.47% HTML 21.23% SCSS 2.91% TypeScript 10.47%

beer-analytics's Introduction

beer-analytics ๐Ÿ•ต๏ธ๐Ÿบ

Analyzing the composition of beer recipes and visualize results in a human-friendly way.

Check out the live website: https://www.beer-analytics.com/

Logo

What is Beer Analytics?

Beer Analytics is a database of beer brewing recipes, built specifically for data analysis. It is made for beer enthusiasts and (home)brewers to provide detailed insights into brewing recipes, even when they're not an expert in data analysis. The goal is to expand the knowledge how certain types of beer are typically brewed, ultimately helping (home)brewers to compose better recipes themselves, and potentially uncover some trends in craft/home brewing.

The project has two main components:

  1. a recipe database with (hopefully) reliable data (clean and normalized, reduce outliers and bad data)
  2. a user interface to execute data analysis (filtering, slicing and dicing) and to present results in a visually appealing way

Application Setup

Requirements

  • Python 3.8
  • pip
  • virtualenv (ideally)
  • yarn (JS package manager)

Setup Steps

  • Install yarn dependencies: yarn install
  • Initialize virtualenv and enable it
  • Install Python dependencies: pip -r requirements.txt
  • Create a configuration file (see below)
  • Apply database migrations to creates tables: python manage.py makemigrations and python manage.py migrate
  • Load initial data (known styles and ingredients) via python manage.py load_initial_data

Configuration

Provide a .env file in the beer_analytics folder. An example can be found in beer_analytics/.env.example.

Per default the application starts with "dev" settings, which is likely what you want. Use the DJANGO_SETTINGS_MODULE environment variable to use different settings according to the environment:

# Dev settings
DJANGO_SETTINGS_MODULE=beer_analytics.settings_dev

# Production settings
DJANGO_SETTINGS_MODULE=beer_analytics.settings_prod

Development

To start the application for development run

python manage.py runserver

to start a webserver at localhost:8000 and in a second terminal run

yarn start

to start the Webpack dev server to compile CSS and JS files.

Recipe data

For legal reasons the project does not come with any recipe data included. You have to retrieve and import recipe data from the sources you'd like to analyze.

โ„น๏ธ It is planned to add a database with anonymized data samples at some point. Sorry for inconvenience.

Data Import

Recipes can be imported via CLI in various formats. Each recipe must have a unique id assigned, which can be an arbitrary string. The following recipe formats are supported with their respective commands:

BeerXML:

python manage.py load_beerxml_recipe recipe.xml unique_id

MMUM format:

python manage.py load_mmum_recipe recipe.json unique_id

BeerSmith format:

python manage.py load_beersmith_recipe recipe.bsmx unique_id

Data Mapping

Once recipes are imported, they need to be mapped to the list of known styles and ingredients. Run the following commands to execute the mapping. Any unmapped recipes will be processed:

python manage.py map_styles
python manage.py map_hops
python manage.py map_fermentables
python manage.py map_yeasts

These commands can be repeated any time and will process any recipes, which haven't been mapped yet. Please note that, depending on the amount if recipes, this step can take a while.

Pre-calculate metrics

The application is pre-calculating and persisting some metrics for style and ingredients. To update these metrics, run:

python manage.py calculate_metrics

Contributing

You're welcome to contribute new features, such as new analysis/chart types or bug fixes, by creating a Pull Request.

Please see CONTRIBUTING.md for more details.

Security

For information about the security policy and know security issues, see SECURITY.md.

License

This software is available under the Beerware License.

beer-analytics's People

Contributors

scheb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.