kalisio / krawler

A minimalist (geospatial) ETL
https://kalisio.github.io/krawler/
MIT License
54 stars 13 forks source link

Add hooks to create/drop indices in MongoDB #270

Closed claustres closed 9 months ago

claustres commented 9 months ago

It is currently possible to create indices with the createMongoCollection hook but it is sometimes useful to be able to manage indices individually, eg force to recreate an index with different options.