Skip to main content
Solved

Does FME write to MongoDB?

  • November 14, 2014
  • 3 replies
  • 28 views

bubblebeb
Contributor
Forum|alt.badge.img+6
Does anyone know if FME can write / read / interact with MongoDB? 

 

 

 

Best answer by david_r

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
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • Best Answer
  • November 17, 2014
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

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • June 6, 2016

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


Forum|alt.badge.img
  • May 25, 2017

Hi @CandaceAtSafe

 

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