• This repository has been archived on 22/Apr/2024
  • Stars
    star
    134
  • Rank 270,967 (Top 6 %)
  • Language
    Python
  • License
    Other
  • Created almost 14 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

IMPORTANT: Data Brewery is now Bubbles: https://github.com/stiivi/bubbles This brewery repository is NOT MAINTAINED any more.

Brewery

Understandable data streaming, auditing and mining framework for Python.

NOTE: This project has been replaced by Bubbles (see below). Brewery is not maintained any more

Bubbles can be found at:

Project page: http://bubbles.databrewery.org Github: https://github.com/stiivi/bubbles

About

Brewery was 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 (in the future)

Focus was on understandability and transparency of the process.

Installation

To install original brewery framework type:

pip install brewery

To install original brewery from sources, you can get it from 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 Github: https://github.com/Stiivi/brewery

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.

Author

Stefan Urbanek [email protected]

License

Brewery is licensed under MIT license with following addition:

If your version of the Software supports interaction with it remotely 
through a computer network, the above copyright notice and this permission 
notice shall be accessible to all users.

Simply said, that if you use it as part of software as a service (SaaS) you have to provide the copyright notice in an about, legal info, credits or some similar kind of page or info box.

For full license see the LICENSE file.