Giter Site home page Giter Site logo

whlysu / geoserver-cloud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from geoserver/geoserver-cloud

0.0 1.0 0.0 5.89 MB

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.

Home Page: http://geoserver.org/geoserver-cloud

License: Other

Dockerfile 0.70% Java 99.11% Shell 0.06% HTML 0.04% Smarty 0.09%

geoserver-cloud's Introduction

Cloud Native GeoServer

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.

This project is an opinionated effort to split GeoServer's geospatial services and API offerings as individually deployable components of a microservices based architecture.

As such, it builds on top of existing GeoServer software components, adapting and/or extending them in an attempt to achieve functional decomposition by business capability; which roughly means each OWS service, the Web UI, the REST API, and probably other components such as the Catalog and Configuration subsystem, become self-contained, individually deployable and scalable micro-services.

Architecture

The following diagram depicts the System's general architecture.

Cloud Native GeoServer Architecture Diagram

Cloud Native GeoServer Architecture Diagram

Does that mean GeoServer's .war is deployed several times, with each instance exposing a given "business capability"? ABSOLUTELY NOT. Each microservice is its own self-contained application, including only the GeoServer dependencies it needs. Moreover, care has been taken so that when a dependency has both required and non-required components, only the required ones are loaded.

Technology

With GeoServer being a traditional, Spring Framework based, monolithic servlet application, a logical choice has been made to base the GeoServer derived microservices in the Spring Boot framework.

Additionally, Spring Cloud technologies enable crucial capabilities such as dynamic service discovery, externalized configuration, distributed events, API gateway, and more.

Only a curated list of the vast amount of GeoServer extensions will be supported, as they are verified and possibly adapted to work with this project's architecture.

License

CN GeoServer licensed under the GPLv2.

Building

Requirements:

Build, test, and create docker images:

$ ./mvnw clean install

Running

$ docker-compose --compatibility up -d
$ curl "http://localhost:9090/ows?request=getcapabilities&service={WMS,WFS,WCS}"
$ curl -u admin:geoserver "http://localhost:9090/rest/workspaces.json"

Browse to http://localhost:9090

Note the --compatibility argument is required when using a v3 docker-compose file, in order to enable resource limiting (CPU and Memory). Otherwise all services would be competing to use all available CPUs. For more information, check the compatibility mode and resources sections in the docker-compose v3 documentation.

Contributing

Please read the contribution guidelines before contributing pull requests to the CN GeoServer project.

Follow the developer's guide to know more about the project's technical details.

Status

v0.2.0 released against GeoServer 2.18.2.

Project is being deployed in production since v0.1.0.

Read the changelog for more information.

Bugs

CN GeoServer's issue tracking is at this GitHub repository.

Roadmap

Follow the development progress on these GitHub Kanban boards

geoserver-cloud's People

Contributors

groldan avatar cryptobioz avatar marcjansen avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.