Skip to content

lsurinx/geolatte-featureserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

411 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeatureServer provides a REST API for reading and writing spatial features from a Postgresql database.

The REST API is documented in the service catalog, published here.

Currently only Postgresql 9.3 and higher are supported.

Prerequisites: create the database that will hold the schema's and tables managed by this server. For best performance of regex expression, make sure the pg_trgm extension is enable like so:

psql=# CREATE EXTENSION pg_trgm;

About

A RESTful feature server backed by Postgresql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Scala 91.8%
  • RAML 6.8%
  • Shell 1.3%
  • Other 0.1%