Installing the GeoParquet Extension¶
The GeoParquet module is a community extension that adds support for reading GeoParquet files as data stores in GeoServer.
Prerequisites¶
- GeoServer 2.28 or later
- Java 17 or higher
Installation Steps¶
To install the GeoParquet extension:
- Download the geoparquet community extension from the appropriate nightly build. The file name is called
geoserver-*-geoparquet-plugin.zip, where*matches the version number of GeoServer you are using. - Extract the contents of the zip file and place all JARs in the
WEB-INF/libdirectory of your GeoServer installation. - Restart GeoServer to load the extension.
Verification¶
After restarting, verify the installation by:
- Navigate to Stores --> Add new Store in the GeoServer web admin interface
- Look for GeoParquet in the list of available data store types under "Vector Data Sources"
- If the GeoParquet option appears, the extension has been successfully installed
What Gets Installed¶
The GeoParquet extension provides:
- A new data store type for reading GeoParquet files
- Support for local files, HTTP/HTTPS URLs, and S3 storage
- Integration with GeoServer's standard feature serving capabilities (WFS, WMS, etc.)
- Support for Hive-partitioned datasets
- AWS credential chain authentication for secure S3 access
Next Steps¶
Once installed, proceed to Configuring GeoParquet Data Stores to learn how to configure GeoParquet data stores.