krawler icon indicating copy to clipboard operation
krawler copied to clipboard

A minimalist (geospatial) ETL

Results 17 krawler issues
Sort by recently updated
recently updated
newest added

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...

bug
enhancement

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...

enhancement

### 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). ###...

bug

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...

enhancement
help wanted

### 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...

bug

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...

enhancement
help wanted