Skip to main content
Does anyone know if FME can write / read / interact with MongoDB? 

 

 

 
Hi,

 

 

currently, FME doesn't seem to have any native MongoDb reader/writer. But it should be relatively easy to let FME interact with your database using the PythonCreator (as reader) and PythonCaller (as writer) with the PyMongo (http://api.mongodb.org/python/2.7.2/) module.

 

 

An alternative could be the REST api (http://docs.mongolab.com/restapi/) using the HTTPFetcher/HTTPDeleter.

 

 

David

As of our 2016.1 FME desktop release, we do support MongoDB reading/writing. Please see our documentation for more information: http://docs.safe.com/fme/html/FME_Desktop_Document...

If you need assistance with this format please contact support at www.safe.com/support


Hi @CandaceAtSafe

 

I could use some help with regards to the above. Thank you.

 


Reply