Boundless stack: Difference between revisions
From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs) |
Brian Wilson (talk | contribs) |
||
Line 10: | Line 10: | ||
# OpenLayers | # OpenLayers | ||
# GeoServer http://geoserver.org/ Front end for geospatial repository https://github.com/Geo-CEG/docker-geoserver | # GeoServer http://geoserver.org/ Front end for geospatial repository https://github.com/Geo-CEG/docker-geoserver | ||
# GeoGig http://geogig.org/ | # GeoGig http://geogig.org/ There is a GeoServer plugin for change management https://github.com/Geo-CEG/docker-geogig | ||
# GeoWebCache http://geowebcache.org/ will cache pre-rendered tiles coming from Geoerver | # GeoWebCache http://geowebcache.org/ will cache pre-rendered tiles coming from Geoerver | ||
# PostGIS Used as a data repository for GeoServer but capable of full SQL processing of spatial data. | # PostGIS Used as a data repository for GeoServer but capable of full SQL processing of spatial data. |
Revision as of 19:17, 18 July 2018
Overview
Boundless provides commercial support for open source geospatial software. In turn they provide direct support to open source, so everyone benefits from their work. By building a stack on this particular set of projects they do a great service to the community even if you can't afford to pay them for support.
Essentially they are an insurance company. ;-)
- QGIS on the desktop
- "Composer" is for authoring maps
- OpenLayers
- GeoServer http://geoserver.org/ Front end for geospatial repository https://github.com/Geo-CEG/docker-geoserver
- GeoGig http://geogig.org/ There is a GeoServer plugin for change management https://github.com/Geo-CEG/docker-geogig
- GeoWebCache http://geowebcache.org/ will cache pre-rendered tiles coming from Geoerver
- PostGIS Used as a data repository for GeoServer but capable of full SQL processing of spatial data.
See this page: Boundless commited to open source and their github page: https://github.com/boundlessgeo
Consider adding OpenDataKit to this stack.
My version
Getting started on Bellman, I need only these parts:
- PostGIS as an extension in PostgreSQL.
- Geoserver in Docker.
- Openlayers
- GeoGig