https://github.com/toddbirchard/bigquery-to-sql
:bar_chart: :arrow_right: :floppy_disk: Lightweight ETL script to migrate data from BigQuery to SQL.
https://github.com/toddbirchard/bigquery-to-sql
bigquery etl google-cloud python sql sqlalchemy
Last synced: about 1 month ago
JSON representation
:bar_chart: :arrow_right: :floppy_disk: Lightweight ETL script to migrate data from BigQuery to SQL.
- Host: GitHub
- URL: https://github.com/toddbirchard/bigquery-to-sql
- Owner: toddbirchard
- Created: 2019-10-27T18:56:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T07:21:41.000Z (about 1 year ago)
- Last Synced: 2025-09-25T18:31:56.872Z (6 months ago)
- Topics: bigquery, etl, google-cloud, python, sql, sqlalchemy
- Language: Python
- Homepage: https://hackersandslackers.com/bigquery-and-sql-databases/
- Size: 106 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# BigQuery SQLAlchemy Tutorial






[](https://github.com/hackersandslackers/bigquery-python-tutorial/issues)
[](https://github.com/hackersandslackers/bigquery-python-tutorial/stargazers)
[](https://github.com/hackersandslackers/bigquery-python-tutorial/network)

Lightweight ETL script to migrate data from BigQuery to SQL databases, or vice versa. Tutorial found here: https://hackersandslackers.com/bigquery-and-sql-databases/
## Getting Started
**Installation via [Poetry](https://python-poetry.org/):**
```shell
$ git clone https://github.com/hackersandslackers/bigquery-python-tutorial.git
$ cd bigquery-sqlalchemy-tutorial
$ poetry install
$ poetry run
```
**Alternatively, try installing via `setup.py`:**
```shell
$ git clone https://github.com/hackersandslackers/bigquery-python-tutorial.git
$ cd bigquery-sqlalchemy-tutorial
$ python3 setup.py install
$ python3 main.py
```
-----
**Hackers and Slackers** tutorials are free of charge. If you found this tutorial helpful, a [small donation](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.