<div dir="ltr">Thought you might be interested in this:<div><br></div><div><a href="http://hackingdistributed.com/2013/01/29/mongo-ft/">http://hackingdistributed.com/2013/01/29/mongo-ft/</a><br></div><div><br></div><div style>
Umberto</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 6, 2013 at 9:13 PM, Stephen Woodbridge <span dir="ltr"><<a href="mailto:woodbri@swoodbridge.com" target="_blank">woodbri@swoodbridge.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 2/6/2013 2:06 PM, Lime, Steve D (MNIT) wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Not something I've thought of. Options as I see it would be to:<br>
<br>
   - use mapscript. Presumably most scripting languages can access MongoDB.<br>
   - Write a native MapServer driver plugin...<br>
   - Wait for OGR support...<br>
</blockquote>
<br></div>
Hi Steve,<br>
<br>
Yeah, this was my conclusion also. I wrote to Frank and suggested it would be useful to extent file support of ogr to allow access to <service>://... servers because then you could do something like open a CSV connection to <a href="http://example.com/myphp.php?args" target="_blank">http://example.com/myphp.php?<u></u>args</a>.. and PHP to make the querys and format the data to OGR for reading data. This would allow it to them be called from Mapserver. If you keep it simple this could be extremely useful for supporting all kinds of services that could not be support otherwise. This would work in OGR for CSV, GML, basically any text flat file reader that already exists in OGR today.<br>

<br>
For now, I might write a trivial mapscript application to support my immediate needs.<br>
<br>
There are a large number of these NOSQL databases popping up and being able to have some generic connection via scripting up a web service makes a lot of sense to me, beyond the immediate need that I have. I have already just dumped the some data to a text file and used that to create a shapefile to get some data into a map. But I really like the idea of some kind of universal glue like the above.<br>

<br>
Thanks,<br>
  -Steve<div class="HOEnZb"><div class="h5"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Steve<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:mapserver-dev-bounces@lists.osgeo.org" target="_blank">mapserver-dev-bounces@lists.<u></u>osgeo.org</a> [mailto:<a href="mailto:mapserver-dev-bounces@lists.osgeo.org" target="_blank">mapserver-dev-bounces@<u></u>lists.osgeo.org</a>] On Behalf Of Stephen Woodbridge<br>

Sent: Tuesday, February 05, 2013 10:13 AM<br>
To: mapserver-dev<br>
Subject: [mapserver-dev] MongoDB support?<br>
<br>
Hi All,<br>
<br>
Has anyone thought of adding support for MongoDB? I asked on the GDAL list if there was support via OGR.<br>
<br>
MongoDB is a popular NoSQL database, there are others and google around it seems that people have experimented with moving shapefiles in and out of it using python and ogr.<br>
<br>
Anyway, I'm trying to keep up with the technology and found that MongoDB actually has some basic spatial support built into it. Which got me to the point that I would like to be able to issue a query and pull points and attributes into a mapserver layer.<br>

<br>
Any thoughts on how to do this?<br>
<br>
Thanks,<br>
    -Steve<br>
______________________________<u></u>_________________<br>
mapserver-dev mailing list<br>
<a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-dev" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/mapserver-dev</a><br>
<br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
mapserver-dev mailing list<br>
<a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-dev" target="_blank">http://lists.osgeo.org/<u></u>mailman/listinfo/mapserver-dev</a><br>
</div></div></blockquote></div><br></div>