https://github.com/residentmario/airscooter
Command-line utility for simple graph-based data workflows.
https://github.com/residentmario/airscooter
Last synced: 8 months ago
JSON representation
Command-line utility for simple graph-based data workflows.
- Host: GitHub
- URL: https://github.com/residentmario/airscooter
- Owner: ResidentMario
- License: mit
- Created: 2017-05-27T03:35:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T18:00:14.000Z (over 8 years ago)
- Last Synced: 2025-03-26T10:21:17.611Z (over 1 year ago)
- Language: Python
- Homepage: https://residentmario.github.io/airscooter/index.html
- Size: 1.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# airscooter [](https://pypi.python.org/pypi/airscooter/) [](https://www.python.org/download/releases/3.4.0/)  [](https://github.com/ResidentMario/missingno/blob/master/LICENSE.md)
`airscooter` is a library and command-line utility for creating and executing simple graph-based workflows. A
lightweight wrapper over [Apache Airflow](https://github.com/apache/incubator-airflow), it is designed
to make workflows involving downloading, extracting, cleaning, and building datasets easily managable,
reproducible, and triggerable.
Installation is as easy as `pip install airscooter`.
[**See the documentation for further details**](https://residentmario.github.io/airscooter/quickstart.html).
## Development
See [CONTRIBUTING.md](CONTRIBUTING.md) for further details.