[Geoserver-devel] Python Geoserver Data store Example

Would anyone happen to have a python geoserver datastore example with any associated documentation or helpful tips. I am a python developer and would like to implement some data stores against some of these NOSQL type databases. A basic template accessing any data store would be helpful (CSV, GeoJSON, etc…) ?

Are they any implementation details that I need to be familiar with to implement or do I just drop into the datastore directory in python/datastore?

How would I actually create a datastore utilizing this new data store from geoserver? Can I do it from just configurations or do I need to create a “web GUI” component?

Thanks for your time.

There is the geoscript project to look at - I do not know of anyone writing a data store in Python (Scala yes :slight_smile: )

On Sun, Dec 13, 2015 at 5:44 PM Geo Spatial <geospatial2016@anonymised.com> wrote:

Would anyone happen to have a python geoserver datastore example with any associated documentation or helpful tips. I am a python developer and would like to implement some data stores against some of these NOSQL type databases. A basic template accessing any data store would be helpful (CSV, GeoJSON, etc…) ?

Are they any implementation details that I need to be familiar with to implement or do I just drop into the datastore directory in python/datastore?

How would I actually create a datastore utilizing this new data store from geoserver? Can I do it from just configurations or do I need to create a “web GUI” component?

Thanks for your time.



Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel


Jody Garnett