https://github.com/python-bonobo/bonobo-sqlalchemy
PREVIEW - SQL databases in Bonobo, using sqlalchemy
https://github.com/python-bonobo/bonobo-sqlalchemy
bonobo data-processing databases extract-transform-load python3 sqlalchemy
Last synced: 8 months ago
JSON representation
PREVIEW - SQL databases in Bonobo, using sqlalchemy
- Host: GitHub
- URL: https://github.com/python-bonobo/bonobo-sqlalchemy
- Owner: python-bonobo
- Created: 2016-12-29T18:05:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T02:02:41.000Z (about 3 years ago)
- Last Synced: 2025-04-18T13:07:59.029Z (9 months ago)
- Topics: bonobo, data-processing, databases, extract-transform-load, python3, sqlalchemy
- Language: Python
- Homepage: https://www.bonobo-project.org/with/sqlalchemy
- Size: 97.7 KB
- Stars: 25
- Watchers: 5
- Forks: 14
- Open Issues: 14
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
🐵 bonobo-sqlalchemy
=====================
SQLAlchemy extension for Bonobo, bringing SQL databases to the Extract-Tranform-Load framework.
/!\ CURRENTLY REWRITING THE CODE FROM RDC.ETL, DON'T USE BEFORE AT LEAST ALPHA STATUS /!\
If you want to use SQLAlchemy with bonobo, this is the way to go. Note that it's not required to connect to databases,
you can also use raw database connections (psycopg2, etc.), but it's probably easier to use an established DBAL.
* Documentation: http://docs.bonobo-project.org/
* Release announcements: http://eepurl.com/csHFKL
.. image:: https://travis-ci.org/python-bonobo/bonobo-sqlalchemy.svg?branch=0.2
:target: https://travis-ci.org/python-bonobo/bonobo-sqlalchemy
:alt: Continuous Integration
.. image:: https://landscape.io/github/python-bonobo/bonobo-sqlalchemy/0.2/landscape.svg?style=flat
:target: https://landscape.io/github/python-bonobo/bonobo-sqlalchemy/0.2
:alt: Code Health
.. image:: https://img.shields.io/coveralls/python-bonobo/bonobo-sqlalchemy.svg
:target: https://coveralls.io/github/python-bonobo/bonobo-sqlalchemy?branch=0.2
:alt: Coverage
.. image:: https://readthedocs.org/projects/bonobo/badge/?version=0.2
:target: http://docs.bonobo-project.org/
:alt: Documentation
.. image:: https://img.shields.io/github/downloads/python-bonobo/bonobo/total.svg
:target: https://github.com/python-bonobo/bonobo-sqlalchemy/releases
:alt: Downloads
.. image:: https://img.shields.io/pypi/dm/bonobo.svg
:target: https://pypi.python.org/pypi/bonobo-sqlalchemy
:alt: Python Package on PyPI
----
Issues: https://github.com/python-bonobo/bonobo-sqlalchemy/issues
Roadmap: https://www.bonobo-project.org/roadmap
Slack: https://bonobo-slack.herokuapp.com/
----
Made with ♥ by `Romain Dorgueil `_ and `contributors `_.