[gdal-dev] MongoDB support?

Even Rouault even.rouault at mines-paris.org
Tue Feb 5 08:57:13 PST 2013


Selon Stephen Woodbridge <woodbri at swoodbridge.com>:

> Hi All,
>
> Does OGR have support for MongoDB?
>
> I would like to be able to issue a query and pull points and attributes
> into a mapserver layer. MongoDB actually has some basic spatial support
> built into it.
>
> Any thoughts on how to do this?

Yes, write the driver ;-)

I had look at that a few months ago (while writting the GeoCouch/CouchDB
driver), but didn't pursue since I found that the spatial capabilities of
MongoDB were rather small (only points if I remember well). But there's no
reason that a driver couldn't be written. The driver should likely rely on a lib
(linked from MongoDB's site) to connect to MongoDB since they use a non-standard
binary protocol (kind of binary json I believe).

>
> Thanks,
>    -Steve
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>










































More information about the gdal-dev mailing list