Open Beer Data Project

Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum

Help Support Homebrew Talk - Beer, Wine, Mead, & Cider Brewing Discussion Forum:

This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.

grampska

Supporting Member
HBT Supporter
Joined
Feb 21, 2006
Messages
293
Reaction score
24
Location
Colorado Springs, CO
I created the Open Beer Data Project which can be found at http://www.openbeerdata.org/. It is meant to be a repository for ingredient and other similar data in a central place which is not reliant on any single person.

All code involved is stored at http://code.google.com/p/openbeerdata/

All the ingredients data I currently have has been manhandled into the database so if you have other sources I can import from or know anyone at the manufacturers who could provide me with database dumps that would be great. Or if you're a fellow software developer who has much of this information and would like to contribute it to the greater good that would likewise be appreciated.

I currently am only exporting to CSV files and a Sqlite database but I'll be adding beerxml dumps shortly.
 
Not really sure of a use for a spreadsheet of all the data. I myself prefer a searchable database, but I will certainly be keeping an eye on this project. It might just be out of the scope of my plans right now.

-Stanley
 
Not really sure of a use for a spreadsheet of all the data. I myself prefer a searchable database, but I will certainly be keeping an eye on this project. It might just be out of the scope of my plans right now.

I'm just using the spreadsheets (csv files) as the basis to automate the export of the data. The goal is to take those spreadsheets and export them as:

1) SQLite database - already done
2) BeerXML
3) ANSI SQL statements for creation of pgsql, mysql, mssql, etc
4) JSON?
 
Back
Top