https://github.com/hackersandslackers/bigquery-sqlalchemy-tutorial
:bar_chart: :arrow_right: :floppy_disk: ETL script to migrate data from BigQuery to SQL.
https://github.com/hackersandslackers/bigquery-sqlalchemy-tutorial
bigquery bigquery-sqlalchemy-tutorial databases etl mysql postgres python sql sqlalchemy tutorial
Last synced: 5 months ago
JSON representation
:bar_chart: :arrow_right: :floppy_disk: ETL script to migrate data from BigQuery to SQL.
- Host: GitHub
- URL: https://github.com/hackersandslackers/bigquery-sqlalchemy-tutorial
- Owner: hackersandslackers
- License: mit
- Created: 2019-11-16T18:02:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T20:13:46.000Z (7 months ago)
- Last Synced: 2024-09-07T06:09:43.297Z (7 months ago)
- Topics: bigquery, bigquery-sqlalchemy-tutorial, databases, etl, mysql, postgres, python, sql, sqlalchemy, tutorial
- Language: Python
- Homepage: https://hackersandslackers.com/bigquery-and-sql-databases/
- Size: 142 KB
- Stars: 17
- Watchers: 2
- Forks: 8
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- jimsghstars - hackersandslackers/bigquery-sqlalchemy-tutorial - :bar_chart: :arrow_right: :floppy_disk: ETL script to migrate data from BigQuery to SQL. (Python)
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 [Pipenv](https://pipenv-fork.readthedocs.io/en/latest/):
```shell
$ git clone https://github.com/hackersandslackers/bigquery-python-tutorial.git
$ cd bigquery-sqlalchemy-tutorial
$ pipenv shell
$ pipenv update
$ python3 main.py
```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.