All Projects → python-bonobo → Bonobo

python-bonobo / Bonobo

Licence: apache-2.0
Extract Transform Load for Python 3.5+

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
powershell
5483 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Bonobo

bonobo-sqlalchemy
PREVIEW - SQL databases in Bonobo, using sqlalchemy
Stars: ✭ 23 (-98.44%)
Mutual labels:  data-processing, bonobo, extract-transform-load
Home Assistant Main
My Main Instance
Stars: ✭ 104 (-92.95%)
Mutual labels:  automation
Lmify
Install NPM dependencies programmatically 🤙
Stars: ✭ 98 (-93.36%)
Mutual labels:  automation
Betanin
beets based mitm of your torrent client and music player
Stars: ✭ 101 (-93.15%)
Mutual labels:  automation
Project Clippi
An automation framework for Super Smash Bros. Melee. Detect an event → execute an action.
Stars: ✭ 99 (-93.29%)
Mutual labels:  automation
Wdio Screenshot
A WebdriverIO plugin. Additional commands for taking screenshots with WebdriverIO.
Stars: ✭ 101 (-93.15%)
Mutual labels:  automation
Cointrol
฿ Bitcoin trading bot with a real-time dashboard for Bitstamp.
Stars: ✭ 1,351 (-8.41%)
Mutual labels:  automation
Automation Arsenal
Curated list of popular Java and Kotlin frameworks, libraries and tools related to software testing, quality assurance and adjacent processes automation.
Stars: ✭ 105 (-92.88%)
Mutual labels:  automation
Community.vmware
Ansible Collection for VMWare
Stars: ✭ 104 (-92.95%)
Mutual labels:  automation
Aet
AET - a system that detects visual changes on web sites and performs basic page health checks
Stars: ✭ 100 (-93.22%)
Mutual labels:  automation
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (-93.22%)
Mutual labels:  automation
Fork Sync
🔄 Github action to sync your forks
Stars: ✭ 99 (-93.29%)
Mutual labels:  automation
Facebookautolikeprofessional
Auto Like reactions and unlike Facebook Status, Comments, Photos, group posts, page posts, change facebook theme and skin colors, auto tag members in group post.. Auto Comment and Auto Reply to all Comments... Facebook Auto Like Unlimited 2019 is 100% safe to use...
Stars: ✭ 101 (-93.15%)
Mutual labels:  automation
Django Th
🐍 Trigger Happy - The bus 🚌 for your internet services
Stars: ✭ 1,356 (-8.07%)
Mutual labels:  automation
Defcon24 Infra Monitoring Workshop
Defcon24 Workshop Contents : Ninja Level Infrastructure Monitoring
Stars: ✭ 104 (-92.95%)
Mutual labels:  automation
Awesome React Generator
No more clicking around to create files in your react project! Awesome React Generator is Command Line Tool that let's you scaffold your components without leaving your terminal.
Stars: ✭ 98 (-93.36%)
Mutual labels:  automation
Awx
AWX Project
Stars: ✭ 10,469 (+609.76%)
Mutual labels:  automation
Mini Graph Card
Minimalistic graph card for Home Assistant Lovelace UI
Stars: ✭ 1,370 (-7.12%)
Mutual labels:  automation
Self Driving Car
Automated Driving in NFS using CNN.
Stars: ✭ 105 (-92.88%)
Mutual labels:  automation
Rod
A Devtools driver for web automation and scraping
Stars: ✭ 1,392 (-5.63%)
Mutual labels:  automation

🐵 bonobo

Data-processing for humans.

PyPI Versions Documentation Continuous Integration (Linux) Continuous Integration (Windows) Code Climate Coverage

Bonobo is an extract-transform-load framework for python 3.5+ (see comparisons with other data tools).

Bonobo uses plain old python objects (functions, generators and iterators), allows them to be linked together in a directed graph, and then executed using a parallelized strategy, without having to worry about the underlying complexity.

Developers can focus on writing simple and atomic operations, that are easy to unit-test by-design, while the focus of the framework is to apply them concurrently to rows of data.

One thing to note: write pure transformations and you'll be safe.

Bonobo is a young rewrite of an old python2.7 tool that ran millions of transformations per day for years on production. Although it may not yet be complete or fully stable (please, allow us to reach 1.0), the basics are there.


Bonobo is under heavy development, we're doing our best to keep the core as stable as possible while still moving forward. Please allow us to reach 1.0 stability and our sincere apologies for anything we break in the process (feel free to complain on issues, allowing us to correct breakages we did not expect)


Homepage: https://www.bonobo-project.org/ (Roadmap)

Documentation: http://docs.bonobo-project.org/

Contributing guide: http://docs.bonobo-project.org/en/latest/contribute/index.html

Issues: https://github.com/python-bonobo/bonobo/issues

Slack: https://bonobo-slack.herokuapp.com/

Release announcements: http://eepurl.com/csHFKL


Made with by Romain Dorgueil and contributors.

License
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].