krawler
krawler copied to clipboard
A minimalist (geospatial) ETL
In this job for example : https://github.com/kalisio/c3x-arpege/blob/ef7bd729dcbcf14d435313904a683dd735603150/jobfile-arpege-0.1.js If there's an error in `connectFTP` which is a `before` hook, then `disconnectFTP` called in the `error` hooks complains that it should only...
As we already have the description as a JSON object transform it into a text form compliant with the [mermaidjs](https://mermaidjs.github.io/) file format should be easy. As a source of inspiration...
### Steps to reproduce Create a cron job containing hooks to connect/disconnect to/from MongoDB. Let MongoDB connection timeout at some point during job run (eg due to network failure). ###...
To enhance the global test coverage, it is needed to add some test for the Postgresql hooks. It is also needed to update the Travis configuration in order to instanciante...
### Steps to reproduce Create a filter with $and or $or and the corresponding predicates ### Expected behavior Returns the filtered data ### Actual behavior MongoError: $and must be an...
Krawler already allows to plug new hooks dynamically by code. Thus, it is easy to create plugins to make it more modular and remove some (most ?) hooks from the...