Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushahidi/grimlock
A simple transformation/data processing pipeline for CrisisNET
https://github.com/ushahidi/grimlock
Last synced: 5 days ago
JSON representation
A simple transformation/data processing pipeline for CrisisNET
- Host: GitHub
- URL: https://github.com/ushahidi/grimlock
- Owner: ushahidi
- Created: 2014-02-16T04:04:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-02T02:55:30.000Z (about 10 years ago)
- Last Synced: 2024-05-01T11:46:55.172Z (6 months ago)
- Language: Python
- Size: 2.42 MB
- Stars: 15
- Watchers: 16
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - ushahidi/grimlock - A simple transformation/data processing pipeline for CrisisNET (others)
README
Grimlock
========["Me, Grimlock."](http://tfwiki.net/wiki/Grimlock_(G1))
A simple transformation/data processing pipeline for CrisisNET. Pulls jobs from a FIFO queue and runs each through a series of predefined tasks. These tasks add metadata to content retrieved by [Sucka](https://github.com/ushahidi/sucka).
New tasks can be added to the `tasks` package, and included in the pipeline in `app.set_pipeline_steps`.
Very much a work in progress. Watch this space.