RS-DAM microservice
The Data management or rs-dam microservice is the main service used in the Functional overview - Meta catalog services.
This microservice purpose is to :
- Manage Data sources and Data models.
- Manage products access rights for users.
- Populate meta catalog with products crawled form data sources.
info
To populate the meta catalog, the rs-dam microservice inserts items in a highly performant Elasticsearch index. The meta catalog is the Elasticsearch index.
Concept | Compatibility | Description |
---|---|---|
Multitenant | Yes | Can handle multiple tenants/projects |
Vertical scalability | No | Do not uses Jobs system |
Horizontal scalability | No | Service can not be deployed with multiple instances |
You can learn how the service works with the conception section.
How to use
You can learn how to operate with the microservice thanks to API Guides :
- Browse all REST API available endpoints.
How to configure
To learn how the microservice is configured with static parameters from properties files see Configuration section.
To understand the configuration of specific tenant (aka project) see Import/export configuration section.
How to access source code
Microservice source code is available on GitHub.