I use Geoserver with a postgis data source, but I was thinking of switching to a NoSQL solution for storing my geospatial data, since the schema of NoSQL databases is well suited for my application.
However, it seems that most of the mapping applications I came across (geoserver, mapserver) do not support NoSQL datastores. The closest I've come is couchmaps
Has anyone used NoSQL for matching? If so, what tools did you use? In particular, I am looking for an application that can serve WMS and WFS requests using NoSQL data storage.
source
share