Skip to content
Tobia Di Pisa edited this page Jan 15, 2016 · 21 revisions

GeoStore is an open source Java enterprise application for storing, searching and retrieving data on the fly.

GeoStore performs authentication internally (auth framework shall be pluggable), and internal authorization rules grant permissions on single Resources or whole Categories.

A comprehensive REST API allows an easy handling of internal resources, so that client side applications can easily query the store, while remote server side application can integrate with GeoStore using the GeoStoreClient, an utility java class that hides the REST communications complexities.

You can download latest geostore release (GeoStore 1.3) and quick deploy it in your servlet container.

Continuous Integration and Nightly Builds

Continuous Integration via Jenkins is runnig for the Master branch (1.4.x). Nightly Builds for this same branch can be downloaded here.

Documentation

For more information check the GeoStore documentation page.

License

GeoStore core modules are free and Open Source software, released under the GPL v3 license.

Proposing new features or extensive enhancements

It is important that extensive enhancements or new features go through a proposal process before pushing them to the repository. In this page we have formalized this process.