terra-bonobo-nodes

Set of bonobo ETL's nodes for terralego's projects


License
MIT
Install
pip install terra-bonobo-nodes==0.6.2

Documentation

terra-bonobo-nodes

This package provides a set of bonobo ETL's nodes to help developpers to integrate data in a terralego based app.

To start a dev instance

Define settings you wants in tests/sample_project/projecttest/ django project.

docker-compose up

Test

To run test suite, while stack up, just launch:

docker-compose exec django /app/venv/bin/python3 /app/manage.py test

Run linting, while stack up:

docker-compose exec django /app/venv/bin/tox -e linting

Note for osx users, use docker-compose this way

docker-compose -f docker-compose.yml -f docker-compose-osx.yml $args