Created 10-11-2017 01:00 PM
I am using NiFi to ingest data into a mongoDB data base.
I need to delete some documents. How can i proceed ?
what processor can i use to remove a document from MongoDb?
thanks.
Helmi
Created 10-11-2017 02:21 PM
I am not aware of any way to do it natively in NiFi. You could always use a REST interface with MongoDB to allow interaction via InvokeHTTP.
https://docs.mongodb.com/ecosystem/tools/http-interfaces/#rest-interface
Created 10-11-2017 02:21 PM
I am not aware of any way to do it natively in NiFi. You could always use a REST interface with MongoDB to allow interaction via InvokeHTTP.
https://docs.mongodb.com/ecosystem/tools/http-interfaces/#rest-interface
Created 10-11-2017 05:38 PM
I have written NIFI-4479 to cover the addition of a DeleteMongo processor.
Created 10-11-2017 06:42 PM
Thank you @Matt Burgess 🙂
Created 10-11-2017 03:42 PM
Thank you @Benjamin Hopp
I will try it 🙂