Skip to main content
Version: 2.1.0

Feature manager (rs-fem)

Overview​

Feature Manager or rs-fem is the service that manages products in GeoJSON format. It is the main service of the Functional overview - GeoJson services.

It is one of the many data sources that can be crawled by the rs-dam microservice to populate the meta-catalog as described in Functional overview - Meta catalog Services.

Feature Manager or rs-fem responsibilities:

  • Create, update, patch or delete products in GeoJson format,
  • Submit files to rs-storage microservice to be stored on one or many storage locations
  • Handle GeoJson products versioning
  • Notify events on GeoJSON products to subscribers
ConceptCompatibilityDescription
MultitenantYesCan handle multiple tenants/projects
Vertical scalabilityYesUses Jobs system
Horizontal scalabilityYesService can be deployed with multiple instances

You can learn how the service works with the How it works section.

How to use​

You can learn how to operate with the microservice thanks to API Guides:

How to configure​

To learn how the microservice is configured with static parameters from properties files see Configuration section.

To understand the configuration of a specific tenant (aka project) see Import/export configuration section.

How to access through UI​

You can follow the User manuel to learn about the administrator UI related functionalities :

How to access source code​

Microservice source code is available on GitHub.