Metadata-Version: 2.1
Name: biggerquery
Version: 0.5.dev6
Summary: BigQuery client wrapper with clean API
Home-page: https://github.com/allegro/biggerquery
Author: Chi
Author-email: chibox-team@allegrogroup.com
License: UNKNOWN
Description: # BiggerQuery &mdash; The Python framework for BigQuery
        
        Tired of the limiting BigQuery console? Open your Jupyter notebook and start working with BigQuery using Python!
        
        BiggerQuery lets you:
        * Work with BigQuery using Python code.
        * Create a workflow that you can automatically convert to an Airflow DAG.
        * Implement a configurable environment for your workflows.
        * Organize your data processing.
        * Create a workflow from a Jupyter notebook.
        * Work with BigQuery from any other environment.
        * Run and schedule the Apache-Beam pipelines.
        * Mix BigQuery, Python and Apache-Beam in your workflows.
        
        BiggerQuery scales to your needs. It's very easy to start making queries and creating workflows. If needed, 
        BiggerQuery lets you implement complex stuff (the Allegro experimentation platform was created using the BiggerQuery framework).
        
        ## Installation
        
        `pip install biggerquery`
        
        ## Compatibility
        
        BiggerQuery is compatible with Python >= 3.7.
        
        ## Tutorial
        
        Inside this repository, you can find the BiggerQuery tutorial. We recommend using the GCP Jupyter Lab to go through the tutorial. It takes a few clicks to set up.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Provides-Extra: beam
