Skip to main content
Released

MongoDB

Related products:FME Form
  • October 29, 2015
  • 5 replies
  • 82 views

fmelizard
Safer
Forum|alt.badge.img+22
MongoDB (from "humongous") is an open-source document database, and the leading NoSQL database. Written in C++
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.

5 replies

fmelizard
Safer
Forum|alt.badge.img+22
  • Author
  • Safer
  • January 31, 2016

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.


geosander
Forum|alt.badge.img+7
  • February 3, 2016

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

 

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

geosander
Forum|alt.badge.img+7
  • April 15, 2016

@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.

Forum|alt.badge.img+1

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


geosander
Forum|alt.badge.img+7
  • February 23, 2017

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 }