Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/residentmario/airscooter
Command-line utility for simple graph-based data workflows.
https://github.com/residentmario/airscooter
Last synced: 3 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T18:00:14.000Z (almost 7 years ago)
- Last Synced: 2024-10-10T19:06:36.202Z (3 months ago)
- Language: Python
- Homepage: https://residentmario.github.io/airscooter/index.html
- Size: 1.6 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# airscooter [![PyPi version](https://img.shields.io/pypi/v/airscooter.svg)](https://pypi.python.org/pypi/airscooter/) [![](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/download/releases/3.4.0/) ![t](https://img.shields.io/badge/status-alpha-red.svg) [![](https://img.shields.io/github/license/ResidentMario/missingno.svg)](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.