We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

geoserverx - a new CLI and library to interact with GeoServer

Formal Metadata

Title
geoserverx - a new CLI and library to interact with GeoServer
Title of Series
Number of Parts
266
Author
Contributors
License
CC Attribution 3.0 Germany:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Geoserverx is a modern Python package that provides an efficient and scalable way to interact with Geoserver REST APIs. It leverages the asynchronous capabilities of Python to offer a high-performance and reliable solution for managing Geoserver data and services. With geoserverx, users can easily access and modify data in Geoserver, such as uploading and deleting shapefiles, publishing layers, creating workspaces, styles, etc. . The package supports asynchronous requests along with synchronous method to the Geoserver REST API, which enables users to perform multiple tasks simultaneously, improving performance and reducing wait times. Apart from being implemented in Python Projects, geoserverx also provides CLI support for all of it's operations. Which makes it useful for people who want to avoid Python all-together. This talk will discover for the very first time about how geoserverx work and underlying code ideology. Along with that some light on upcoming modules to be integrated in geoserverx will be spread.