An open API service indexing awesome lists of open source software.

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

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 `_.