Brewery - Data streaming, auditing and mining framework for Python

Project page: http://databrewery.org

ABOUT

Brewery is a python framework for:
* data streams - streaming structured data from various sources into various targets. Example of 
  existing streams: CSV, XLS, Google Spreadsheet, relational SQL database, MongoDB, directory with YAML
  files, HTML, ...
* data quality monitoring
* data mining

INSTALLATION

To install brewery framework type:

    pip install brewery

Or:

    easy_install brewery

To install brewery from sources, you can get it from:

Bitbucket: https://bitbucket.org/Stiivi/brewery
Github: https://github.com/Stiivi/brewery

More details about installation and requirements can be found at: 
    http://packages.python.org/brewery/install.html

DOCUMENTATION

Documentation can be found at: http://packages.python.org/brewery


SOURCES

Main project source repository is being hosted at Bitbucket: https://bitbucket.org/Stiivi/brewery

Clone mercurial repository from bitbucket::

    hg clone https://bitbucket.org/Stiivi/brewery

Or if you prefer git, then you can clone it from Github::

    git clone git://github.com/Stiivi/brewery.git


SUPPORT

If you have questions, problems or suggestions, you can send a message to the Google group or 
write to the author.

* Google group: http://groups.google.com/group/databrewery


AUTHOR

Stefan Urbanek <stefan.urbanek@gmail.com>
