Skip to main content
MongoDB (from "humongous") is an open-source document database, and the leading NoSQL database. Written in C++

Will be part of FME 2016.1. Check http://www.safe.com/beta to grab a beta and try it out by mid-Feb 2016.



Great! Just the right thing at exactly the right moment! :)

 

Will there be support for 2d as well as 2dsphere indexes?

@daleatsafe: So I tried it out in the 2016.1 beta and I have to say I like it! Nice job!

 

The only thing I wondered, is if there is a way to not have FME write a geometry object (for non-spatial collections) and an _ogc_id attribute? Now the only way to write a non-spatial feature is to parse the actual JSON document to the writer, so it seems.

This has been released as part of FME 2016.1 . Visit http://www.safe.com/downloads to download and try it.


It seems that the FME's MongoDB reader does not support replica sets?

 

There's no way to define multiple hosts in the connection settings and if I use only 1 host (that participates in the replica set), FME shows this warning:

MONGODB reader: EstablishFeatureDefn(): nextSafe(): { $err: "not master and slaveOk=false", code: 13435 }