Open aaime opened 4 days ago
Q: Approach?
Right now mvn install -Pogcapi
makes a geoserver.war
that includes OGCAPI-Features.
Jody suggests a war overlay if we want a download that includes in an OGCAPI-Features by default, if we want to get rid if other stuff.
Q: Can I have have separate data directory only?
Or make make
Andrea indicates that the Docker instructions are "fine/funcitonal" for now, the example is in the GeoServer website.
Q: Can we have a smaller / lighter geoserver download?
No - because XSD/EMF is the heavy part and we need it to parse requests / responses right now.
This is interesting but also complex given the current dependencies. From @aaime mail
I'll note this general kind of refactor is beneficial in any case to projects like GeoServer cloud (reduce the size of micro-services and the amount of EMF/XSD they need to keep in memory)